Shades of Witch Haze #FCFF7E
Tints of Witch Haze #FCFF7E
RGB
CMYK
RGB Variations
Color information
#FCFF7E (or 0xFCFF7E) is known color: Witch Haze. HEX triplet: FC, FF and 7E. RGB value is (252,255,126). Sum of RGB (Red+Green+Blue) = 252+255+126=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 126 (49.61% from 255 or 19.91% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFF7E is #030081. Grayscale: #EFEFEF. Windows color (decimal): -196738 or 8323068. OLE color: 8323068.
HSL color Cylindrical-coordinate representation of color #FCFF7E: hue angle of 61.4º 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 #FCFF7E is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 126 | - |
| CMYK | 0.01 | 0 | 0.51 | 0 |
| HSL | 61.4º | 1% | 0.75% | - |
| HSV(B) | 61.4º | 0.51% | 1% | - |
| XYZ | 79.67 | 93.72 | 33.63 | - |
| YUV | 239.4 | 64.01 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 126 | 0.01 | 0 | 0.51 | 0 | 61.4 | 1 | 0.75 |
| Hex | FC | FF | 7E | 1 | 0 | 33 | 0 | 3D | 64 | 4B |
| Octal | 374 | 377 | 176 | 1 | 0 | 63 | 0 | 75 | 144 | 113 |
| Binary | 11111100 | 11111111 | 1111110 | 1 | 0 | 110011 | 0 | 111101 | 1100100 | 1001011 |
Color Harmonies of #FCFF7E
Complementary color
Monochromatic Colors of #FCFF7E
Black with #FCFF7E
Text Example
Text Example
White with #FCFF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF7E; }
p { color: rgb(252,255,126); }
H1.HeaderClassName
{
color: #FCFF7E;
}
.AnyTagClassName
{
color: #FCFF7E;
}
</style>
background-color css
<style>
a { background-color: #FCFF7E; }
a { background-color: rgb(252,255,126); }
div.DivClassName
{
background-color: #FCFF7E;
}
.BgClassName
{
background-color: #FCFF7E;
}
</style>
border-color css
<style>
span { border-color: #FCFF7E; }
span { border-color: rgb(252,255,126); }
td.TdClassName
{
border-color: #FCFF7E;
}
.TagClassName
{
border-color: #FCFF7E;
}
</style>