Shades of Panache #F0FAEA
Tints of Panache #F0FAEA
RGB
CMYK
RGB Variations
Color information
#F0FAEA (or 0xF0FAEA) is known color: Panache. HEX triplet: F0, FA and EA. RGB value is (240,250,234). Sum of RGB (Red+Green+Blue) = 240+250+234=724 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.15% from 724); Green value is 250 (98.05% from 255 or 34.53% from 724); Blue value is 234 (91.80% from 255 or 32.32% from 724); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FAEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FAEA is #0F0515. Grayscale: #F5F5F5. Windows color (decimal): -984342 or 15399664. OLE color: 15399664.
HSL color Cylindrical-coordinate representation of color #F0FAEA: hue angle of 97.5º degrees, saturation: 0.62, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F0FAEA is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 234 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.02 |
| HSL | 97.5º | 0.62% | 0.95% | - |
| HSV(B) | 97.5º | 0.06% | 0.98% | - |
| XYZ | 84.97 | 92.84 | 91.28 | - |
| YUV | 245.19 | 121.69 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 234 | 0.04 | 0 | 0.06 | 0.02 | 97.5 | 0.62 | 0.95 |
| Hex | F0 | FA | EA | 4 | 0 | 6 | 2 | 62 | 3E | 5F |
| Octal | 360 | 372 | 352 | 4 | 0 | 6 | 2 | 142 | 76 | 137 |
| Binary | 11110000 | 11111010 | 11101010 | 100 | 0 | 110 | 10 | 1100010 | 111110 | 1011111 |
Color Harmonies of #F0FAEA
Complementary color
Monochromatic Colors of #F0FAEA
Black with #F0FAEA
Text Example
Text Example
White with #F0FAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FAEA; }
p { color: rgb(240,250,234); }
H1.HeaderClassName
{
color: #F0FAEA;
}
.AnyTagClassName
{
color: #F0FAEA;
}
</style>
background-color css
<style>
a { background-color: #F0FAEA; }
a { background-color: rgb(240,250,234); }
div.DivClassName
{
background-color: #F0FAEA;
}
.BgClassName
{
background-color: #F0FAEA;
}
</style>
border-color css
<style>
span { border-color: #F0FAEA; }
span { border-color: rgb(240,250,234); }
td.TdClassName
{
border-color: #F0FAEA;
}
.TagClassName
{
border-color: #F0FAEA;
}
</style>