Html Css Color HEX #FAFACF Light Goldenrod Yellow
📋 copy color: '#FAFACF'red 250 ◦ green 250 ◦ blue 207
Shades of Light Goldenrod Yellow #FAFACF
Tints of Light Goldenrod Yellow #FAFACF
RGB
CMYK
RGB Variations
Color information
#FAFACF (or 0xFAFACF) is known color: Light Goldenrod Yellow. HEX triplet: FA, FA and CF. RGB value is (250,250,207). Sum of RGB (Red+Green+Blue) = 250+250+207=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 250 (98.05% from 255 or 35.36% from 707); Blue value is 207 (81.25% from 255 or 29.28% from 707); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFACF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFACF is #050530. Grayscale: #F5F5F5. Windows color (decimal): -329009 or 13630202. OLE color: 13630202.
HSL color Cylindrical-coordinate representation of color #FAFACF: hue angle of 60º degrees, saturation: 0.81, 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 #FAFACF is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 207 | - |
| CMYK | 0 | 0 | 0.17 | 0.02 |
| HSL | 60º | 0.81% | 0.9% | - |
| HSV(B) | 60º | 0.17% | 0.98% | - |
| XYZ | 84.87 | 93.2 | 72.55 | - |
| YUV | 245.1 | 106.5 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 207 | 0 | 0 | 0.17 | 0.02 | 60 | 0.81 | 0.9 |
| Hex | FA | FA | CF | 0 | 0 | 11 | 2 | 3C | 51 | 5A |
| Octal | 372 | 372 | 317 | 0 | 0 | 21 | 2 | 74 | 121 | 132 |
| Binary | 11111010 | 11111010 | 11001111 | 0 | 0 | 10001 | 10 | 111100 | 1010001 | 1011010 |
Color Harmonies of #FAFACF
Complementary color
Monochromatic Colors of #FAFACF
Black with #FAFACF
Text Example
Text Example
White with #FAFACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFACF; }
p { color: rgb(250,250,207); }
H1.HeaderClassName
{
color: #FAFACF;
}
.AnyTagClassName
{
color: #FAFACF;
}
</style>
background-color css
<style>
a { background-color: #FAFACF; }
a { background-color: rgb(250,250,207); }
div.DivClassName
{
background-color: #FAFACF;
}
.BgClassName
{
background-color: #FAFACF;
}
</style>
border-color css
<style>
span { border-color: #FAFACF; }
span { border-color: rgb(250,250,207); }
td.TdClassName
{
border-color: #FAFACF;
}
.TagClassName
{
border-color: #FAFACF;
}
</style>