Shades of Witch Haze #FBED7D
Tints of Witch Haze #FBED7D
RGB
CMYK
RGB Variations
Color information
#FBED7D (or 0xFBED7D) is known color: Witch Haze. HEX triplet: FB, ED and 7D. RGB value is (251,237,125). Sum of RGB (Red+Green+Blue) = 251+237+125=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 125 (49.22% from 255 or 20.39% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBED7D is #041282. Grayscale: #E4E4E4. Windows color (decimal): -266883 or 8252923. OLE color: 8252923.
HSL color Cylindrical-coordinate representation of color #FBED7D: hue angle of 53.33º degrees, saturation: 0.94, 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 #FBED7D is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 125 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.02 |
| HSL | 53.33º | 0.94% | 0.74% | - |
| HSV(B) | 53.33º | 0.5% | 0.98% | - |
| XYZ | 73.77 | 82.56 | 31.45 | - |
| YUV | 228.42 | 69.64 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 125 | 0 | 0.06 | 0.50 | 0.02 | 53.33 | 0.94 | 0.74 |
| Hex | FB | ED | 7D | 0 | 6 | 32 | 2 | 35 | 5E | 4A |
| Octal | 373 | 355 | 175 | 0 | 6 | 62 | 2 | 65 | 136 | 112 |
| Binary | 11111011 | 11101101 | 1111101 | 0 | 110 | 110010 | 10 | 110101 | 1011110 | 1001010 |
Color Harmonies of #FBED7D
Complementary color
Monochromatic Colors of #FBED7D
Black with #FBED7D
Text Example
Text Example
White with #FBED7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED7D; }
p { color: rgb(251,237,125); }
H1.HeaderClassName
{
color: #FBED7D;
}
.AnyTagClassName
{
color: #FBED7D;
}
</style>
background-color css
<style>
a { background-color: #FBED7D; }
a { background-color: rgb(251,237,125); }
div.DivClassName
{
background-color: #FBED7D;
}
.BgClassName
{
background-color: #FBED7D;
}
</style>
border-color css
<style>
span { border-color: #FBED7D; }
span { border-color: rgb(251,237,125); }
td.TdClassName
{
border-color: #FBED7D;
}
.TagClassName
{
border-color: #FBED7D;
}
</style>