Shades of Panache #F1FFED
Tints of Panache #F1FFED
RGB
CMYK
RGB Variations
Color information
#F1FFED (or 0xF1FFED) is known color: Panache. HEX triplet: F1, FF and ED. RGB value is (241,255,237). Sum of RGB (Red+Green+Blue) = 241+255+237=733 (97% of max value = 765). Red value is 241 (94.53% from 255 or 32.88% from 733); Green value is 255 (100% from 255 or 34.79% from 733); Blue value is 237 (92.97% from 255 or 32.33% from 733); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FFED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FFED is #0E0012. Grayscale: #F8F8F8. Windows color (decimal): -917523 or 15597553. OLE color: 15597553.
HSL color Cylindrical-coordinate representation of color #F1FFED: hue angle of 106.67º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F1FFED is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 255 | 237 | - |
| CMYK | 0.05 | 0 | 0.07 | 0 |
| HSL | 106.67º | 1% | 0.96% | - |
| HSV(B) | 106.67º | 0.07% | 1% | - |
| XYZ | 87.32 | 96.34 | 94.11 | - |
| YUV | 248.76 | 121.36 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 255 | 237 | 0.05 | 0 | 0.07 | 0 | 106.67 | 1 | 0.96 |
| Hex | F1 | FF | ED | 5 | 0 | 7 | 0 | 6B | 64 | 60 |
| Octal | 361 | 377 | 355 | 5 | 0 | 7 | 0 | 153 | 144 | 140 |
| Binary | 11110001 | 11111111 | 11101101 | 101 | 0 | 111 | 0 | 1101011 | 1100100 | 1100000 |
Color Harmonies of #F1FFED
Complementary color
Monochromatic Colors of #F1FFED
Black with #F1FFED
Text Example
Text Example
White with #F1FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FFED; }
p { color: rgb(241,255,237); }
H1.HeaderClassName
{
color: #F1FFED;
}
.AnyTagClassName
{
color: #F1FFED;
}
</style>
background-color css
<style>
a { background-color: #F1FFED; }
a { background-color: rgb(241,255,237); }
div.DivClassName
{
background-color: #F1FFED;
}
.BgClassName
{
background-color: #F1FFED;
}
</style>
border-color css
<style>
span { border-color: #F1FFED; }
span { border-color: rgb(241,255,237); }
td.TdClassName
{
border-color: #F1FFED;
}
.TagClassName
{
border-color: #F1FFED;
}
</style>