Shades of Witch Haze #FAED7B
Tints of Witch Haze #FAED7B
RGB
CMYK
RGB Variations
Color information
#FAED7B (or 0xFAED7B) is known color: Witch Haze. HEX triplet: FA, ED and 7B. RGB value is (250,237,123). Sum of RGB (Red+Green+Blue) = 250+237+123=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 123 (48.44% from 255 or 20.16% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAED7B is #051284. Grayscale: #E4E4E4. Windows color (decimal): -332421 or 8121850. OLE color: 8121850.
HSL color Cylindrical-coordinate representation of color #FAED7B: hue angle of 53.86º 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 #FAED7B is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 237 | 123 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.02 |
| HSL | 53.86º | 0.93% | 0.73% | - |
| HSV(B) | 53.86º | 0.51% | 0.98% | - |
| XYZ | 73.28 | 82.32 | 30.77 | - |
| YUV | 227.89 | 68.81 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 123 | 0 | 0.05 | 0.51 | 0.02 | 53.86 | 0.93 | 0.73 |
| Hex | FA | ED | 7B | 0 | 5 | 33 | 2 | 36 | 5D | 49 |
| Octal | 372 | 355 | 173 | 0 | 5 | 63 | 2 | 66 | 135 | 111 |
| Binary | 11111010 | 11101101 | 1111011 | 0 | 101 | 110011 | 10 | 110110 | 1011101 | 1001001 |
Color Harmonies of #FAED7B
Complementary color
Monochromatic Colors of #FAED7B
Black with #FAED7B
Text Example
Text Example
White with #FAED7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAED7B; }
p { color: rgb(250,237,123); }
H1.HeaderClassName
{
color: #FAED7B;
}
.AnyTagClassName
{
color: #FAED7B;
}
</style>
background-color css
<style>
a { background-color: #FAED7B; }
a { background-color: rgb(250,237,123); }
div.DivClassName
{
background-color: #FAED7B;
}
.BgClassName
{
background-color: #FAED7B;
}
</style>
border-color css
<style>
span { border-color: #FAED7B; }
span { border-color: rgb(250,237,123); }
td.TdClassName
{
border-color: #FAED7B;
}
.TagClassName
{
border-color: #FAED7B;
}
</style>