Shades of Witch Haze #FAEE81
Tints of Witch Haze #FAEE81
RGB
CMYK
RGB Variations
Color information
#FAEE81 (or 0xFAEE81) is known color: Witch Haze. HEX triplet: FA, EE and 81. RGB value is (250,238,129). Sum of RGB (Red+Green+Blue) = 250+238+129=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 129 (50.78% from 255 or 20.91% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEE81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEE81 is #05117E. Grayscale: #E5E5E5. Windows color (decimal): -332159 or 8515322. OLE color: 8515322.
HSL color Cylindrical-coordinate representation of color #FAEE81: hue angle of 54.05º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FAEE81 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 129 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.02 |
| HSL | 54.05º | 0.92% | 0.74% | - |
| HSV(B) | 54.05º | 0.48% | 0.98% | - |
| XYZ | 73.96 | 83.06 | 32.9 | - |
| YUV | 229.16 | 71.48 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 129 | 0 | 0.05 | 0.48 | 0.02 | 54.05 | 0.92 | 0.74 |
| Hex | FA | EE | 81 | 0 | 5 | 30 | 2 | 36 | 5C | 4A |
| Octal | 372 | 356 | 201 | 0 | 5 | 60 | 2 | 66 | 134 | 112 |
| Binary | 11111010 | 11101110 | 10000001 | 0 | 101 | 110000 | 10 | 110110 | 1011100 | 1001010 |
Color Harmonies of #FAEE81
Complementary color
Monochromatic Colors of #FAEE81
Black with #FAEE81
Text Example
Text Example
White with #FAEE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEE81; }
p { color: rgb(250,238,129); }
H1.HeaderClassName
{
color: #FAEE81;
}
.AnyTagClassName
{
color: #FAEE81;
}
</style>
background-color css
<style>
a { background-color: #FAEE81; }
a { background-color: rgb(250,238,129); }
div.DivClassName
{
background-color: #FAEE81;
}
.BgClassName
{
background-color: #FAEE81;
}
</style>
border-color css
<style>
span { border-color: #FAEE81; }
span { border-color: rgb(250,238,129); }
td.TdClassName
{
border-color: #FAEE81;
}
.TagClassName
{
border-color: #FAEE81;
}
</style>