Shades of Panache #F2FEE7
Tints of Panache #F2FEE7
RGB
CMYK
RGB Variations
Color information
#F2FEE7 (or 0xF2FEE7) is known color: Panache. HEX triplet: F2, FE and E7. RGB value is (242,254,231). Sum of RGB (Red+Green+Blue) = 242+254+231=727 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.29% from 727); Green value is 254 (99.61% from 255 or 34.94% from 727); Blue value is 231 (90.62% from 255 or 31.77% from 727); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FEE7 is #0D0118. Grayscale: #F7F7F7. Windows color (decimal): -852249 or 15204082. OLE color: 15204082.
HSL color Cylindrical-coordinate representation of color #F2FEE7: hue angle of 91.3º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2FEE7 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 254 | 231 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.00 |
| HSL | 91.3º | 0.92% | 0.95% | - |
| HSV(B) | 91.3º | 0.09% | 1% | - |
| XYZ | 86.48 | 95.53 | 89.48 | - |
| YUV | 247.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 254 | 231 | 0.05 | 0 | 0.09 | 0.00 | 91.3 | 0.92 | 0.95 |
| Hex | F2 | FE | E7 | 5 | 0 | 9 | 0 | 5B | 5C | 5F |
| Octal | 362 | 376 | 347 | 5 | 0 | 11 | 0 | 133 | 134 | 137 |
| Binary | 11110010 | 11111110 | 11100111 | 101 | 0 | 1001 | 0 | 1011011 | 1011100 | 1011111 |
Color Harmonies of #F2FEE7
Complementary color
Monochromatic Colors of #F2FEE7
Black with #F2FEE7
Text Example
Text Example
White with #F2FEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FEE7; }
p { color: rgb(242,254,231); }
H1.HeaderClassName
{
color: #F2FEE7;
}
.AnyTagClassName
{
color: #F2FEE7;
}
</style>
background-color css
<style>
a { background-color: #F2FEE7; }
a { background-color: rgb(242,254,231); }
div.DivClassName
{
background-color: #F2FEE7;
}
.BgClassName
{
background-color: #F2FEE7;
}
</style>
border-color css
<style>
span { border-color: #F2FEE7; }
span { border-color: rgb(242,254,231); }
td.TdClassName
{
border-color: #F2FEE7;
}
.TagClassName
{
border-color: #F2FEE7;
}
</style>