Shades of Panache #F5FDED
Tints of Panache #F5FDED
RGB
CMYK
RGB Variations
Color information
#F5FDED (or 0xF5FDED) is known color: Panache. HEX triplet: F5, FD and ED. RGB value is (245,253,237). Sum of RGB (Red+Green+Blue) = 245+253+237=735 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.33% from 735); Green value is 253 (99.22% from 255 or 34.42% from 735); Blue value is 237 (92.97% from 255 or 32.24% from 735); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FDED is #0A0212. Grayscale: #F8F8F8. Windows color (decimal): -655891 or 15597045. OLE color: 15597045.
HSL color Cylindrical-coordinate representation of color #F5FDED: hue angle of 90º degrees, saturation: 0.8, 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 #F5FDED is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 245 | 253 | 237 | - |
CMYK | 0.03 | 0 | 0.06 | 0.01 |
HSL | 90º | 0.8% | 0.96% | - |
HSV(B) | 90º | 0.06% | 0.99% | - |
XYZ | 88.07 | 95.78 | 93.97 | - |
YUV | 248.78 | 121.35 | 125.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 253 | 237 | 0.03 | 0 | 0.06 | 0.01 | 90 | 0.8 | 0.96 |
Hex | F5 | FD | ED | 3 | 0 | 6 | 1 | 5A | 50 | 60 |
Octal | 365 | 375 | 355 | 3 | 0 | 6 | 1 | 132 | 120 | 140 |
Binary | 11110101 | 11111101 | 11101101 | 11 | 0 | 110 | 1 | 1011010 | 1010000 | 1100000 |
Color Harmonies of #F5FDED
Complementary color
Monochromatic Colors of #F5FDED
Black with #F5FDED
Text Example
Text Example
White with #F5FDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FDED; }
p { color: rgb(245,253,237); }
H1.HeaderClassName
{
color: #F5FDED;
}
.AnyTagClassName
{
color: #F5FDED;
}
</style>
background-color css
<style>
a { background-color: #F5FDED; }
a { background-color: rgb(245,253,237); }
div.DivClassName
{
background-color: #F5FDED;
}
.BgClassName
{
background-color: #F5FDED;
}
</style>
border-color css
<style>
span { border-color: #F5FDED; }
span { border-color: rgb(245,253,237); }
td.TdClassName
{
border-color: #F5FDED;
}
.TagClassName
{
border-color: #F5FDED;
}
</style>