Shades of Panache #F1F8EC
Tints of Panache #F1F8EC
RGB
CMYK
RGB Variations
Color information
#F1F8EC (or 0xF1F8EC) is known color: Panache. HEX triplet: F1, F8 and EC. RGB value is (241,248,236). Sum of RGB (Red+Green+Blue) = 241+248+236=725 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.24% from 725); Green value is 248 (97.27% from 255 or 34.21% from 725); Blue value is 236 (92.58% from 255 or 32.55% from 725); Max value from RGB is 248 - color contains mainly: green. Hex color #F1F8EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F8EC is #0E0713. Grayscale: #F4F4F4. Windows color (decimal): -919316 or 15530225. OLE color: 15530225.
HSL color Cylindrical-coordinate representation of color #F1F8EC: hue angle of 95º degrees, saturation: 0.46, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F1F8EC is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 248 | 236 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.03 |
| HSL | 95º | 0.46% | 0.95% | - |
| HSV(B) | 95º | 0.05% | 0.97% | - |
| XYZ | 84.98 | 91.89 | 92.61 | - |
| YUV | 244.54 | 123.18 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 248 | 236 | 0.03 | 0 | 0.05 | 0.03 | 95 | 0.46 | 0.95 |
| Hex | F1 | F8 | EC | 3 | 0 | 5 | 3 | 5F | 2E | 5F |
| Octal | 361 | 370 | 354 | 3 | 0 | 5 | 3 | 137 | 56 | 137 |
| Binary | 11110001 | 11111000 | 11101100 | 11 | 0 | 101 | 11 | 1011111 | 101110 | 1011111 |
Color Harmonies of #F1F8EC
Complementary color
Monochromatic Colors of #F1F8EC
Black with #F1F8EC
Text Example
Text Example
White with #F1F8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F8EC; }
p { color: rgb(241,248,236); }
H1.HeaderClassName
{
color: #F1F8EC;
}
.AnyTagClassName
{
color: #F1F8EC;
}
</style>
background-color css
<style>
a { background-color: #F1F8EC; }
a { background-color: rgb(241,248,236); }
div.DivClassName
{
background-color: #F1F8EC;
}
.BgClassName
{
background-color: #F1F8EC;
}
</style>
border-color css
<style>
span { border-color: #F1F8EC; }
span { border-color: rgb(241,248,236); }
td.TdClassName
{
border-color: #F1F8EC;
}
.TagClassName
{
border-color: #F1F8EC;
}
</style>