Shades of Panache #F0FAEB
Tints of Panache #F0FAEB
RGB
CMYK
RGB Variations
Color information
#F0FAEB (or 0xF0FAEB) is known color: Panache. HEX triplet: F0, FA and EB. RGB value is (240,250,235). Sum of RGB (Red+Green+Blue) = 240+250+235=725 (96% of max value = 765). Red value is 240 (94.14% from 255 or 33.10% from 725); Green value is 250 (98.05% from 255 or 34.48% from 725); Blue value is 235 (92.19% from 255 or 32.41% from 725); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FAEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FAEB is #0F0514. Grayscale: #F5F5F5. Windows color (decimal): -984341 or 15465200. OLE color: 15465200.
HSL color Cylindrical-coordinate representation of color #F0FAEB: hue angle of 100º degrees, saturation: 0.6, 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 #F0FAEB is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 235 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.02 |
| HSL | 100º | 0.6% | 0.95% | - |
| HSV(B) | 100º | 0.06% | 0.98% | - |
| XYZ | 85.12 | 92.89 | 92.04 | - |
| YUV | 245.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 235 | 0.04 | 0 | 0.06 | 0.02 | 100 | 0.6 | 0.95 |
| Hex | F0 | FA | EB | 4 | 0 | 6 | 2 | 64 | 3C | 5F |
| Octal | 360 | 372 | 353 | 4 | 0 | 6 | 2 | 144 | 74 | 137 |
| Binary | 11110000 | 11111010 | 11101011 | 100 | 0 | 110 | 10 | 1100100 | 111100 | 1011111 |
Color Harmonies of #F0FAEB
Complementary color
Monochromatic Colors of #F0FAEB
Black with #F0FAEB
Text Example
Text Example
White with #F0FAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FAEB; }
p { color: rgb(240,250,235); }
H1.HeaderClassName
{
color: #F0FAEB;
}
.AnyTagClassName
{
color: #F0FAEB;
}
</style>
background-color css
<style>
a { background-color: #F0FAEB; }
a { background-color: rgb(240,250,235); }
div.DivClassName
{
background-color: #F0FAEB;
}
.BgClassName
{
background-color: #F0FAEB;
}
</style>
border-color css
<style>
span { border-color: #F0FAEB; }
span { border-color: rgb(240,250,235); }
td.TdClassName
{
border-color: #F0FAEB;
}
.TagClassName
{
border-color: #F0FAEB;
}
</style>