Shades of Witch Haze #FAFA7E
Tints of Witch Haze #FAFA7E
RGB
CMYK
RGB Variations
Color information
#FAFA7E (or 0xFAFA7E) is known color: Witch Haze. HEX triplet: FA, FA and 7E. RGB value is (250,250,126). Sum of RGB (Red+Green+Blue) = 250+250+126=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 126 (49.61% from 255 or 20.13% from 626); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFA7E is #050581. Grayscale: #ECECEC. Windows color (decimal): -329090 or 8321786. OLE color: 8321786.
HSL color Cylindrical-coordinate representation of color #FAFA7E: hue angle of 60º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAFA7E is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 126 | - |
| CMYK | 0 | 0 | 0.50 | 0.02 |
| HSL | 60º | 0.93% | 0.74% | - |
| HSV(B) | 60º | 0.5% | 0.98% | - |
| XYZ | 77.38 | 90.2 | 33.07 | - |
| YUV | 235.86 | 66 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 126 | 0 | 0 | 0.50 | 0.02 | 60 | 0.93 | 0.74 |
| Hex | FA | FA | 7E | 0 | 0 | 32 | 2 | 3C | 5D | 4A |
| Octal | 372 | 372 | 176 | 0 | 0 | 62 | 2 | 74 | 135 | 112 |
| Binary | 11111010 | 11111010 | 1111110 | 0 | 0 | 110010 | 10 | 111100 | 1011101 | 1001010 |
Color Harmonies of #FAFA7E
Complementary color
Monochromatic Colors of #FAFA7E
Black with #FAFA7E
Text Example
Text Example
White with #FAFA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFA7E; }
p { color: rgb(250,250,126); }
H1.HeaderClassName
{
color: #FAFA7E;
}
.AnyTagClassName
{
color: #FAFA7E;
}
</style>
background-color css
<style>
a { background-color: #FAFA7E; }
a { background-color: rgb(250,250,126); }
div.DivClassName
{
background-color: #FAFA7E;
}
.BgClassName
{
background-color: #FAFA7E;
}
</style>
border-color css
<style>
span { border-color: #FAFA7E; }
span { border-color: rgb(250,250,126); }
td.TdClassName
{
border-color: #FAFA7E;
}
.TagClassName
{
border-color: #FAFA7E;
}
</style>