Shades of Witch Haze #FDFF80
Tints of Witch Haze #FDFF80
RGB
CMYK
RGB Variations
Color information
#FDFF80 (or 0xFDFF80) is known color: Witch Haze. HEX triplet: FD, FF and 80. RGB value is (253,255,128). Sum of RGB (Red+Green+Blue) = 253+255+128=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 128 (50.39% from 255 or 20.13% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFF80 is #02007F. Grayscale: #F0F0F0. Windows color (decimal): -131200 or 8454141. OLE color: 8454141.
HSL color Cylindrical-coordinate representation of color #FDFF80: hue angle of 60.94º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDFF80 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 128 | - |
| CMYK | 0.01 | 0 | 0.50 | 0 |
| HSL | 60.94º | 1% | 0.75% | - |
| HSV(B) | 60.94º | 0.5% | 1% | - |
| XYZ | 80.16 | 93.96 | 34.33 | - |
| YUV | 239.92 | 64.84 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 128 | 0.01 | 0 | 0.50 | 0 | 60.94 | 1 | 0.75 |
| Hex | FD | FF | 80 | 1 | 0 | 32 | 0 | 3D | 64 | 4B |
| Octal | 375 | 377 | 200 | 1 | 0 | 62 | 0 | 75 | 144 | 113 |
| Binary | 11111101 | 11111111 | 10000000 | 1 | 0 | 110010 | 0 | 111101 | 1100100 | 1001011 |
Color Harmonies of #FDFF80
Complementary color
Monochromatic Colors of #FDFF80
Black with #FDFF80
Text Example
Text Example
White with #FDFF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF80; }
p { color: rgb(253,255,128); }
H1.HeaderClassName
{
color: #FDFF80;
}
.AnyTagClassName
{
color: #FDFF80;
}
</style>
background-color css
<style>
a { background-color: #FDFF80; }
a { background-color: rgb(253,255,128); }
div.DivClassName
{
background-color: #FDFF80;
}
.BgClassName
{
background-color: #FDFF80;
}
</style>
border-color css
<style>
span { border-color: #FDFF80; }
span { border-color: rgb(253,255,128); }
td.TdClassName
{
border-color: #FDFF80;
}
.TagClassName
{
border-color: #FDFF80;
}
</style>