Shades of Witch Haze #FBEC80
Tints of Witch Haze #FBEC80
RGB
CMYK
RGB Variations
Color information
#FBEC80 (or 0xFBEC80) is known color: Witch Haze. HEX triplet: FB, EC and 80. RGB value is (251,236,128). Sum of RGB (Red+Green+Blue) = 251+236+128=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 128 (50.39% from 255 or 20.81% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEC80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEC80 is #04137F. Grayscale: #E4E4E4. Windows color (decimal): -267136 or 8449275. OLE color: 8449275.
HSL color Cylindrical-coordinate representation of color #FBEC80: hue angle of 52.68º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FBEC80 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 236 | 128 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.02 |
| HSL | 52.68º | 0.94% | 0.74% | - |
| HSV(B) | 52.68º | 0.49% | 0.98% | - |
| XYZ | 73.68 | 82.06 | 32.38 | - |
| YUV | 228.17 | 71.47 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 236 | 128 | 0 | 0.06 | 0.49 | 0.02 | 52.68 | 0.94 | 0.74 |
| Hex | FB | EC | 80 | 0 | 6 | 31 | 2 | 35 | 5E | 4A |
| Octal | 373 | 354 | 200 | 0 | 6 | 61 | 2 | 65 | 136 | 112 |
| Binary | 11111011 | 11101100 | 10000000 | 0 | 110 | 110001 | 10 | 110101 | 1011110 | 1001010 |
Color Harmonies of #FBEC80
Complementary color
Monochromatic Colors of #FBEC80
Black with #FBEC80
Text Example
Text Example
White with #FBEC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEC80; }
p { color: rgb(251,236,128); }
H1.HeaderClassName
{
color: #FBEC80;
}
.AnyTagClassName
{
color: #FBEC80;
}
</style>
background-color css
<style>
a { background-color: #FBEC80; }
a { background-color: rgb(251,236,128); }
div.DivClassName
{
background-color: #FBEC80;
}
.BgClassName
{
background-color: #FBEC80;
}
</style>
border-color css
<style>
span { border-color: #FBEC80; }
span { border-color: rgb(251,236,128); }
td.TdClassName
{
border-color: #FBEC80;
}
.TagClassName
{
border-color: #FBEC80;
}
</style>