Shades of Panache #F0FEEA
Tints of Panache #F0FEEA
RGB
CMYK
RGB Variations
Color information
#F0FEEA (or 0xF0FEEA) is known color: Panache. HEX triplet: F0, FE and EA. RGB value is (240,254,234). Sum of RGB (Red+Green+Blue) = 240+254+234=728 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.97% from 728); Green value is 254 (99.61% from 255 or 34.89% from 728); Blue value is 234 (91.80% from 255 or 32.14% from 728); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FEEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FEEA is #0F0115. Grayscale: #F7F7F7. Windows color (decimal): -983318 or 15400688. OLE color: 15400688.
HSL color Cylindrical-coordinate representation of color #F0FEEA: hue angle of 102º 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 #F0FEEA is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
RGB | 240 | 254 | 234 | - |
CMYK | 0.06 | 0 | 0.08 | 0.00 |
HSL | 102º | 0.91% | 0.96% | - |
HSV(B) | 102º | 0.08% | 1% | - |
XYZ | 86.23 | 95.35 | 91.7 | - |
YUV | 247.53 | 120.36 | 122.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 254 | 234 | 0.06 | 0 | 0.08 | 0.00 | 102 | 0.91 | 0.96 |
Hex | F0 | FE | EA | 6 | 0 | 8 | 0 | 66 | 5B | 60 |
Octal | 360 | 376 | 352 | 6 | 0 | 10 | 0 | 146 | 133 | 140 |
Binary | 11110000 | 11111110 | 11101010 | 110 | 0 | 1000 | 0 | 1100110 | 1011011 | 1100000 |
Color Harmonies of #F0FEEA
Complementary color
Monochromatic Colors of #F0FEEA
Black with #F0FEEA
Text Example
Text Example
White with #F0FEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FEEA; }
p { color: rgb(240,254,234); }
H1.HeaderClassName
{
color: #F0FEEA;
}
.AnyTagClassName
{
color: #F0FEEA;
}
</style>
background-color css
<style>
a { background-color: #F0FEEA; }
a { background-color: rgb(240,254,234); }
div.DivClassName
{
background-color: #F0FEEA;
}
.BgClassName
{
background-color: #F0FEEA;
}
</style>
border-color css
<style>
span { border-color: #F0FEEA; }
span { border-color: rgb(240,254,234); }
td.TdClassName
{
border-color: #F0FEEA;
}
.TagClassName
{
border-color: #F0FEEA;
}
</style>