Html Css Color HEX #FAFBD6 Light Goldenrod Yellow
📋 copy color: '#FAFBD6'red 250 ◦ green 251 ◦ blue 214
Shades of Light Goldenrod Yellow #FAFBD6
Tints of Light Goldenrod Yellow #FAFBD6
RGB
CMYK
RGB Variations
Color information
#FAFBD6 (or 0xFAFBD6) is known color: Light Goldenrod Yellow. HEX triplet: FA, FB and D6. RGB value is (250,251,214). Sum of RGB (Red+Green+Blue) = 250+251+214=715 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.97% from 715); Green value is 251 (98.44% from 255 or 35.10% from 715); Blue value is 214 (83.98% from 255 or 29.93% from 715); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFBD6 is #050429. Grayscale: #F6F6F6. Windows color (decimal): -328746 or 14089210. OLE color: 14089210.
HSL color Cylindrical-coordinate representation of color #FAFBD6: hue angle of 61.62º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FAFBD6 is Cyan = 0.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 251 | 214 | - |
| CMYK | 0.00 | 0 | 0.15 | 0.02 |
| HSL | 61.62º | 0.82% | 0.91% | - |
| HSV(B) | 61.62º | 0.15% | 0.98% | - |
| XYZ | 86.06 | 94.17 | 77.26 | - |
| YUV | 246.48 | 109.67 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 251 | 214 | 0.00 | 0 | 0.15 | 0.02 | 61.62 | 0.82 | 0.91 |
| Hex | FA | FB | D6 | 0 | 0 | F | 2 | 3E | 52 | 5B |
| Octal | 372 | 373 | 326 | 0 | 0 | 17 | 2 | 76 | 122 | 133 |
| Binary | 11111010 | 11111011 | 11010110 | 0 | 0 | 1111 | 10 | 111110 | 1010010 | 1011011 |
Color Harmonies of #FAFBD6
Complementary color
Monochromatic Colors of #FAFBD6
Black with #FAFBD6
Text Example
Text Example
White with #FAFBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFBD6; }
p { color: rgb(250,251,214); }
H1.HeaderClassName
{
color: #FAFBD6;
}
.AnyTagClassName
{
color: #FAFBD6;
}
</style>
background-color css
<style>
a { background-color: #FAFBD6; }
a { background-color: rgb(250,251,214); }
div.DivClassName
{
background-color: #FAFBD6;
}
.BgClassName
{
background-color: #FAFBD6;
}
</style>
border-color css
<style>
span { border-color: #FAFBD6; }
span { border-color: rgb(250,251,214); }
td.TdClassName
{
border-color: #FAFBD6;
}
.TagClassName
{
border-color: #FAFBD6;
}
</style>