Html Css Color HEX #FAFBD1 Light Goldenrod Yellow
📋 copy color: '#FAFBD1'red 250 ◦ green 251 ◦ blue 209
Shades of Light Goldenrod Yellow #FAFBD1
Tints of Light Goldenrod Yellow #FAFBD1
RGB
CMYK
RGB Variations
Color information
#FAFBD1 (or 0xFAFBD1) is known color: Light Goldenrod Yellow. HEX triplet: FA, FB and D1. RGB value is (250,251,209). Sum of RGB (Red+Green+Blue) = 250+251+209=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 251 (98.44% from 255 or 35.35% from 710); Blue value is 209 (82.03% from 255 or 29.44% from 710); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFBD1 is #05042E. Grayscale: #F6F6F6. Windows color (decimal): -328751 or 13761530. OLE color: 13761530.
HSL color Cylindrical-coordinate representation of color #FAFBD1: hue angle of 61.43º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FAFBD1 is Cyan = 0.00, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 251 | 209 | - |
| CMYK | 0.00 | 0 | 0.17 | 0.02 |
| HSL | 61.43º | 0.84% | 0.9% | - |
| HSV(B) | 61.43º | 0.17% | 0.98% | - |
| XYZ | 85.43 | 93.92 | 73.95 | - |
| YUV | 245.91 | 107.17 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 251 | 209 | 0.00 | 0 | 0.17 | 0.02 | 61.43 | 0.84 | 0.9 |
| Hex | FA | FB | D1 | 0 | 0 | 11 | 2 | 3D | 54 | 5A |
| Octal | 372 | 373 | 321 | 0 | 0 | 21 | 2 | 75 | 124 | 132 |
| Binary | 11111010 | 11111011 | 11010001 | 0 | 0 | 10001 | 10 | 111101 | 1010100 | 1011010 |
Color Harmonies of #FAFBD1
Complementary color
Monochromatic Colors of #FAFBD1
Black with #FAFBD1
Text Example
Text Example
White with #FAFBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFBD1; }
p { color: rgb(250,251,209); }
H1.HeaderClassName
{
color: #FAFBD1;
}
.AnyTagClassName
{
color: #FAFBD1;
}
</style>
background-color css
<style>
a { background-color: #FAFBD1; }
a { background-color: rgb(250,251,209); }
div.DivClassName
{
background-color: #FAFBD1;
}
.BgClassName
{
background-color: #FAFBD1;
}
</style>
border-color css
<style>
span { border-color: #FAFBD1; }
span { border-color: rgb(250,251,209); }
td.TdClassName
{
border-color: #FAFBD1;
}
.TagClassName
{
border-color: #FAFBD1;
}
</style>