Shades of Panache #F0FCE6
Tints of Panache #F0FCE6
RGB
CMYK
RGB Variations
Color information
#F0FCE6 (or 0xF0FCE6) is known color: Panache. HEX triplet: F0, FC and E6. RGB value is (240,252,230). Sum of RGB (Red+Green+Blue) = 240+252+230=722 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.24% from 722); Green value is 252 (98.83% from 255 or 34.90% from 722); Blue value is 230 (90.23% from 255 or 31.86% from 722); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FCE6 is #0F0319. Grayscale: #F5F5F5. Windows color (decimal): -983834 or 15138032. OLE color: 15138032.
HSL color Cylindrical-coordinate representation of color #F0FCE6: hue angle of 92.73º degrees, saturation: 0.79, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0FCE6 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 230 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.01 |
| HSL | 92.73º | 0.79% | 0.95% | - |
| HSV(B) | 92.73º | 0.09% | 0.99% | - |
| XYZ | 85.03 | 93.86 | 88.5 | - |
| YUV | 245.9 | 119.02 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 230 | 0.05 | 0 | 0.09 | 0.01 | 92.73 | 0.79 | 0.95 |
| Hex | F0 | FC | E6 | 5 | 0 | 9 | 1 | 5D | 4F | 5F |
| Octal | 360 | 374 | 346 | 5 | 0 | 11 | 1 | 135 | 117 | 137 |
| Binary | 11110000 | 11111100 | 11100110 | 101 | 0 | 1001 | 1 | 1011101 | 1001111 | 1011111 |
Color Harmonies of #F0FCE6
Complementary color
Monochromatic Colors of #F0FCE6
Black with #F0FCE6
Text Example
Text Example
White with #F0FCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FCE6; }
p { color: rgb(240,252,230); }
H1.HeaderClassName
{
color: #F0FCE6;
}
.AnyTagClassName
{
color: #F0FCE6;
}
</style>
background-color css
<style>
a { background-color: #F0FCE6; }
a { background-color: rgb(240,252,230); }
div.DivClassName
{
background-color: #F0FCE6;
}
.BgClassName
{
background-color: #F0FCE6;
}
</style>
border-color css
<style>
span { border-color: #F0FCE6; }
span { border-color: rgb(240,252,230); }
td.TdClassName
{
border-color: #F0FCE6;
}
.TagClassName
{
border-color: #F0FCE6;
}
</style>