Shades of Panache #F1F4F0
Tints of Panache #F1F4F0
RGB
CMYK
RGB Variations
Color information
#F1F4F0 (or 0xF1F4F0) is known color: Panache. HEX triplet: F1, F4 and F0. RGB value is (241,244,240). Sum of RGB (Red+Green+Blue) = 241+244+240=725 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.24% from 725); Green value is 244 (95.70% from 255 or 33.66% from 725); Blue value is 240 (94.14% from 255 or 33.10% from 725); Max value from RGB is 244 - color contains mainly: green. Hex color #F1F4F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F4F0 is #0E0B0F. Grayscale: #F2F2F2. Windows color (decimal): -920336 or 15791345. OLE color: 15791345.
HSL color Cylindrical-coordinate representation of color #F1F4F0: hue angle of 105º degrees, saturation: 0.15, 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 #F1F4F0 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 244 | 240 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.04 |
| HSL | 105º | 0.15% | 0.95% | - |
| HSV(B) | 105º | 0.02% | 0.96% | - |
| XYZ | 84.35 | 89.69 | 95.3 | - |
| YUV | 242.65 | 126.51 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 244 | 240 | 0.01 | 0 | 0.02 | 0.04 | 105 | 0.15 | 0.95 |
| Hex | F1 | F4 | F0 | 1 | 0 | 2 | 4 | 69 | F | 5F |
| Octal | 361 | 364 | 360 | 1 | 0 | 2 | 4 | 151 | 17 | 137 |
| Binary | 11110001 | 11110100 | 11110000 | 1 | 0 | 10 | 100 | 1101001 | 1111 | 1011111 |
Color Harmonies of #F1F4F0
Complementary color
Monochromatic Colors of #F1F4F0
Black with #F1F4F0
Text Example
Text Example
White with #F1F4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F4F0; }
p { color: rgb(241,244,240); }
H1.HeaderClassName
{
color: #F1F4F0;
}
.AnyTagClassName
{
color: #F1F4F0;
}
</style>
background-color css
<style>
a { background-color: #F1F4F0; }
a { background-color: rgb(241,244,240); }
div.DivClassName
{
background-color: #F1F4F0;
}
.BgClassName
{
background-color: #F1F4F0;
}
</style>
border-color css
<style>
span { border-color: #F1F4F0; }
span { border-color: rgb(241,244,240); }
td.TdClassName
{
border-color: #F1F4F0;
}
.TagClassName
{
border-color: #F1F4F0;
}
</style>