Html Css Color HEX #FBFECF Light Goldenrod Yellow
📋 copy color: '#FBFECF'red 251 ◦ green 254 ◦ blue 207
Shades of Light Goldenrod Yellow #FBFECF
Tints of Light Goldenrod Yellow #FBFECF
RGB
CMYK
RGB Variations
Color information
#FBFECF (or 0xFBFECF) is known color: Light Goldenrod Yellow. HEX triplet: FB, FE and CF. RGB value is (251,254,207). Sum of RGB (Red+Green+Blue) = 251+254+207=712 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.25% from 712); Green value is 254 (99.61% from 255 or 35.67% from 712); Blue value is 207 (81.25% from 255 or 29.07% from 712); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFECF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFECF is #040130. Grayscale: #F7F7F7. Windows color (decimal): -262449 or 13631227. OLE color: 13631227.
HSL color Cylindrical-coordinate representation of color #FBFECF: hue angle of 63.83º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBFECF is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 254 | 207 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.00 |
| HSL | 63.83º | 0.96% | 0.9% | - |
| HSV(B) | 63.83º | 0.19% | 1% | - |
| XYZ | 86.49 | 95.9 | 72.98 | - |
| YUV | 247.75 | 105.01 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 254 | 207 | 0.01 | 0 | 0.19 | 0.00 | 63.83 | 0.96 | 0.9 |
| Hex | FB | FE | CF | 1 | 0 | 13 | 0 | 40 | 60 | 5A |
| Octal | 373 | 376 | 317 | 1 | 0 | 23 | 0 | 100 | 140 | 132 |
| Binary | 11111011 | 11111110 | 11001111 | 1 | 0 | 10011 | 0 | 1000000 | 1100000 | 1011010 |
Color Harmonies of #FBFECF
Complementary color
Monochromatic Colors of #FBFECF
Black with #FBFECF
Text Example
Text Example
White with #FBFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFECF; }
p { color: rgb(251,254,207); }
H1.HeaderClassName
{
color: #FBFECF;
}
.AnyTagClassName
{
color: #FBFECF;
}
</style>
background-color css
<style>
a { background-color: #FBFECF; }
a { background-color: rgb(251,254,207); }
div.DivClassName
{
background-color: #FBFECF;
}
.BgClassName
{
background-color: #FBFECF;
}
</style>
border-color css
<style>
span { border-color: #FBFECF; }
span { border-color: rgb(251,254,207); }
td.TdClassName
{
border-color: #FBFECF;
}
.TagClassName
{
border-color: #FBFECF;
}
</style>