Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
lightgoldenrodyellow | FBF8CF | #FBF8CF | 251, 248, 207 | 98.43, 97.25, 81.18 | 0, 1.2, 17.53, 1.57 | 55.909090909091, 17.529880478088, 98.43137254902 |
Color #fbf8cf is lightgoldenrodyellow. In RGB: 98.43, 97.25, 81.18. In CMYK: 0, 1.2, 17.53, 1.57.
div { background: #fbf8cf; color: #000; }
div { background: #fbf8cf; color: #fff; }
div { background: linear-gradient(to bottom, #DEDCB3 0%, #FFFFEB 100%); color: #000; }
div { background: linear-gradient(to bottom, #FFFFEB 0%, #DEDCB3 100%); color: #000; }
div { background: linear-gradient(to bottom, #DEDCB3 0%, #FFFFEB 100%); color: #fff; }
div { background: linear-gradient(to bottom, #FFFFEB 0%, #DEDCB3 100%); color: #fff; }
div { border: 1px solid #fbf8cf; }
div { border: 5px solid #fbf8cf; }
div { border: 1px dashed #fbf8cf; }
div { border: 5px dashed #fbf8cf; }
div { border: 1px dotted #fbf8cf; }
div { border: 5px dotted #fbf8cf; }