Shades of Panache #F5FFEC
Tints of Panache #F5FFEC
RGB
CMYK
RGB Variations
Color information
#F5FFEC (or 0xF5FFEC) is known color: Panache. HEX triplet: F5, FF and EC. RGB value is (245,255,236). Sum of RGB (Red+Green+Blue) = 245+255+236=736 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.29% from 736); Green value is 255 (100% from 255 or 34.65% from 736); Blue value is 236 (92.58% from 255 or 32.07% from 736); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FFEC is #0A0013. Grayscale: #F9F9F9. Windows color (decimal): -655380 or 15532021. OLE color: 15532021.
HSL color Cylindrical-coordinate representation of color #F5FFEC: hue angle of 91.58º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F5FFEC is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 255 | 236 | - |
| CMYK | 0.04 | 0 | 0.07 | 0 |
| HSL | 91.58º | 1% | 0.96% | - |
| HSV(B) | 91.58º | 0.07% | 1% | - |
| XYZ | 88.56 | 96.99 | 93.41 | - |
| YUV | 249.84 | 120.19 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 255 | 236 | 0.04 | 0 | 0.07 | 0 | 91.58 | 1 | 0.96 |
| Hex | F5 | FF | EC | 4 | 0 | 7 | 0 | 5C | 64 | 60 |
| Octal | 365 | 377 | 354 | 4 | 0 | 7 | 0 | 134 | 144 | 140 |
| Binary | 11110101 | 11111111 | 11101100 | 100 | 0 | 111 | 0 | 1011100 | 1100100 | 1100000 |
Color Harmonies of #F5FFEC
Complementary color
Monochromatic Colors of #F5FFEC
Black with #F5FFEC
Text Example
Text Example
White with #F5FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FFEC; }
p { color: rgb(245,255,236); }
H1.HeaderClassName
{
color: #F5FFEC;
}
.AnyTagClassName
{
color: #F5FFEC;
}
</style>
background-color css
<style>
a { background-color: #F5FFEC; }
a { background-color: rgb(245,255,236); }
div.DivClassName
{
background-color: #F5FFEC;
}
.BgClassName
{
background-color: #F5FFEC;
}
</style>
border-color css
<style>
span { border-color: #F5FFEC; }
span { border-color: rgb(245,255,236); }
td.TdClassName
{
border-color: #F5FFEC;
}
.TagClassName
{
border-color: #F5FFEC;
}
</style>