Shades of Panache #F0FAED
Tints of Panache #F0FAED
RGB
CMYK
RGB Variations
Color information
#F0FAED (or 0xF0FAED) is known color: Panache. HEX triplet: F0, FA and ED. RGB value is (240,250,237). Sum of RGB (Red+Green+Blue) = 240+250+237=727 (96% of max value = 765). Red value is 240 (94.14% from 255 or 33.01% from 727); Green value is 250 (98.05% from 255 or 34.39% from 727); Blue value is 237 (92.97% from 255 or 32.60% from 727); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FAED is #0F0512. Grayscale: #F5F5F5. Windows color (decimal): -984339 or 15596272. OLE color: 15596272.
HSL color Cylindrical-coordinate representation of color #F0FAED: hue angle of 106.15º degrees, saturation: 0.57, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F0FAED is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 240 | 250 | 237 | - |
CMYK | 0.04 | 0 | 0.05 | 0.02 |
HSL | 106.15º | 0.57% | 0.95% | - |
HSV(B) | 106.15º | 0.05% | 0.98% | - |
XYZ | 85.41 | 93.01 | 93.57 | - |
YUV | 245.53 | 123.19 | 124.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 250 | 237 | 0.04 | 0 | 0.05 | 0.02 | 106.15 | 0.57 | 0.95 |
Hex | F0 | FA | ED | 4 | 0 | 5 | 2 | 6A | 39 | 5F |
Octal | 360 | 372 | 355 | 4 | 0 | 5 | 2 | 152 | 71 | 137 |
Binary | 11110000 | 11111010 | 11101101 | 100 | 0 | 101 | 10 | 1101010 | 111001 | 1011111 |
Color Harmonies of #F0FAED
Complementary color
Monochromatic Colors of #F0FAED
Black with #F0FAED
Text Example
Text Example
White with #F0FAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FAED; }
p { color: rgb(240,250,237); }
H1.HeaderClassName
{
color: #F0FAED;
}
.AnyTagClassName
{
color: #F0FAED;
}
</style>
background-color css
<style>
a { background-color: #F0FAED; }
a { background-color: rgb(240,250,237); }
div.DivClassName
{
background-color: #F0FAED;
}
.BgClassName
{
background-color: #F0FAED;
}
</style>
border-color css
<style>
span { border-color: #F0FAED; }
span { border-color: rgb(240,250,237); }
td.TdClassName
{
border-color: #F0FAED;
}
.TagClassName
{
border-color: #F0FAED;
}
</style>