Shades of Panache #F2FFEC
Tints of Panache #F2FFEC
RGB
CMYK
RGB Variations
Color information
#F2FFEC (or 0xF2FFEC) is known color: Panache. HEX triplet: F2, FF and EC. RGB value is (242,255,236). Sum of RGB (Red+Green+Blue) = 242+255+236=733 (97% of max value = 765). Red value is 242 (94.92% from 255 or 33.02% from 733); Green value is 255 (100% from 255 or 34.79% from 733); Blue value is 236 (92.58% from 255 or 32.20% from 733); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FFEC is #0D0013. Grayscale: #F9F9F9. Windows color (decimal): -851988 or 15532018. OLE color: 15532018.
HSL color Cylindrical-coordinate representation of color #F2FFEC: hue angle of 101.05º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F2FFEC is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 242 | 255 | 236 | - |
CMYK | 0.05 | 0 | 0.07 | 0 |
HSL | 101.05º | 1% | 0.96% | - |
HSV(B) | 101.05º | 0.07% | 1% | - |
XYZ | 87.52 | 96.45 | 93.36 | - |
YUV | 248.95 | 120.69 | 123.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 255 | 236 | 0.05 | 0 | 0.07 | 0 | 101.05 | 1 | 0.96 |
Hex | F2 | FF | EC | 5 | 0 | 7 | 0 | 65 | 64 | 60 |
Octal | 362 | 377 | 354 | 5 | 0 | 7 | 0 | 145 | 144 | 140 |
Binary | 11110010 | 11111111 | 11101100 | 101 | 0 | 111 | 0 | 1100101 | 1100100 | 1100000 |
Color Harmonies of #F2FFEC
Complementary color
Monochromatic Colors of #F2FFEC
Black with #F2FFEC
Text Example
Text Example
White with #F2FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FFEC; }
p { color: rgb(242,255,236); }
H1.HeaderClassName
{
color: #F2FFEC;
}
.AnyTagClassName
{
color: #F2FFEC;
}
</style>
background-color css
<style>
a { background-color: #F2FFEC; }
a { background-color: rgb(242,255,236); }
div.DivClassName
{
background-color: #F2FFEC;
}
.BgClassName
{
background-color: #F2FFEC;
}
</style>
border-color css
<style>
span { border-color: #F2FFEC; }
span { border-color: rgb(242,255,236); }
td.TdClassName
{
border-color: #F2FFEC;
}
.TagClassName
{
border-color: #F2FFEC;
}
</style>