Shades of Panache #F0FCE5
Tints of Panache #F0FCE5
RGB
CMYK
RGB Variations
Color information
#F0FCE5 (or 0xF0FCE5) is known color: Panache. HEX triplet: F0, FC and E5. RGB value is (240,252,229). Sum of RGB (Red+Green+Blue) = 240+252+229=721 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.29% from 721); Green value is 252 (98.83% from 255 or 34.95% from 721); Blue value is 229 (89.84% from 255 or 31.76% from 721); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FCE5 is #0F031A. Grayscale: #F5F5F5. Windows color (decimal): -983835 or 15072496. OLE color: 15072496.
HSL color Cylindrical-coordinate representation of color #F0FCE5: hue angle of 91.3º degrees, saturation: 0.79, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0FCE5 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 229 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.01 |
| HSL | 91.3º | 0.79% | 0.94% | - |
| HSV(B) | 91.3º | 0.09% | 0.99% | - |
| XYZ | 84.89 | 93.8 | 87.76 | - |
| YUV | 245.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 229 | 0.05 | 0 | 0.09 | 0.01 | 91.3 | 0.79 | 0.94 |
| Hex | F0 | FC | E5 | 5 | 0 | 9 | 1 | 5B | 4F | 5E |
| Octal | 360 | 374 | 345 | 5 | 0 | 11 | 1 | 133 | 117 | 136 |
| Binary | 11110000 | 11111100 | 11100101 | 101 | 0 | 1001 | 1 | 1011011 | 1001111 | 1011110 |
Color Harmonies of #F0FCE5
Complementary color
Monochromatic Colors of #F0FCE5
Black with #F0FCE5
Text Example
Text Example
White with #F0FCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FCE5; }
p { color: rgb(240,252,229); }
H1.HeaderClassName
{
color: #F0FCE5;
}
.AnyTagClassName
{
color: #F0FCE5;
}
</style>
background-color css
<style>
a { background-color: #F0FCE5; }
a { background-color: rgb(240,252,229); }
div.DivClassName
{
background-color: #F0FCE5;
}
.BgClassName
{
background-color: #F0FCE5;
}
</style>
border-color css
<style>
span { border-color: #F0FCE5; }
span { border-color: rgb(240,252,229); }
td.TdClassName
{
border-color: #F0FCE5;
}
.TagClassName
{
border-color: #F0FCE5;
}
</style>