Shades of Panache #F0FAE9
Tints of Panache #F0FAE9
RGB
CMYK
RGB Variations
Color information
#F0FAE9 (or 0xF0FAE9) is known color: Panache. HEX triplet: F0, FA and E9. RGB value is (240,250,233). Sum of RGB (Red+Green+Blue) = 240+250+233=723 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.20% from 723); Green value is 250 (98.05% from 255 or 34.58% from 723); Blue value is 233 (91.41% from 255 or 32.23% from 723); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FAE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FAE9 is #0F0516. Grayscale: #F5F5F5. Windows color (decimal): -984343 or 15334128. OLE color: 15334128.
HSL color Cylindrical-coordinate representation of color #F0FAE9: hue angle of 95.29º degrees, saturation: 0.63, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0FAE9 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 233 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.02 |
| HSL | 95.29º | 0.63% | 0.95% | - |
| HSV(B) | 95.29º | 0.07% | 0.98% | - |
| XYZ | 84.83 | 92.78 | 90.53 | - |
| YUV | 245.07 | 121.19 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 233 | 0.04 | 0 | 0.07 | 0.02 | 95.29 | 0.63 | 0.95 |
| Hex | F0 | FA | E9 | 4 | 0 | 7 | 2 | 5F | 3F | 5F |
| Octal | 360 | 372 | 351 | 4 | 0 | 7 | 2 | 137 | 77 | 137 |
| Binary | 11110000 | 11111010 | 11101001 | 100 | 0 | 111 | 10 | 1011111 | 111111 | 1011111 |
Color Harmonies of #F0FAE9
Complementary color
Monochromatic Colors of #F0FAE9
Black with #F0FAE9
Text Example
Text Example
White with #F0FAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FAE9; }
p { color: rgb(240,250,233); }
H1.HeaderClassName
{
color: #F0FAE9;
}
.AnyTagClassName
{
color: #F0FAE9;
}
</style>
background-color css
<style>
a { background-color: #F0FAE9; }
a { background-color: rgb(240,250,233); }
div.DivClassName
{
background-color: #F0FAE9;
}
.BgClassName
{
background-color: #F0FAE9;
}
</style>
border-color css
<style>
span { border-color: #F0FAE9; }
span { border-color: rgb(240,250,233); }
td.TdClassName
{
border-color: #F0FAE9;
}
.TagClassName
{
border-color: #F0FAE9;
}
</style>