Shades of Panache #F1FAE8
Tints of Panache #F1FAE8
RGB
CMYK
RGB Variations
Color information
#F1FAE8 (or 0xF1FAE8) is known color: Panache. HEX triplet: F1, FA and E8. RGB value is (241,250,232). Sum of RGB (Red+Green+Blue) = 241+250+232=723 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.33% from 723); Green value is 250 (98.05% from 255 or 34.58% from 723); Blue value is 232 (91.02% from 255 or 32.09% from 723); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FAE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FAE8 is #0E0517. Grayscale: #F5F5F5. Windows color (decimal): -918808 or 15268593. OLE color: 15268593.
HSL color Cylindrical-coordinate representation of color #F1FAE8: hue angle of 90º degrees, saturation: 0.64, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F1FAE8 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 250 | 232 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.02 |
| HSL | 90º | 0.64% | 0.95% | - |
| HSV(B) | 90º | 0.07% | 0.98% | - |
| XYZ | 85.03 | 92.9 | 89.79 | - |
| YUV | 245.26 | 120.52 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 250 | 232 | 0.04 | 0 | 0.07 | 0.02 | 90 | 0.64 | 0.95 |
| Hex | F1 | FA | E8 | 4 | 0 | 7 | 2 | 5A | 40 | 5F |
| Octal | 361 | 372 | 350 | 4 | 0 | 7 | 2 | 132 | 100 | 137 |
| Binary | 11110001 | 11111010 | 11101000 | 100 | 0 | 111 | 10 | 1011010 | 1000000 | 1011111 |
Color Harmonies of #F1FAE8
Complementary color
Monochromatic Colors of #F1FAE8
Black with #F1FAE8
Text Example
Text Example
White with #F1FAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FAE8; }
p { color: rgb(241,250,232); }
H1.HeaderClassName
{
color: #F1FAE8;
}
.AnyTagClassName
{
color: #F1FAE8;
}
</style>
background-color css
<style>
a { background-color: #F1FAE8; }
a { background-color: rgb(241,250,232); }
div.DivClassName
{
background-color: #F1FAE8;
}
.BgClassName
{
background-color: #F1FAE8;
}
</style>
border-color css
<style>
span { border-color: #F1FAE8; }
span { border-color: rgb(241,250,232); }
td.TdClassName
{
border-color: #F1FAE8;
}
.TagClassName
{
border-color: #F1FAE8;
}
</style>