Shades of Witch Haze #FAFA7B
Tints of Witch Haze #FAFA7B
RGB
CMYK
RGB Variations
Color information
#FAFA7B (or 0xFAFA7B) is known color: Witch Haze. HEX triplet: FA, FA and 7B. RGB value is (250,250,123). Sum of RGB (Red+Green+Blue) = 250+250+123=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 123 (48.44% from 255 or 19.74% from 623); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFA7B is #050584. Grayscale: #ECECEC. Windows color (decimal): -329093 or 8125178. OLE color: 8125178.
HSL color Cylindrical-coordinate representation of color #FAFA7B: hue angle of 60º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FAFA7B is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 123 | - |
| CMYK | 0 | 0 | 0.51 | 0.02 |
| HSL | 60º | 0.93% | 0.73% | - |
| HSV(B) | 60º | 0.51% | 0.98% | - |
| XYZ | 77.19 | 90.13 | 32.07 | - |
| YUV | 235.52 | 64.5 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 123 | 0 | 0 | 0.51 | 0.02 | 60 | 0.93 | 0.73 |
| Hex | FA | FA | 7B | 0 | 0 | 33 | 2 | 3C | 5D | 49 |
| Octal | 372 | 372 | 173 | 0 | 0 | 63 | 2 | 74 | 135 | 111 |
| Binary | 11111010 | 11111010 | 1111011 | 0 | 0 | 110011 | 10 | 111100 | 1011101 | 1001001 |
Color Harmonies of #FAFA7B
Complementary color
Monochromatic Colors of #FAFA7B
Black with #FAFA7B
Text Example
Text Example
White with #FAFA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFA7B; }
p { color: rgb(250,250,123); }
H1.HeaderClassName
{
color: #FAFA7B;
}
.AnyTagClassName
{
color: #FAFA7B;
}
</style>
background-color css
<style>
a { background-color: #FAFA7B; }
a { background-color: rgb(250,250,123); }
div.DivClassName
{
background-color: #FAFA7B;
}
.BgClassName
{
background-color: #FAFA7B;
}
</style>
border-color css
<style>
span { border-color: #FAFA7B; }
span { border-color: rgb(250,250,123); }
td.TdClassName
{
border-color: #FAFA7B;
}
.TagClassName
{
border-color: #FAFA7B;
}
</style>