Shades of Panache #F5FDEE
Tints of Panache #F5FDEE
RGB
CMYK
RGB Variations
Color information
#F5FDEE (or 0xF5FDEE) is known color: Panache. HEX triplet: F5, FD and EE. RGB value is (245,253,238). Sum of RGB (Red+Green+Blue) = 245+253+238=736 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.29% from 736); Green value is 253 (99.22% from 255 or 34.38% from 736); Blue value is 238 (93.36% from 255 or 32.34% from 736); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FDEE is #0A0211. Grayscale: #F8F8F8. Windows color (decimal): -655890 or 15662581. OLE color: 15662581.
HSL color Cylindrical-coordinate representation of color #F5FDEE: hue angle of 92º degrees, saturation: 0.79, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F5FDEE is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 245 | 253 | 238 | - |
CMYK | 0.03 | 0 | 0.06 | 0.01 |
HSL | 92º | 0.79% | 0.96% | - |
HSV(B) | 92º | 0.06% | 0.99% | - |
XYZ | 88.21 | 95.84 | 94.74 | - |
YUV | 248.9 | 121.85 | 125.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 253 | 238 | 0.03 | 0 | 0.06 | 0.01 | 92 | 0.79 | 0.96 |
Hex | F5 | FD | EE | 3 | 0 | 6 | 1 | 5C | 4F | 60 |
Octal | 365 | 375 | 356 | 3 | 0 | 6 | 1 | 134 | 117 | 140 |
Binary | 11110101 | 11111101 | 11101110 | 11 | 0 | 110 | 1 | 1011100 | 1001111 | 1100000 |
Color Harmonies of #F5FDEE
Complementary color
Monochromatic Colors of #F5FDEE
Black with #F5FDEE
Text Example
Text Example
White with #F5FDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FDEE; }
p { color: rgb(245,253,238); }
H1.HeaderClassName
{
color: #F5FDEE;
}
.AnyTagClassName
{
color: #F5FDEE;
}
</style>
background-color css
<style>
a { background-color: #F5FDEE; }
a { background-color: rgb(245,253,238); }
div.DivClassName
{
background-color: #F5FDEE;
}
.BgClassName
{
background-color: #F5FDEE;
}
</style>
border-color css
<style>
span { border-color: #F5FDEE; }
span { border-color: rgb(245,253,238); }
td.TdClassName
{
border-color: #F5FDEE;
}
.TagClassName
{
border-color: #F5FDEE;
}
</style>