Html Css Color HEX #FCFECC Light Goldenrod Yellow
📋 copy color: '#FCFECC'red 252 ◦ green 254 ◦ blue 204
Shades of Light Goldenrod Yellow #FCFECC
Tints of Light Goldenrod Yellow #FCFECC
RGB
CMYK
RGB Variations
Color information
#FCFECC (or 0xFCFECC) is known color: Light Goldenrod Yellow. HEX triplet: FC, FE and CC. RGB value is (252,254,204). Sum of RGB (Red+Green+Blue) = 252+254+204=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 254 (99.61% from 255 or 35.77% from 710); Blue value is 204 (80.08% from 255 or 28.73% from 710); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFECC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFECC is #030133. Grayscale: #F7F7F7. Windows color (decimal): -196916 or 13434620. OLE color: 13434620.
HSL color Cylindrical-coordinate representation of color #FCFECC: hue angle of 62.4º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCFECC is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 204 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.00 |
| HSL | 62.4º | 0.96% | 0.9% | - |
| HSV(B) | 62.4º | 0.2% | 1% | - |
| XYZ | 86.49 | 95.94 | 71.09 | - |
| YUV | 247.7 | 103.34 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 204 | 0.01 | 0 | 0.20 | 0.00 | 62.4 | 0.96 | 0.9 |
| Hex | FC | FE | CC | 1 | 0 | 14 | 0 | 3E | 60 | 5A |
| Octal | 374 | 376 | 314 | 1 | 0 | 24 | 0 | 76 | 140 | 132 |
| Binary | 11111100 | 11111110 | 11001100 | 1 | 0 | 10100 | 0 | 111110 | 1100000 | 1011010 |
Color Harmonies of #FCFECC
Complementary color
Monochromatic Colors of #FCFECC
Black with #FCFECC
Text Example
Text Example
White with #FCFECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFECC; }
p { color: rgb(252,254,204); }
H1.HeaderClassName
{
color: #FCFECC;
}
.AnyTagClassName
{
color: #FCFECC;
}
</style>
background-color css
<style>
a { background-color: #FCFECC; }
a { background-color: rgb(252,254,204); }
div.DivClassName
{
background-color: #FCFECC;
}
.BgClassName
{
background-color: #FCFECC;
}
</style>
border-color css
<style>
span { border-color: #FCFECC; }
span { border-color: rgb(252,254,204); }
td.TdClassName
{
border-color: #FCFECC;
}
.TagClassName
{
border-color: #FCFECC;
}
</style>