Shades of Panache #F5FFEB
Tints of Panache #F5FFEB
RGB
CMYK
RGB Variations
Color information
#F5FFEB (or 0xF5FFEB) is known color: Panache. HEX triplet: F5, FF and EB. RGB value is (245,255,235). Sum of RGB (Red+Green+Blue) = 245+255+235=735 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.33% from 735); Green value is 255 (100% from 255 or 34.69% from 735); Blue value is 235 (92.19% from 255 or 31.97% from 735); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FFEB is #0A0014. Grayscale: #F9F9F9. Windows color (decimal): -655381 or 15466485. OLE color: 15466485.
HSL color Cylindrical-coordinate representation of color #F5FFEB: hue angle of 90º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F5FFEB is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 255 | 235 | - |
| CMYK | 0.04 | 0 | 0.08 | 0 |
| HSL | 90º | 1% | 0.96% | - |
| HSV(B) | 90º | 0.08% | 1% | - |
| XYZ | 88.41 | 96.93 | 92.65 | - |
| YUV | 249.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 255 | 235 | 0.04 | 0 | 0.08 | 0 | 90 | 1 | 0.96 |
| Hex | F5 | FF | EB | 4 | 0 | 8 | 0 | 5A | 64 | 60 |
| Octal | 365 | 377 | 353 | 4 | 0 | 10 | 0 | 132 | 144 | 140 |
| Binary | 11110101 | 11111111 | 11101011 | 100 | 0 | 1000 | 0 | 1011010 | 1100100 | 1100000 |
Color Harmonies of #F5FFEB
Complementary color
Monochromatic Colors of #F5FFEB
Black with #F5FFEB
Text Example
Text Example
White with #F5FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FFEB; }
p { color: rgb(245,255,235); }
H1.HeaderClassName
{
color: #F5FFEB;
}
.AnyTagClassName
{
color: #F5FFEB;
}
</style>
background-color css
<style>
a { background-color: #F5FFEB; }
a { background-color: rgb(245,255,235); }
div.DivClassName
{
background-color: #F5FFEB;
}
.BgClassName
{
background-color: #F5FFEB;
}
</style>
border-color css
<style>
span { border-color: #F5FFEB; }
span { border-color: rgb(245,255,235); }
td.TdClassName
{
border-color: #F5FFEB;
}
.TagClassName
{
border-color: #F5FFEB;
}
</style>