Shades of Panache #F0FEE6
Tints of Panache #F0FEE6
RGB
CMYK
RGB Variations
Color information
#F0FEE6 (or 0xF0FEE6) is known color: Panache. HEX triplet: F0, FE and E6. RGB value is (240,254,230). Sum of RGB (Red+Green+Blue) = 240+254+230=724 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.15% from 724); Green value is 254 (99.61% from 255 or 35.08% from 724); Blue value is 230 (90.23% from 255 or 31.77% from 724); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FEE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FEE6 is #0F0119. Grayscale: #F7F7F7. Windows color (decimal): -983322 or 15138544. OLE color: 15138544.
HSL color Cylindrical-coordinate representation of color #F0FEE6: hue angle of 95º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0FEE6 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 230 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.00 |
| HSL | 95º | 0.92% | 0.95% | - |
| HSV(B) | 95º | 0.09% | 1% | - |
| XYZ | 85.66 | 95.12 | 88.71 | - |
| YUV | 247.08 | 118.36 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 230 | 0.06 | 0 | 0.09 | 0.00 | 95 | 0.92 | 0.95 |
| Hex | F0 | FE | E6 | 6 | 0 | 9 | 0 | 5F | 5C | 5F |
| Octal | 360 | 376 | 346 | 6 | 0 | 11 | 0 | 137 | 134 | 137 |
| Binary | 11110000 | 11111110 | 11100110 | 110 | 0 | 1001 | 0 | 1011111 | 1011100 | 1011111 |
Color Harmonies of #F0FEE6
Complementary color
Monochromatic Colors of #F0FEE6
Black with #F0FEE6
Text Example
Text Example
White with #F0FEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FEE6; }
p { color: rgb(240,254,230); }
H1.HeaderClassName
{
color: #F0FEE6;
}
.AnyTagClassName
{
color: #F0FEE6;
}
</style>
background-color css
<style>
a { background-color: #F0FEE6; }
a { background-color: rgb(240,254,230); }
div.DivClassName
{
background-color: #F0FEE6;
}
.BgClassName
{
background-color: #F0FEE6;
}
</style>
border-color css
<style>
span { border-color: #F0FEE6; }
span { border-color: rgb(240,254,230); }
td.TdClassName
{
border-color: #F0FEE6;
}
.TagClassName
{
border-color: #F0FEE6;
}
</style>