Shades of Panache #F0FFE2
Tints of Panache #F0FFE2
RGB
CMYK
RGB Variations
Color information
#F0FFE2 (or 0xF0FFE2) is known color: Panache. HEX triplet: F0, FF and E2. RGB value is (240,255,226). Sum of RGB (Red+Green+Blue) = 240+255+226=721 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.29% from 721); Green value is 255 (100% from 255 or 35.37% from 721); Blue value is 226 (88.67% from 255 or 31.35% from 721); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FFE2 is #0F001D. Grayscale: #F7F7F7. Windows color (decimal): -983070 or 14876656. OLE color: 14876656.
HSL color Cylindrical-coordinate representation of color #F0FFE2: hue angle of 91.03º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F0FFE2 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
RGB | 240 | 255 | 226 | - |
CMYK | 0.06 | 0 | 0.11 | 0 |
HSL | 91.03º | 1% | 0.94% | - |
HSV(B) | 91.03º | 0.11% | 1% | - |
XYZ | 85.42 | 95.54 | 85.89 | - |
YUV | 247.21 | 116.03 | 122.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 255 | 226 | 0.06 | 0 | 0.11 | 0 | 91.03 | 1 | 0.94 |
Hex | F0 | FF | E2 | 6 | 0 | B | 0 | 5B | 64 | 5E |
Octal | 360 | 377 | 342 | 6 | 0 | 13 | 0 | 133 | 144 | 136 |
Binary | 11110000 | 11111111 | 11100010 | 110 | 0 | 1011 | 0 | 1011011 | 1100100 | 1011110 |
Color Harmonies of #F0FFE2
Complementary color
Monochromatic Colors of #F0FFE2
Black with #F0FFE2
Text Example
Text Example
White with #F0FFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FFE2; }
p { color: rgb(240,255,226); }
H1.HeaderClassName
{
color: #F0FFE2;
}
.AnyTagClassName
{
color: #F0FFE2;
}
</style>
background-color css
<style>
a { background-color: #F0FFE2; }
a { background-color: rgb(240,255,226); }
div.DivClassName
{
background-color: #F0FFE2;
}
.BgClassName
{
background-color: #F0FFE2;
}
</style>
border-color css
<style>
span { border-color: #F0FFE2; }
span { border-color: rgb(240,255,226); }
td.TdClassName
{
border-color: #F0FFE2;
}
.TagClassName
{
border-color: #F0FFE2;
}
</style>