Shades of Panache #F2FCEA
Tints of Panache #F2FCEA
RGB
CMYK
RGB Variations
Color information
#F2FCEA (or 0xF2FCEA) is known color: Panache. HEX triplet: F2, FC and EA. RGB value is (242,252,234). Sum of RGB (Red+Green+Blue) = 242+252+234=728 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.24% from 728); Green value is 252 (98.83% from 255 or 34.62% from 728); Blue value is 234 (91.80% from 255 or 32.14% from 728); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FCEA is #0D0315. Grayscale: #F7F7F7. Windows color (decimal): -852758 or 15400178. OLE color: 15400178.
HSL color Cylindrical-coordinate representation of color #F2FCEA: hue angle of 93.33º degrees, saturation: 0.75, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F2FCEA is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 252 | 234 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.01 |
| HSL | 93.33º | 0.75% | 0.95% | - |
| HSV(B) | 93.33º | 0.07% | 0.99% | - |
| XYZ | 86.28 | 94.44 | 91.52 | - |
| YUV | 246.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 252 | 234 | 0.04 | 0 | 0.07 | 0.01 | 93.33 | 0.75 | 0.95 |
| Hex | F2 | FC | EA | 4 | 0 | 7 | 1 | 5D | 4B | 5F |
| Octal | 362 | 374 | 352 | 4 | 0 | 7 | 1 | 135 | 113 | 137 |
| Binary | 11110010 | 11111100 | 11101010 | 100 | 0 | 111 | 1 | 1011101 | 1001011 | 1011111 |
Color Harmonies of #F2FCEA
Complementary color
Monochromatic Colors of #F2FCEA
Black with #F2FCEA
Text Example
Text Example
White with #F2FCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FCEA; }
p { color: rgb(242,252,234); }
H1.HeaderClassName
{
color: #F2FCEA;
}
.AnyTagClassName
{
color: #F2FCEA;
}
</style>
background-color css
<style>
a { background-color: #F2FCEA; }
a { background-color: rgb(242,252,234); }
div.DivClassName
{
background-color: #F2FCEA;
}
.BgClassName
{
background-color: #F2FCEA;
}
</style>
border-color css
<style>
span { border-color: #F2FCEA; }
span { border-color: rgb(242,252,234); }
td.TdClassName
{
border-color: #F2FCEA;
}
.TagClassName
{
border-color: #F2FCEA;
}
</style>