Shades of Panache #F2FEED
Tints of Panache #F2FEED
RGB
CMYK
RGB Variations
Color information
#F2FEED (or 0xF2FEED) is known color: Panache. HEX triplet: F2, FE and ED. RGB value is (242,254,237). Sum of RGB (Red+Green+Blue) = 242+254+237=733 (97% of max value = 765). Red value is 242 (94.92% from 255 or 33.02% from 733); Green value is 254 (99.61% from 255 or 34.65% from 733); Blue value is 237 (92.97% from 255 or 32.33% from 733); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FEED is #0D0112. Grayscale: #F8F8F8. Windows color (decimal): -852243 or 15597298. OLE color: 15597298.
HSL color Cylindrical-coordinate representation of color #F2FEED: hue angle of 102.35º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F2FEED is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 254 | 237 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.00 |
| HSL | 102.35º | 0.89% | 0.96% | - |
| HSV(B) | 102.35º | 0.07% | 1% | - |
| XYZ | 87.35 | 95.88 | 94.02 | - |
| YUV | 248.47 | 121.52 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 254 | 237 | 0.05 | 0 | 0.07 | 0.00 | 102.35 | 0.89 | 0.96 |
| Hex | F2 | FE | ED | 5 | 0 | 7 | 0 | 66 | 59 | 60 |
| Octal | 362 | 376 | 355 | 5 | 0 | 7 | 0 | 146 | 131 | 140 |
| Binary | 11110010 | 11111110 | 11101101 | 101 | 0 | 111 | 0 | 1100110 | 1011001 | 1100000 |
Color Harmonies of #F2FEED
Complementary color
Monochromatic Colors of #F2FEED
Black with #F2FEED
Text Example
Text Example
White with #F2FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FEED; }
p { color: rgb(242,254,237); }
H1.HeaderClassName
{
color: #F2FEED;
}
.AnyTagClassName
{
color: #F2FEED;
}
</style>
background-color css
<style>
a { background-color: #F2FEED; }
a { background-color: rgb(242,254,237); }
div.DivClassName
{
background-color: #F2FEED;
}
.BgClassName
{
background-color: #F2FEED;
}
</style>
border-color css
<style>
span { border-color: #F2FEED; }
span { border-color: rgb(242,254,237); }
td.TdClassName
{
border-color: #F2FEED;
}
.TagClassName
{
border-color: #F2FEED;
}
</style>