Shades of Panache #F2FFED
Tints of Panache #F2FFED
RGB
CMYK
RGB Variations
Color information
#F2FFED (or 0xF2FFED) is known color: Panache. HEX triplet: F2, FF and ED. RGB value is (242,255,237). Sum of RGB (Red+Green+Blue) = 242+255+237=734 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.97% from 734); Green value is 255 (100% from 255 or 34.74% from 734); Blue value is 237 (92.97% from 255 or 32.29% from 734); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FFED is #0D0012. Grayscale: #F9F9F9. Windows color (decimal): -851987 or 15597554. OLE color: 15597554.
HSL color Cylindrical-coordinate representation of color #F2FFED: hue angle of 103.33º 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 #F2FFED is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 242 | 255 | 237 | - |
CMYK | 0.05 | 0 | 0.07 | 0 |
HSL | 103.33º | 1% | 0.96% | - |
HSV(B) | 103.33º | 0.07% | 1% | - |
XYZ | 87.66 | 96.51 | 94.13 | - |
YUV | 249.06 | 121.19 | 122.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 255 | 237 | 0.05 | 0 | 0.07 | 0 | 103.33 | 1 | 0.96 |
Hex | F2 | FF | ED | 5 | 0 | 7 | 0 | 67 | 64 | 60 |
Octal | 362 | 377 | 355 | 5 | 0 | 7 | 0 | 147 | 144 | 140 |
Binary | 11110010 | 11111111 | 11101101 | 101 | 0 | 111 | 0 | 1100111 | 1100100 | 1100000 |
Color Harmonies of #F2FFED
Complementary color
Monochromatic Colors of #F2FFED
Black with #F2FFED
Text Example
Text Example
White with #F2FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FFED; }
p { color: rgb(242,255,237); }
H1.HeaderClassName
{
color: #F2FFED;
}
.AnyTagClassName
{
color: #F2FFED;
}
</style>
background-color css
<style>
a { background-color: #F2FFED; }
a { background-color: rgb(242,255,237); }
div.DivClassName
{
background-color: #F2FFED;
}
.BgClassName
{
background-color: #F2FFED;
}
</style>
border-color css
<style>
span { border-color: #F2FFED; }
span { border-color: rgb(242,255,237); }
td.TdClassName
{
border-color: #F2FFED;
}
.TagClassName
{
border-color: #F2FFED;
}
</style>