Shades of Panache #F0F8EA
Tints of Panache #F0F8EA
RGB
CMYK
RGB Variations
Color information
#F0F8EA (or 0xF0F8EA) is known color: Panache. HEX triplet: F0, F8 and EA. RGB value is (240,248,234). Sum of RGB (Red+Green+Blue) = 240+248+234=722 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.24% from 722); Green value is 248 (97.27% from 255 or 34.35% from 722); Blue value is 234 (91.80% from 255 or 32.41% from 722); Max value from RGB is 248 - color contains mainly: green. Hex color #F0F8EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F8EA is #0F0715. Grayscale: #F4F4F4. Windows color (decimal): -984854 or 15399152. OLE color: 15399152.
HSL color Cylindrical-coordinate representation of color #F0F8EA: hue angle of 94.29º degrees, saturation: 0.5, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F0F8EA is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 248 | 234 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.03 |
| HSL | 94.29º | 0.5% | 0.95% | - |
| HSV(B) | 94.29º | 0.06% | 0.97% | - |
| XYZ | 84.35 | 91.6 | 91.08 | - |
| YUV | 244.01 | 122.35 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 248 | 234 | 0.03 | 0 | 0.06 | 0.03 | 94.29 | 0.5 | 0.95 |
| Hex | F0 | F8 | EA | 3 | 0 | 6 | 3 | 5E | 32 | 5F |
| Octal | 360 | 370 | 352 | 3 | 0 | 6 | 3 | 136 | 62 | 137 |
| Binary | 11110000 | 11111000 | 11101010 | 11 | 0 | 110 | 11 | 1011110 | 110010 | 1011111 |
Color Harmonies of #F0F8EA
Complementary color
Monochromatic Colors of #F0F8EA
Black with #F0F8EA
Text Example
Text Example
White with #F0F8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F8EA; }
p { color: rgb(240,248,234); }
H1.HeaderClassName
{
color: #F0F8EA;
}
.AnyTagClassName
{
color: #F0F8EA;
}
</style>
background-color css
<style>
a { background-color: #F0F8EA; }
a { background-color: rgb(240,248,234); }
div.DivClassName
{
background-color: #F0F8EA;
}
.BgClassName
{
background-color: #F0F8EA;
}
</style>
border-color css
<style>
span { border-color: #F0F8EA; }
span { border-color: rgb(240,248,234); }
td.TdClassName
{
border-color: #F0F8EA;
}
.TagClassName
{
border-color: #F0F8EA;
}
</style>