Html Css Color HEX #FCFCCE Light Goldenrod Yellow
📋 copy color: '#FCFCCE'red 252 ◦ green 252 ◦ blue 206
Shades of Light Goldenrod Yellow #FCFCCE
Tints of Light Goldenrod Yellow #FCFCCE
RGB
CMYK
RGB Variations
Color information
#FCFCCE (or 0xFCFCCE) is known color: Light Goldenrod Yellow. HEX triplet: FC, FC and CE. RGB value is (252,252,206). Sum of RGB (Red+Green+Blue) = 252+252+206=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 252 (98.83% from 255 or 35.49% from 710); Blue value is 206 (80.86% from 255 or 29.01% from 710); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCCE is #030331. Grayscale: #F6F6F6. Windows color (decimal): -197426 or 13565180. OLE color: 13565180.
HSL color Cylindrical-coordinate representation of color #FCFCCE: hue angle of 60º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCFCCE is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 206 | - |
| CMYK | 0 | 0 | 0.18 | 0.01 |
| HSL | 60º | 0.88% | 0.9% | - |
| HSV(B) | 60º | 0.18% | 0.99% | - |
| XYZ | 86.1 | 94.77 | 72.15 | - |
| YUV | 246.76 | 105 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 206 | 0 | 0 | 0.18 | 0.01 | 60 | 0.88 | 0.9 |
| Hex | FC | FC | CE | 0 | 0 | 12 | 1 | 3C | 58 | 5A |
| Octal | 374 | 374 | 316 | 0 | 0 | 22 | 1 | 74 | 130 | 132 |
| Binary | 11111100 | 11111100 | 11001110 | 0 | 0 | 10010 | 1 | 111100 | 1011000 | 1011010 |
Color Harmonies of #FCFCCE
Complementary color
Monochromatic Colors of #FCFCCE
Black with #FCFCCE
Text Example
Text Example
White with #FCFCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCCE; }
p { color: rgb(252,252,206); }
H1.HeaderClassName
{
color: #FCFCCE;
}
.AnyTagClassName
{
color: #FCFCCE;
}
</style>
background-color css
<style>
a { background-color: #FCFCCE; }
a { background-color: rgb(252,252,206); }
div.DivClassName
{
background-color: #FCFCCE;
}
.BgClassName
{
background-color: #FCFCCE;
}
</style>
border-color css
<style>
span { border-color: #FCFCCE; }
span { border-color: rgb(252,252,206); }
td.TdClassName
{
border-color: #FCFCCE;
}
.TagClassName
{
border-color: #FCFCCE;
}
</style>