Html Css Color HEX #F9FDD4 Light Goldenrod Yellow
📋 copy color: '#F9FDD4'red 249 ◦ green 253 ◦ blue 212
Shades of Light Goldenrod Yellow #F9FDD4
Tints of Light Goldenrod Yellow #F9FDD4
RGB
CMYK
RGB Variations
Color information
#F9FDD4 (or 0xF9FDD4) is known color: Light Goldenrod Yellow. HEX triplet: F9, FD and D4. RGB value is (249,253,212). Sum of RGB (Red+Green+Blue) = 249+253+212=714 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.87% from 714); Green value is 253 (99.22% from 255 or 35.43% from 714); Blue value is 212 (83.20% from 255 or 29.69% from 714); Max value from RGB is 253 - color contains mainly: green. Hex color #F9FDD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FDD4 is #06022B. Grayscale: #F7F7F7. Windows color (decimal): -393772 or 13958649. OLE color: 13958649.
HSL color Cylindrical-coordinate representation of color #F9FDD4: hue angle of 65.85º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F9FDD4 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 249 | 253 | 212 | - |
CMYK | 0.02 | 0 | 0.16 | 0.01 |
HSL | 65.85º | 0.91% | 0.91% | - |
HSV(B) | 65.85º | 0.16% | 0.99% | - |
XYZ | 86.08 | 95.14 | 76.12 | - |
YUV | 247.13 | 108.17 | 129.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 253 | 212 | 0.02 | 0 | 0.16 | 0.01 | 65.85 | 0.91 | 0.91 |
Hex | F9 | FD | D4 | 2 | 0 | 10 | 1 | 42 | 5B | 5B |
Octal | 371 | 375 | 324 | 2 | 0 | 20 | 1 | 102 | 133 | 133 |
Binary | 11111001 | 11111101 | 11010100 | 10 | 0 | 10000 | 1 | 1000010 | 1011011 | 1011011 |
Color Harmonies of #F9FDD4
Complementary color
Monochromatic Colors of #F9FDD4
Black with #F9FDD4
Text Example
Text Example
White with #F9FDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FDD4; }
p { color: rgb(249,253,212); }
H1.HeaderClassName
{
color: #F9FDD4;
}
.AnyTagClassName
{
color: #F9FDD4;
}
</style>
background-color css
<style>
a { background-color: #F9FDD4; }
a { background-color: rgb(249,253,212); }
div.DivClassName
{
background-color: #F9FDD4;
}
.BgClassName
{
background-color: #F9FDD4;
}
</style>
border-color css
<style>
span { border-color: #F9FDD4; }
span { border-color: rgb(249,253,212); }
td.TdClassName
{
border-color: #F9FDD4;
}
.TagClassName
{
border-color: #F9FDD4;
}
</style>