Html Css Color HEX #F9FDDA Light Goldenrod Yellow
📋 copy color: '#F9FDDA'red 249 ◦ green 253 ◦ blue 218
Shades of Light Goldenrod Yellow #F9FDDA
Tints of Light Goldenrod Yellow #F9FDDA
RGB
CMYK
RGB Variations
Color information
#F9FDDA (or 0xF9FDDA) is known color: Light Goldenrod Yellow. HEX triplet: F9, FD and DA. RGB value is (249,253,218). Sum of RGB (Red+Green+Blue) = 249+253+218=720 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.58% from 720); Green value is 253 (99.22% from 255 or 35.14% from 720); Blue value is 218 (85.55% from 255 or 30.28% from 720); Max value from RGB is 253 - color contains mainly: green. Hex color #F9FDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FDDA is #060225. Grayscale: #F7F7F7. Windows color (decimal): -393766 or 14351865. OLE color: 14351865.
HSL color Cylindrical-coordinate representation of color #F9FDDA: hue angle of 66.86º 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 #F9FDDA is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 249 | 253 | 218 | - |
CMYK | 0.02 | 0 | 0.14 | 0.01 |
HSL | 66.86º | 0.9% | 0.92% | - |
HSV(B) | 66.86º | 0.14% | 0.99% | - |
XYZ | 86.85 | 95.45 | 80.18 | - |
YUV | 247.81 | 111.17 | 128.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 253 | 218 | 0.02 | 0 | 0.14 | 0.01 | 66.86 | 0.9 | 0.92 |
Hex | F9 | FD | DA | 2 | 0 | E | 1 | 43 | 5A | 5C |
Octal | 371 | 375 | 332 | 2 | 0 | 16 | 1 | 103 | 132 | 134 |
Binary | 11111001 | 11111101 | 11011010 | 10 | 0 | 1110 | 1 | 1000011 | 1011010 | 1011100 |
Color Harmonies of #F9FDDA
Complementary color
Monochromatic Colors of #F9FDDA
Black with #F9FDDA
Text Example
Text Example
White with #F9FDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FDDA; }
p { color: rgb(249,253,218); }
H1.HeaderClassName
{
color: #F9FDDA;
}
.AnyTagClassName
{
color: #F9FDDA;
}
</style>
background-color css
<style>
a { background-color: #F9FDDA; }
a { background-color: rgb(249,253,218); }
div.DivClassName
{
background-color: #F9FDDA;
}
.BgClassName
{
background-color: #F9FDDA;
}
</style>
border-color css
<style>
span { border-color: #F9FDDA; }
span { border-color: rgb(249,253,218); }
td.TdClassName
{
border-color: #F9FDDA;
}
.TagClassName
{
border-color: #F9FDDA;
}
</style>