Html Css Color HEX #F9FACD Light Goldenrod Yellow
📋 copy color: '#F9FACD'red 249 ◦ green 250 ◦ blue 205
Shades of Light Goldenrod Yellow #F9FACD
Tints of Light Goldenrod Yellow #F9FACD
RGB
CMYK
RGB Variations
Color information
#F9FACD (or 0xF9FACD) is known color: Light Goldenrod Yellow. HEX triplet: F9, FA and CD. RGB value is (249,250,205). Sum of RGB (Red+Green+Blue) = 249+250+205=704 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.37% from 704); Green value is 250 (98.05% from 255 or 35.51% from 704); Blue value is 205 (80.47% from 255 or 29.12% from 704); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FACD is #060532. Grayscale: #F4F4F4. Windows color (decimal): -394547 or 13499129. OLE color: 13499129.
HSL color Cylindrical-coordinate representation of color #F9FACD: hue angle of 61.33º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9FACD is Cyan = 0.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 250 | 205 | - |
CMYK | 0.00 | 0 | 0.18 | 0.02 |
HSL | 61.33º | 0.82% | 0.89% | - |
HSV(B) | 61.33º | 0.18% | 0.98% | - |
XYZ | 84.27 | 92.92 | 71.25 | - |
YUV | 244.57 | 105.67 | 131.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 250 | 205 | 0.00 | 0 | 0.18 | 0.02 | 61.33 | 0.82 | 0.89 |
Hex | F9 | FA | CD | 0 | 0 | 12 | 2 | 3D | 52 | 59 |
Octal | 371 | 372 | 315 | 0 | 0 | 22 | 2 | 75 | 122 | 131 |
Binary | 11111001 | 11111010 | 11001101 | 0 | 0 | 10010 | 10 | 111101 | 1010010 | 1011001 |
Color Harmonies of #F9FACD
Complementary color
Monochromatic Colors of #F9FACD
Black with #F9FACD
Text Example
Text Example
White with #F9FACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FACD; }
p { color: rgb(249,250,205); }
H1.HeaderClassName
{
color: #F9FACD;
}
.AnyTagClassName
{
color: #F9FACD;
}
</style>
background-color css
<style>
a { background-color: #F9FACD; }
a { background-color: rgb(249,250,205); }
div.DivClassName
{
background-color: #F9FACD;
}
.BgClassName
{
background-color: #F9FACD;
}
</style>
border-color css
<style>
span { border-color: #F9FACD; }
span { border-color: rgb(249,250,205); }
td.TdClassName
{
border-color: #F9FACD;
}
.TagClassName
{
border-color: #F9FACD;
}
</style>