Shades of Panache #F2FAED
Tints of Panache #F2FAED
RGB
CMYK
RGB Variations
Color information
#F2FAED (or 0xF2FAED) is known color: Panache. HEX triplet: F2, FA and ED. RGB value is (242,250,237). Sum of RGB (Red+Green+Blue) = 242+250+237=729 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.20% from 729); Green value is 250 (98.05% from 255 or 34.29% from 729); Blue value is 237 (92.97% from 255 or 32.51% from 729); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FAED is #0D0512. Grayscale: #F6F6F6. Windows color (decimal): -853267 or 15596274. OLE color: 15596274.
HSL color Cylindrical-coordinate representation of color #F2FAED: hue angle of 96.92º 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 #F2FAED is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 242 | 250 | 237 | - |
CMYK | 0.03 | 0 | 0.05 | 0.02 |
HSL | 96.92º | 0.57% | 0.95% | - |
HSV(B) | 96.92º | 0.05% | 0.98% | - |
XYZ | 86.09 | 93.36 | 93.6 | - |
YUV | 246.13 | 122.85 | 125.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 250 | 237 | 0.03 | 0 | 0.05 | 0.02 | 96.92 | 0.57 | 0.95 |
Hex | F2 | FA | ED | 3 | 0 | 5 | 2 | 61 | 39 | 5F |
Octal | 362 | 372 | 355 | 3 | 0 | 5 | 2 | 141 | 71 | 137 |
Binary | 11110010 | 11111010 | 11101101 | 11 | 0 | 101 | 10 | 1100001 | 111001 | 1011111 |
Color Harmonies of #F2FAED
Complementary color
Monochromatic Colors of #F2FAED
Black with #F2FAED
Text Example
Text Example
White with #F2FAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FAED; }
p { color: rgb(242,250,237); }
H1.HeaderClassName
{
color: #F2FAED;
}
.AnyTagClassName
{
color: #F2FAED;
}
</style>
background-color css
<style>
a { background-color: #F2FAED; }
a { background-color: rgb(242,250,237); }
div.DivClassName
{
background-color: #F2FAED;
}
.BgClassName
{
background-color: #F2FAED;
}
</style>
border-color css
<style>
span { border-color: #F2FAED; }
span { border-color: rgb(242,250,237); }
td.TdClassName
{
border-color: #F2FAED;
}
.TagClassName
{
border-color: #F2FAED;
}
</style>