Shades of Panache #F0FFE1
Tints of Panache #F0FFE1
RGB
CMYK
RGB Variations
Color information
#F0FFE1 (or 0xF0FFE1) is known color: Panache. HEX triplet: F0, FF and E1. RGB value is (240,255,225). Sum of RGB (Red+Green+Blue) = 240+255+225=720 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.33% from 720); Green value is 255 (100% from 255 or 35.42% from 720); Blue value is 225 (88.28% from 255 or 31.25% from 720); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FFE1 is #0F001E. Grayscale: #F7F7F7. Windows color (decimal): -983071 or 14811120. OLE color: 14811120.
HSL color Cylindrical-coordinate representation of color #F0FFE1: hue angle of 90º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0FFE1 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 225 | - |
| CMYK | 0.06 | 0 | 0.12 | 0 |
| HSL | 90º | 1% | 0.94% | - |
| HSV(B) | 90º | 0.12% | 1% | - |
| XYZ | 85.29 | 95.48 | 85.17 | - |
| YUV | 247.1 | 115.53 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 225 | 0.06 | 0 | 0.12 | 0 | 90 | 1 | 0.94 |
| Hex | F0 | FF | E1 | 6 | 0 | C | 0 | 5A | 64 | 5E |
| Octal | 360 | 377 | 341 | 6 | 0 | 14 | 0 | 132 | 144 | 136 |
| Binary | 11110000 | 11111111 | 11100001 | 110 | 0 | 1100 | 0 | 1011010 | 1100100 | 1011110 |
Color Harmonies of #F0FFE1
Complementary color
Monochromatic Colors of #F0FFE1
Black with #F0FFE1
Text Example
Text Example
White with #F0FFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FFE1; }
p { color: rgb(240,255,225); }
H1.HeaderClassName
{
color: #F0FFE1;
}
.AnyTagClassName
{
color: #F0FFE1;
}
</style>
background-color css
<style>
a { background-color: #F0FFE1; }
a { background-color: rgb(240,255,225); }
div.DivClassName
{
background-color: #F0FFE1;
}
.BgClassName
{
background-color: #F0FFE1;
}
</style>
border-color css
<style>
span { border-color: #F0FFE1; }
span { border-color: rgb(240,255,225); }
td.TdClassName
{
border-color: #F0FFE1;
}
.TagClassName
{
border-color: #F0FFE1;
}
</style>