Shades of Panache #F2FDED
Tints of Panache #F2FDED
RGB
CMYK
RGB Variations
Color information
#F2FDED (or 0xF2FDED) is known color: Panache. HEX triplet: F2, FD and ED. RGB value is (242,253,237). Sum of RGB (Red+Green+Blue) = 242+253+237=732 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.06% from 732); Green value is 253 (99.22% from 255 or 34.56% from 732); Blue value is 237 (92.97% from 255 or 32.38% from 732); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FDED is #0D0212. Grayscale: #F7F7F7. Windows color (decimal): -852499 or 15597042. OLE color: 15597042.
HSL color Cylindrical-coordinate representation of color #F2FDED: hue angle of 101.25º 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 #F2FDED is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 242 | 253 | 237 | - |
CMYK | 0.04 | 0 | 0.06 | 0.01 |
HSL | 101.25º | 0.8% | 0.96% | - |
HSV(B) | 101.25º | 0.06% | 0.99% | - |
XYZ | 87.03 | 95.24 | 93.92 | - |
YUV | 247.89 | 121.86 | 123.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 253 | 237 | 0.04 | 0 | 0.06 | 0.01 | 101.25 | 0.8 | 0.96 |
Hex | F2 | FD | ED | 4 | 0 | 6 | 1 | 65 | 50 | 60 |
Octal | 362 | 375 | 355 | 4 | 0 | 6 | 1 | 145 | 120 | 140 |
Binary | 11110010 | 11111101 | 11101101 | 100 | 0 | 110 | 1 | 1100101 | 1010000 | 1100000 |
Color Harmonies of #F2FDED
Complementary color
Monochromatic Colors of #F2FDED
Black with #F2FDED
Text Example
Text Example
White with #F2FDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FDED; }
p { color: rgb(242,253,237); }
H1.HeaderClassName
{
color: #F2FDED;
}
.AnyTagClassName
{
color: #F2FDED;
}
</style>
background-color css
<style>
a { background-color: #F2FDED; }
a { background-color: rgb(242,253,237); }
div.DivClassName
{
background-color: #F2FDED;
}
.BgClassName
{
background-color: #F2FDED;
}
</style>
border-color css
<style>
span { border-color: #F2FDED; }
span { border-color: rgb(242,253,237); }
td.TdClassName
{
border-color: #F2FDED;
}
.TagClassName
{
border-color: #F2FDED;
}
</style>