Html Css Color HEX #FDFCD9 Light Goldenrod Yellow
📋 copy color: '#FDFCD9'red 253 ◦ green 252 ◦ blue 217
Shades of Light Goldenrod Yellow #FDFCD9
Tints of Light Goldenrod Yellow #FDFCD9
RGB
CMYK
RGB Variations
Color information
#FDFCD9 (or 0xFDFCD9) is known color: Light Goldenrod Yellow. HEX triplet: FD, FC and D9. RGB value is (253,252,217). Sum of RGB (Red+Green+Blue) = 253+252+217=722 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.04% from 722); Green value is 252 (98.83% from 255 or 34.90% from 722); Blue value is 217 (85.16% from 255 or 30.06% from 722); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCD9 is #020326. Grayscale: #F8F8F8. Windows color (decimal): -131879 or 14286077. OLE color: 14286077.
HSL color Cylindrical-coordinate representation of color #FDFCD9: hue angle of 58.33º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDFCD9 is Cyan = 0, Magento = 0.00, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 252 | 217 | - |
CMYK | 0 | 0.00 | 0.14 | 0.01 |
HSL | 58.33º | 0.9% | 0.92% | - |
HSV(B) | 58.33º | 0.14% | 0.99% | - |
XYZ | 87.84 | 95.51 | 79.45 | - |
YUV | 248.31 | 110.33 | 131.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 252 | 217 | 0 | 0.00 | 0.14 | 0.01 | 58.33 | 0.9 | 0.92 |
Hex | FD | FC | D9 | 0 | 0 | E | 1 | 3A | 5A | 5C |
Octal | 375 | 374 | 331 | 0 | 0 | 16 | 1 | 72 | 132 | 134 |
Binary | 11111101 | 11111100 | 11011001 | 0 | 0 | 1110 | 1 | 111010 | 1011010 | 1011100 |
Color Harmonies of #FDFCD9
Complementary color
Monochromatic Colors of #FDFCD9
Black with #FDFCD9
Text Example
Text Example
White with #FDFCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFCD9; }
p { color: rgb(253,252,217); }
H1.HeaderClassName
{
color: #FDFCD9;
}
.AnyTagClassName
{
color: #FDFCD9;
}
</style>
background-color css
<style>
a { background-color: #FDFCD9; }
a { background-color: rgb(253,252,217); }
div.DivClassName
{
background-color: #FDFCD9;
}
.BgClassName
{
background-color: #FDFCD9;
}
</style>
border-color css
<style>
span { border-color: #FDFCD9; }
span { border-color: rgb(253,252,217); }
td.TdClassName
{
border-color: #FDFCD9;
}
.TagClassName
{
border-color: #FDFCD9;
}
</style>