Shades of Panache #F1FFEA
Tints of Panache #F1FFEA
RGB
CMYK
RGB Variations
Color information
#F1FFEA (or 0xF1FFEA) is known color: Panache. HEX triplet: F1, FF and EA. RGB value is (241,255,234). Sum of RGB (Red+Green+Blue) = 241+255+234=730 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.01% from 730); Green value is 255 (100% from 255 or 34.93% from 730); Blue value is 234 (91.80% from 255 or 32.05% from 730); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FFEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FFEA is #0E0015. Grayscale: #F8F8F8. Windows color (decimal): -917526 or 15400945. OLE color: 15400945.
HSL color Cylindrical-coordinate representation of color #F1FFEA: hue angle of 100º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F1FFEA is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 255 | 234 | - |
| CMYK | 0.05 | 0 | 0.08 | 0 |
| HSL | 100º | 1% | 0.96% | - |
| HSV(B) | 100º | 0.08% | 1% | - |
| XYZ | 86.89 | 96.16 | 91.82 | - |
| YUV | 248.42 | 119.86 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 255 | 234 | 0.05 | 0 | 0.08 | 0 | 100 | 1 | 0.96 |
| Hex | F1 | FF | EA | 5 | 0 | 8 | 0 | 64 | 64 | 60 |
| Octal | 361 | 377 | 352 | 5 | 0 | 10 | 0 | 144 | 144 | 140 |
| Binary | 11110001 | 11111111 | 11101010 | 101 | 0 | 1000 | 0 | 1100100 | 1100100 | 1100000 |
Color Harmonies of #F1FFEA
Complementary color
Monochromatic Colors of #F1FFEA
Black with #F1FFEA
Text Example
Text Example
White with #F1FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FFEA; }
p { color: rgb(241,255,234); }
H1.HeaderClassName
{
color: #F1FFEA;
}
.AnyTagClassName
{
color: #F1FFEA;
}
</style>
background-color css
<style>
a { background-color: #F1FFEA; }
a { background-color: rgb(241,255,234); }
div.DivClassName
{
background-color: #F1FFEA;
}
.BgClassName
{
background-color: #F1FFEA;
}
</style>
border-color css
<style>
span { border-color: #F1FFEA; }
span { border-color: rgb(241,255,234); }
td.TdClassName
{
border-color: #F1FFEA;
}
.TagClassName
{
border-color: #F1FFEA;
}
</style>