Shades of Panache #F1FEED
Tints of Panache #F1FEED
RGB
CMYK
RGB Variations
Color information
#F1FEED (or 0xF1FEED) is known color: Panache. HEX triplet: F1, FE and ED. RGB value is (241,254,237). Sum of RGB (Red+Green+Blue) = 241+254+237=732 (96% of max value = 765). Red value is 241 (94.53% from 255 or 32.92% from 732); Green value is 254 (99.61% from 255 or 34.70% from 732); Blue value is 237 (92.97% from 255 or 32.38% from 732); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FEED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FEED is #0E0112. Grayscale: #F8F8F8. Windows color (decimal): -917779 or 15597297. OLE color: 15597297.
HSL color Cylindrical-coordinate representation of color #F1FEED: hue angle of 105.88º 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 #F1FEED is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 254 | 237 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.00 |
| HSL | 105.88º | 0.89% | 0.96% | - |
| HSV(B) | 105.88º | 0.07% | 1% | - |
| XYZ | 87 | 95.7 | 94.01 | - |
| YUV | 248.18 | 121.69 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 254 | 237 | 0.05 | 0 | 0.07 | 0.00 | 105.88 | 0.89 | 0.96 |
| Hex | F1 | FE | ED | 5 | 0 | 7 | 0 | 6A | 59 | 60 |
| Octal | 361 | 376 | 355 | 5 | 0 | 7 | 0 | 152 | 131 | 140 |
| Binary | 11110001 | 11111110 | 11101101 | 101 | 0 | 111 | 0 | 1101010 | 1011001 | 1100000 |
Color Harmonies of #F1FEED
Complementary color
Monochromatic Colors of #F1FEED
Black with #F1FEED
Text Example
Text Example
White with #F1FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FEED; }
p { color: rgb(241,254,237); }
H1.HeaderClassName
{
color: #F1FEED;
}
.AnyTagClassName
{
color: #F1FEED;
}
</style>
background-color css
<style>
a { background-color: #F1FEED; }
a { background-color: rgb(241,254,237); }
div.DivClassName
{
background-color: #F1FEED;
}
.BgClassName
{
background-color: #F1FEED;
}
</style>
border-color css
<style>
span { border-color: #F1FEED; }
span { border-color: rgb(241,254,237); }
td.TdClassName
{
border-color: #F1FEED;
}
.TagClassName
{
border-color: #F1FEED;
}
</style>