Html Css Color HEX #FCFED8 Light Goldenrod Yellow
📋 copy color: '#FCFED8'red 252 ◦ green 254 ◦ blue 216
Shades of Light Goldenrod Yellow #FCFED8
Tints of Light Goldenrod Yellow #FCFED8
RGB
CMYK
RGB Variations
Color information
#FCFED8 (or 0xFCFED8) is known color: Light Goldenrod Yellow. HEX triplet: FC, FE and D8. RGB value is (252,254,216). Sum of RGB (Red+Green+Blue) = 252+254+216=722 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.90% from 722); Green value is 254 (99.61% from 255 or 35.18% from 722); Blue value is 216 (84.77% from 255 or 29.92% from 722); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFED8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFED8 is #030127. Grayscale: #F9F9F9. Windows color (decimal): -196904 or 14221052. OLE color: 14221052.
HSL color Cylindrical-coordinate representation of color #FCFED8: hue angle of 63.16º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FCFED8 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
RGB | 252 | 254 | 216 | - |
CMYK | 0.01 | 0 | 0.15 | 0.00 |
HSL | 63.16º | 0.95% | 0.92% | - |
HSV(B) | 63.16º | 0.15% | 1% | - |
XYZ | 87.98 | 96.54 | 78.96 | - |
YUV | 249.07 | 109.34 | 130.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 254 | 216 | 0.01 | 0 | 0.15 | 0.00 | 63.16 | 0.95 | 0.92 |
Hex | FC | FE | D8 | 1 | 0 | F | 0 | 3F | 5F | 5C |
Octal | 374 | 376 | 330 | 1 | 0 | 17 | 0 | 77 | 137 | 134 |
Binary | 11111100 | 11111110 | 11011000 | 1 | 0 | 1111 | 0 | 111111 | 1011111 | 1011100 |
Color Harmonies of #FCFED8
Complementary color
Monochromatic Colors of #FCFED8
Black with #FCFED8
Text Example
Text Example
White with #FCFED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFED8; }
p { color: rgb(252,254,216); }
H1.HeaderClassName
{
color: #FCFED8;
}
.AnyTagClassName
{
color: #FCFED8;
}
</style>
background-color css
<style>
a { background-color: #FCFED8; }
a { background-color: rgb(252,254,216); }
div.DivClassName
{
background-color: #FCFED8;
}
.BgClassName
{
background-color: #FCFED8;
}
</style>
border-color css
<style>
span { border-color: #FCFED8; }
span { border-color: rgb(252,254,216); }
td.TdClassName
{
border-color: #FCFED8;
}
.TagClassName
{
border-color: #FCFED8;
}
</style>