Html Css Color HEX #FCFFD0 Light Goldenrod Yellow
📋 copy color: '#FCFFD0'red 252 ◦ green 255 ◦ blue 208
Shades of Light Goldenrod Yellow #FCFFD0
Tints of Light Goldenrod Yellow #FCFFD0
RGB
CMYK
RGB Variations
Color information
#FCFFD0 (or 0xFCFFD0) is known color: Light Goldenrod Yellow. HEX triplet: FC, FF and D0. RGB value is (252,255,208). Sum of RGB (Red+Green+Blue) = 252+255+208=715 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.24% from 715); Green value is 255 (100% from 255 or 35.66% from 715); Blue value is 208 (81.64% from 255 or 29.09% from 715); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFD0 is #03002F. Grayscale: #F8F8F8. Windows color (decimal): -196656 or 13697020. OLE color: 13697020.
HSL color Cylindrical-coordinate representation of color #FCFFD0: hue angle of 63.83º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCFFD0 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
RGB | 252 | 255 | 208 | - |
CMYK | 0.01 | 0 | 0.18 | 0 |
HSL | 63.83º | 1% | 0.91% | - |
HSV(B) | 63.83º | 0.18% | 1% | - |
XYZ | 87.29 | 96.77 | 73.75 | - |
YUV | 248.75 | 105.01 | 130.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 255 | 208 | 0.01 | 0 | 0.18 | 0 | 63.83 | 1 | 0.91 |
Hex | FC | FF | D0 | 1 | 0 | 12 | 0 | 40 | 64 | 5B |
Octal | 374 | 377 | 320 | 1 | 0 | 22 | 0 | 100 | 144 | 133 |
Binary | 11111100 | 11111111 | 11010000 | 1 | 0 | 10010 | 0 | 1000000 | 1100100 | 1011011 |
Color Harmonies of #FCFFD0
Complementary color
Monochromatic Colors of #FCFFD0
Black with #FCFFD0
Text Example
Text Example
White with #FCFFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFFD0; }
p { color: rgb(252,255,208); }
H1.HeaderClassName
{
color: #FCFFD0;
}
.AnyTagClassName
{
color: #FCFFD0;
}
</style>
background-color css
<style>
a { background-color: #FCFFD0; }
a { background-color: rgb(252,255,208); }
div.DivClassName
{
background-color: #FCFFD0;
}
.BgClassName
{
background-color: #FCFFD0;
}
</style>
border-color css
<style>
span { border-color: #FCFFD0; }
span { border-color: rgb(252,255,208); }
td.TdClassName
{
border-color: #FCFFD0;
}
.TagClassName
{
border-color: #FCFFD0;
}
</style>