Html Css Color HEX #FCFECF Light Goldenrod Yellow
📋 copy color: '#FCFECF'red 252 ◦ green 254 ◦ blue 207
Shades of Light Goldenrod Yellow #FCFECF
Tints of Light Goldenrod Yellow #FCFECF
RGB
CMYK
RGB Variations
Color information
#FCFECF (or 0xFCFECF) is known color: Light Goldenrod Yellow. HEX triplet: FC, FE and CF. RGB value is (252,254,207). Sum of RGB (Red+Green+Blue) = 252+254+207=713 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.34% from 713); Green value is 254 (99.61% from 255 or 35.62% from 713); Blue value is 207 (81.25% from 255 or 29.03% from 713); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFECF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFECF is #030130. Grayscale: #F8F8F8. Windows color (decimal): -196913 or 13631228. OLE color: 13631228.
HSL color Cylindrical-coordinate representation of color #FCFECF: hue angle of 62.55º 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 #FCFECF is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 207 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.00 |
| HSL | 62.55º | 0.96% | 0.9% | - |
| HSV(B) | 62.55º | 0.19% | 1% | - |
| XYZ | 86.85 | 96.08 | 73 | - |
| YUV | 248.04 | 104.84 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 207 | 0.01 | 0 | 0.19 | 0.00 | 62.55 | 0.96 | 0.9 |
| Hex | FC | FE | CF | 1 | 0 | 13 | 0 | 3F | 60 | 5A |
| Octal | 374 | 376 | 317 | 1 | 0 | 23 | 0 | 77 | 140 | 132 |
| Binary | 11111100 | 11111110 | 11001111 | 1 | 0 | 10011 | 0 | 111111 | 1100000 | 1011010 |
Color Harmonies of #FCFECF
Complementary color
Monochromatic Colors of #FCFECF
Black with #FCFECF
Text Example
Text Example
White with #FCFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFECF; }
p { color: rgb(252,254,207); }
H1.HeaderClassName
{
color: #FCFECF;
}
.AnyTagClassName
{
color: #FCFECF;
}
</style>
background-color css
<style>
a { background-color: #FCFECF; }
a { background-color: rgb(252,254,207); }
div.DivClassName
{
background-color: #FCFECF;
}
.BgClassName
{
background-color: #FCFECF;
}
</style>
border-color css
<style>
span { border-color: #FCFECF; }
span { border-color: rgb(252,254,207); }
td.TdClassName
{
border-color: #FCFECF;
}
.TagClassName
{
border-color: #FCFECF;
}
</style>