Shades of Witch Haze #FDFF7E
Tints of Witch Haze #FDFF7E
RGB
CMYK
RGB Variations
Color information
#FDFF7E (or 0xFDFF7E) is known color: Witch Haze. HEX triplet: FD, FF and 7E. RGB value is (253,255,126). Sum of RGB (Red+Green+Blue) = 253+255+126=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 126 (49.61% from 255 or 19.87% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFF7E is #020081. Grayscale: #F0F0F0. Windows color (decimal): -131202 or 8323069. OLE color: 8323069.
HSL color Cylindrical-coordinate representation of color #FDFF7E: hue angle of 60.93º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FDFF7E is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 126 | - |
| CMYK | 0.01 | 0 | 0.51 | 0 |
| HSL | 60.93º | 1% | 0.75% | - |
| HSV(B) | 60.93º | 0.51% | 1% | - |
| XYZ | 80.03 | 93.91 | 33.65 | - |
| YUV | 239.7 | 63.84 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 126 | 0.01 | 0 | 0.51 | 0 | 60.93 | 1 | 0.75 |
| Hex | FD | FF | 7E | 1 | 0 | 33 | 0 | 3D | 64 | 4B |
| Octal | 375 | 377 | 176 | 1 | 0 | 63 | 0 | 75 | 144 | 113 |
| Binary | 11111101 | 11111111 | 1111110 | 1 | 0 | 110011 | 0 | 111101 | 1100100 | 1001011 |
Color Harmonies of #FDFF7E
Complementary color
Monochromatic Colors of #FDFF7E
Black with #FDFF7E
Text Example
Text Example
White with #FDFF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF7E; }
p { color: rgb(253,255,126); }
H1.HeaderClassName
{
color: #FDFF7E;
}
.AnyTagClassName
{
color: #FDFF7E;
}
</style>
background-color css
<style>
a { background-color: #FDFF7E; }
a { background-color: rgb(253,255,126); }
div.DivClassName
{
background-color: #FDFF7E;
}
.BgClassName
{
background-color: #FDFF7E;
}
</style>
border-color css
<style>
span { border-color: #FDFF7E; }
span { border-color: rgb(253,255,126); }
td.TdClassName
{
border-color: #FDFF7E;
}
.TagClassName
{
border-color: #FDFF7E;
}
</style>