Html Css Color HEX #FCFCD1 Light Goldenrod Yellow
📋 copy color: '#FCFCD1'red 252 ◦ green 252 ◦ blue 209
Shades of Light Goldenrod Yellow #FCFCD1
Tints of Light Goldenrod Yellow #FCFCD1
RGB
CMYK
RGB Variations
Color information
#FCFCD1 (or 0xFCFCD1) is known color: Light Goldenrod Yellow. HEX triplet: FC, FC and D1. RGB value is (252,252,209). Sum of RGB (Red+Green+Blue) = 252+252+209=713 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.34% from 713); Green value is 252 (98.83% from 255 or 35.34% from 713); Blue value is 209 (82.03% from 255 or 29.31% from 713); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCD1 is #03032E. Grayscale: #F7F7F7. Windows color (decimal): -197423 or 13761788. OLE color: 13761788.
HSL color Cylindrical-coordinate representation of color #FCFCD1: 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.17%. Process color model (Four color, CMYK) of #FCFCD1 is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 252 | 209 | - |
CMYK | 0 | 0 | 0.17 | 0.01 |
HSL | 60º | 0.88% | 0.9% | - |
HSV(B) | 60º | 0.17% | 0.99% | - |
XYZ | 86.46 | 94.92 | 74.09 | - |
YUV | 247.1 | 106.5 | 131.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 252 | 209 | 0 | 0 | 0.17 | 0.01 | 60 | 0.88 | 0.9 |
Hex | FC | FC | D1 | 0 | 0 | 11 | 1 | 3C | 58 | 5A |
Octal | 374 | 374 | 321 | 0 | 0 | 21 | 1 | 74 | 130 | 132 |
Binary | 11111100 | 11111100 | 11010001 | 0 | 0 | 10001 | 1 | 111100 | 1011000 | 1011010 |
Color Harmonies of #FCFCD1
Complementary color
Monochromatic Colors of #FCFCD1
Black with #FCFCD1
Text Example
Text Example
White with #FCFCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCD1; }
p { color: rgb(252,252,209); }
H1.HeaderClassName
{
color: #FCFCD1;
}
.AnyTagClassName
{
color: #FCFCD1;
}
</style>
background-color css
<style>
a { background-color: #FCFCD1; }
a { background-color: rgb(252,252,209); }
div.DivClassName
{
background-color: #FCFCD1;
}
.BgClassName
{
background-color: #FCFCD1;
}
</style>
border-color css
<style>
span { border-color: #FCFCD1; }
span { border-color: rgb(252,252,209); }
td.TdClassName
{
border-color: #FCFCD1;
}
.TagClassName
{
border-color: #FCFCD1;
}
</style>