Shades of Panache #F1FFEB
Tints of Panache #F1FFEB
RGB
CMYK
RGB Variations
Color information
#F1FFEB (or 0xF1FFEB) is known color: Panache. HEX triplet: F1, FF and EB. RGB value is (241,255,235). Sum of RGB (Red+Green+Blue) = 241+255+235=731 (96% of max value = 765). Red value is 241 (94.53% from 255 or 32.97% from 731); Green value is 255 (100% from 255 or 34.88% from 731); Blue value is 235 (92.19% from 255 or 32.15% from 731); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FFEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FFEB is #0E0014. Grayscale: #F8F8F8. Windows color (decimal): -917525 or 15466481. OLE color: 15466481.
HSL color Cylindrical-coordinate representation of color #F1FFEB: hue angle of 102º 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 #F1FFEB is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 255 | 235 | - |
| CMYK | 0.05 | 0 | 0.08 | 0 |
| HSL | 102º | 1% | 0.96% | - |
| HSV(B) | 102º | 0.08% | 1% | - |
| XYZ | 87.03 | 96.22 | 92.58 | - |
| YUV | 248.53 | 120.36 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 255 | 235 | 0.05 | 0 | 0.08 | 0 | 102 | 1 | 0.96 |
| Hex | F1 | FF | EB | 5 | 0 | 8 | 0 | 66 | 64 | 60 |
| Octal | 361 | 377 | 353 | 5 | 0 | 10 | 0 | 146 | 144 | 140 |
| Binary | 11110001 | 11111111 | 11101011 | 101 | 0 | 1000 | 0 | 1100110 | 1100100 | 1100000 |
Color Harmonies of #F1FFEB
Complementary color
Monochromatic Colors of #F1FFEB
Black with #F1FFEB
Text Example
Text Example
White with #F1FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FFEB; }
p { color: rgb(241,255,235); }
H1.HeaderClassName
{
color: #F1FFEB;
}
.AnyTagClassName
{
color: #F1FFEB;
}
</style>
background-color css
<style>
a { background-color: #F1FFEB; }
a { background-color: rgb(241,255,235); }
div.DivClassName
{
background-color: #F1FFEB;
}
.BgClassName
{
background-color: #F1FFEB;
}
</style>
border-color css
<style>
span { border-color: #F1FFEB; }
span { border-color: rgb(241,255,235); }
td.TdClassName
{
border-color: #F1FFEB;
}
.TagClassName
{
border-color: #F1FFEB;
}
</style>