Shades of Panache #F2FCEC
Tints of Panache #F2FCEC
RGB
CMYK
RGB Variations
Color information
#F2FCEC (or 0xF2FCEC) is known color: Panache. HEX triplet: F2, FC and EC. RGB value is (242,252,236). Sum of RGB (Red+Green+Blue) = 242+252+236=730 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.15% from 730); Green value is 252 (98.83% from 255 or 34.52% from 730); Blue value is 236 (92.58% from 255 or 32.33% from 730); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FCEC is #0D0313. Grayscale: #F7F7F7. Windows color (decimal): -852756 or 15531250. OLE color: 15531250.
HSL color Cylindrical-coordinate representation of color #F2FCEC: hue angle of 97.5º degrees, saturation: 0.73, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F2FCEC is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 242 | 252 | 236 | - |
CMYK | 0.04 | 0 | 0.06 | 0.01 |
HSL | 97.5º | 0.73% | 0.96% | - |
HSV(B) | 97.5º | 0.06% | 0.99% | - |
XYZ | 86.57 | 94.55 | 93.05 | - |
YUV | 247.19 | 121.69 | 124.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 252 | 236 | 0.04 | 0 | 0.06 | 0.01 | 97.5 | 0.73 | 0.96 |
Hex | F2 | FC | EC | 4 | 0 | 6 | 1 | 62 | 49 | 60 |
Octal | 362 | 374 | 354 | 4 | 0 | 6 | 1 | 142 | 111 | 140 |
Binary | 11110010 | 11111100 | 11101100 | 100 | 0 | 110 | 1 | 1100010 | 1001001 | 1100000 |
Color Harmonies of #F2FCEC
Complementary color
Monochromatic Colors of #F2FCEC
Black with #F2FCEC
Text Example
Text Example
White with #F2FCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FCEC; }
p { color: rgb(242,252,236); }
H1.HeaderClassName
{
color: #F2FCEC;
}
.AnyTagClassName
{
color: #F2FCEC;
}
</style>
background-color css
<style>
a { background-color: #F2FCEC; }
a { background-color: rgb(242,252,236); }
div.DivClassName
{
background-color: #F2FCEC;
}
.BgClassName
{
background-color: #F2FCEC;
}
</style>
border-color css
<style>
span { border-color: #F2FCEC; }
span { border-color: rgb(242,252,236); }
td.TdClassName
{
border-color: #F2FCEC;
}
.TagClassName
{
border-color: #F2FCEC;
}
</style>