Shades of Panache #F0FFE4
Tints of Panache #F0FFE4
RGB
CMYK
RGB Variations
Color information
#F0FFE4 (or 0xF0FFE4) is known color: Panache. HEX triplet: F0, FF and E4. RGB value is (240,255,228). Sum of RGB (Red+Green+Blue) = 240+255+228=723 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.20% from 723); Green value is 255 (100% from 255 or 35.27% from 723); Blue value is 228 (89.45% from 255 or 31.54% from 723); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FFE4 is #0F001B. Grayscale: #F7F7F7. Windows color (decimal): -983068 or 15007728. OLE color: 15007728.
HSL color Cylindrical-coordinate representation of color #F0FFE4: hue angle of 93.33º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F0FFE4 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
RGB | 240 | 255 | 228 | - |
CMYK | 0.06 | 0 | 0.11 | 0 |
HSL | 93.33º | 1% | 0.95% | - |
HSV(B) | 93.33º | 0.11% | 1% | - |
XYZ | 85.7 | 95.65 | 87.34 | - |
YUV | 247.44 | 117.03 | 122.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 255 | 228 | 0.06 | 0 | 0.11 | 0 | 93.33 | 1 | 0.95 |
Hex | F0 | FF | E4 | 6 | 0 | B | 0 | 5D | 64 | 5F |
Octal | 360 | 377 | 344 | 6 | 0 | 13 | 0 | 135 | 144 | 137 |
Binary | 11110000 | 11111111 | 11100100 | 110 | 0 | 1011 | 0 | 1011101 | 1100100 | 1011111 |
Color Harmonies of #F0FFE4
Complementary color
Monochromatic Colors of #F0FFE4
Black with #F0FFE4
Text Example
Text Example
White with #F0FFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FFE4; }
p { color: rgb(240,255,228); }
H1.HeaderClassName
{
color: #F0FFE4;
}
.AnyTagClassName
{
color: #F0FFE4;
}
</style>
background-color css
<style>
a { background-color: #F0FFE4; }
a { background-color: rgb(240,255,228); }
div.DivClassName
{
background-color: #F0FFE4;
}
.BgClassName
{
background-color: #F0FFE4;
}
</style>
border-color css
<style>
span { border-color: #F0FFE4; }
span { border-color: rgb(240,255,228); }
td.TdClassName
{
border-color: #F0FFE4;
}
.TagClassName
{
border-color: #F0FFE4;
}
</style>