Shades of Panache #F1F5F0
Tints of Panache #F1F5F0
RGB
CMYK
RGB Variations
Color information
#F1F5F0 (or 0xF1F5F0) is known color: Panache. HEX triplet: F1, F5 and F0. RGB value is (241,245,240). Sum of RGB (Red+Green+Blue) = 241+245+240=726 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.20% from 726); Green value is 245 (96.09% from 255 or 33.75% from 726); Blue value is 240 (94.14% from 255 or 33.06% from 726); Max value from RGB is 245 - color contains mainly: green. Hex color #F1F5F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F5F0 is #0E0A0F. Grayscale: #F3F3F3. Windows color (decimal): -920080 or 15791601. OLE color: 15791601.
HSL color Cylindrical-coordinate representation of color #F1F5F0: hue angle of 108º degrees, saturation: 0.2, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F1F5F0 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 245 | 240 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.04 |
| HSL | 108º | 0.2% | 0.95% | - |
| HSV(B) | 108º | 0.02% | 0.96% | - |
| XYZ | 84.66 | 90.3 | 95.41 | - |
| YUV | 243.23 | 126.17 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 245 | 240 | 0.02 | 0 | 0.02 | 0.04 | 108 | 0.2 | 0.95 |
| Hex | F1 | F5 | F0 | 2 | 0 | 2 | 4 | 6C | 14 | 5F |
| Octal | 361 | 365 | 360 | 2 | 0 | 2 | 4 | 154 | 24 | 137 |
| Binary | 11110001 | 11110101 | 11110000 | 10 | 0 | 10 | 100 | 1101100 | 10100 | 1011111 |
Color Harmonies of #F1F5F0
Complementary color
Monochromatic Colors of #F1F5F0
Black with #F1F5F0
Text Example
Text Example
White with #F1F5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F5F0; }
p { color: rgb(241,245,240); }
H1.HeaderClassName
{
color: #F1F5F0;
}
.AnyTagClassName
{
color: #F1F5F0;
}
</style>
background-color css
<style>
a { background-color: #F1F5F0; }
a { background-color: rgb(241,245,240); }
div.DivClassName
{
background-color: #F1F5F0;
}
.BgClassName
{
background-color: #F1F5F0;
}
</style>
border-color css
<style>
span { border-color: #F1F5F0; }
span { border-color: rgb(241,245,240); }
td.TdClassName
{
border-color: #F1F5F0;
}
.TagClassName
{
border-color: #F1F5F0;
}
</style>