Html Css Color HEX #FAF8D1 Light Goldenrod Yellow
📋 copy color: '#FAF8D1'red 250 ◦ green 248 ◦ blue 209
Shades of Light Goldenrod Yellow #FAF8D1
Tints of Light Goldenrod Yellow #FAF8D1
RGB
CMYK
RGB Variations
Color information
#FAF8D1 (or 0xFAF8D1) is known color: Light Goldenrod Yellow. HEX triplet: FA, F8 and D1. RGB value is (250,248,209). Sum of RGB (Red+Green+Blue) = 250+248+209=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 248 (97.27% from 255 or 35.08% from 707); Blue value is 209 (82.03% from 255 or 29.56% from 707); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF8D1 is #05072E. Grayscale: #F4F4F4. Windows color (decimal): -329519 or 13760762. OLE color: 13760762.
HSL color Cylindrical-coordinate representation of color #FAF8D1: hue angle of 57.07º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FAF8D1 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 248 | 209 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.02 |
| HSL | 57.07º | 0.8% | 0.9% | - |
| HSV(B) | 57.07º | 0.16% | 0.98% | - |
| XYZ | 84.5 | 92.06 | 73.64 | - |
| YUV | 244.15 | 108.16 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 248 | 209 | 0 | 0.01 | 0.16 | 0.02 | 57.07 | 0.8 | 0.9 |
| Hex | FA | F8 | D1 | 0 | 1 | 10 | 2 | 39 | 50 | 5A |
| Octal | 372 | 370 | 321 | 0 | 1 | 20 | 2 | 71 | 120 | 132 |
| Binary | 11111010 | 11111000 | 11010001 | 0 | 1 | 10000 | 10 | 111001 | 1010000 | 1011010 |
Color Harmonies of #FAF8D1
Complementary color
Monochromatic Colors of #FAF8D1
Black with #FAF8D1
Text Example
Text Example
White with #FAF8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF8D1; }
p { color: rgb(250,248,209); }
H1.HeaderClassName
{
color: #FAF8D1;
}
.AnyTagClassName
{
color: #FAF8D1;
}
</style>
background-color css
<style>
a { background-color: #FAF8D1; }
a { background-color: rgb(250,248,209); }
div.DivClassName
{
background-color: #FAF8D1;
}
.BgClassName
{
background-color: #FAF8D1;
}
</style>
border-color css
<style>
span { border-color: #FAF8D1; }
span { border-color: rgb(250,248,209); }
td.TdClassName
{
border-color: #FAF8D1;
}
.TagClassName
{
border-color: #FAF8D1;
}
</style>