Html Css Color HEX #F9FCD2 Light Goldenrod Yellow
📋 copy color: '#F9FCD2'red 249 ◦ green 252 ◦ blue 210
Shades of Light Goldenrod Yellow #F9FCD2
Tints of Light Goldenrod Yellow #F9FCD2
RGB
CMYK
RGB Variations
Color information
#F9FCD2 (or 0xF9FCD2) is known color: Light Goldenrod Yellow. HEX triplet: F9, FC and D2. RGB value is (249,252,210). Sum of RGB (Red+Green+Blue) = 249+252+210=711 (94% of max value = 765). Red value is 249 (97.66% from 255 or 35.02% from 711); Green value is 252 (98.83% from 255 or 35.44% from 711); Blue value is 210 (82.42% from 255 or 29.54% from 711); Max value from RGB is 252 - color contains mainly: green. Hex color #F9FCD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FCD2 is #06032D. Grayscale: #F6F6F6. Windows color (decimal): -394030 or 13827321. OLE color: 13827321.
HSL color Cylindrical-coordinate representation of color #F9FCD2: hue angle of 64.29º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F9FCD2 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 252 | 210 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.01 |
| HSL | 64.29º | 0.88% | 0.91% | - |
| HSV(B) | 64.29º | 0.17% | 0.99% | - |
| XYZ | 85.51 | 94.41 | 74.69 | - |
| YUV | 246.32 | 107.51 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 252 | 210 | 0.01 | 0 | 0.17 | 0.01 | 64.29 | 0.88 | 0.91 |
| Hex | F9 | FC | D2 | 1 | 0 | 11 | 1 | 40 | 58 | 5B |
| Octal | 371 | 374 | 322 | 1 | 0 | 21 | 1 | 100 | 130 | 133 |
| Binary | 11111001 | 11111100 | 11010010 | 1 | 0 | 10001 | 1 | 1000000 | 1011000 | 1011011 |
Color Harmonies of #F9FCD2
Complementary color
Monochromatic Colors of #F9FCD2
Black with #F9FCD2
Text Example
Text Example
White with #F9FCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FCD2; }
p { color: rgb(249,252,210); }
H1.HeaderClassName
{
color: #F9FCD2;
}
.AnyTagClassName
{
color: #F9FCD2;
}
</style>
background-color css
<style>
a { background-color: #F9FCD2; }
a { background-color: rgb(249,252,210); }
div.DivClassName
{
background-color: #F9FCD2;
}
.BgClassName
{
background-color: #F9FCD2;
}
</style>
border-color css
<style>
span { border-color: #F9FCD2; }
span { border-color: rgb(249,252,210); }
td.TdClassName
{
border-color: #F9FCD2;
}
.TagClassName
{
border-color: #F9FCD2;
}
</style>