Shades of Panache #F2FEEA
Tints of Panache #F2FEEA
RGB
CMYK
RGB Variations
Color information
#F2FEEA (or 0xF2FEEA) is known color: Panache. HEX triplet: F2, FE and EA. RGB value is (242,254,234). Sum of RGB (Red+Green+Blue) = 242+254+234=730 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.15% from 730); Green value is 254 (99.61% from 255 or 34.79% from 730); Blue value is 234 (91.80% from 255 or 32.05% from 730); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FEEA is #0D0115. Grayscale: #F8F8F8. Windows color (decimal): -852246 or 15400690. OLE color: 15400690.
HSL color Cylindrical-coordinate representation of color #F2FEEA: hue angle of 96º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F2FEEA is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 254 | 234 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.00 |
| HSL | 96º | 0.91% | 0.96% | - |
| HSV(B) | 96º | 0.08% | 1% | - |
| XYZ | 86.91 | 95.7 | 91.73 | - |
| YUV | 248.13 | 120.02 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 254 | 234 | 0.05 | 0 | 0.08 | 0.00 | 96 | 0.91 | 0.96 |
| Hex | F2 | FE | EA | 5 | 0 | 8 | 0 | 60 | 5B | 60 |
| Octal | 362 | 376 | 352 | 5 | 0 | 10 | 0 | 140 | 133 | 140 |
| Binary | 11110010 | 11111110 | 11101010 | 101 | 0 | 1000 | 0 | 1100000 | 1011011 | 1100000 |
Color Harmonies of #F2FEEA
Complementary color
Monochromatic Colors of #F2FEEA
Black with #F2FEEA
Text Example
Text Example
White with #F2FEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FEEA; }
p { color: rgb(242,254,234); }
H1.HeaderClassName
{
color: #F2FEEA;
}
.AnyTagClassName
{
color: #F2FEEA;
}
</style>
background-color css
<style>
a { background-color: #F2FEEA; }
a { background-color: rgb(242,254,234); }
div.DivClassName
{
background-color: #F2FEEA;
}
.BgClassName
{
background-color: #F2FEEA;
}
</style>
border-color css
<style>
span { border-color: #F2FEEA; }
span { border-color: rgb(242,254,234); }
td.TdClassName
{
border-color: #F2FEEA;
}
.TagClassName
{
border-color: #F2FEEA;
}
</style>