Shades of Panache #F2FCED
Tints of Panache #F2FCED
RGB
CMYK
RGB Variations
Color information
#F2FCED (or 0xF2FCED) is known color: Panache. HEX triplet: F2, FC and ED. RGB value is (242,252,237). Sum of RGB (Red+Green+Blue) = 242+252+237=731 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.11% from 731); Green value is 252 (98.83% from 255 or 34.47% from 731); Blue value is 237 (92.97% from 255 or 32.42% from 731); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FCED is #0D0312. Grayscale: #F7F7F7. Windows color (decimal): -852755 or 15596786. OLE color: 15596786.
HSL color Cylindrical-coordinate representation of color #F2FCED: hue angle of 100º degrees, saturation: 0.71, 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 #F2FCED is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 242 | 252 | 237 | - |
CMYK | 0.04 | 0 | 0.06 | 0.01 |
HSL | 100º | 0.71% | 0.96% | - |
HSV(B) | 100º | 0.06% | 0.99% | - |
XYZ | 86.71 | 94.61 | 93.81 | - |
YUV | 247.3 | 122.19 | 124.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 252 | 237 | 0.04 | 0 | 0.06 | 0.01 | 100 | 0.71 | 0.96 |
Hex | F2 | FC | ED | 4 | 0 | 6 | 1 | 64 | 47 | 60 |
Octal | 362 | 374 | 355 | 4 | 0 | 6 | 1 | 144 | 107 | 140 |
Binary | 11110010 | 11111100 | 11101101 | 100 | 0 | 110 | 1 | 1100100 | 1000111 | 1100000 |
Color Harmonies of #F2FCED
Complementary color
Monochromatic Colors of #F2FCED
Black with #F2FCED
Text Example
Text Example
White with #F2FCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FCED; }
p { color: rgb(242,252,237); }
H1.HeaderClassName
{
color: #F2FCED;
}
.AnyTagClassName
{
color: #F2FCED;
}
</style>
background-color css
<style>
a { background-color: #F2FCED; }
a { background-color: rgb(242,252,237); }
div.DivClassName
{
background-color: #F2FCED;
}
.BgClassName
{
background-color: #F2FCED;
}
</style>
border-color css
<style>
span { border-color: #F2FCED; }
span { border-color: rgb(242,252,237); }
td.TdClassName
{
border-color: #F2FCED;
}
.TagClassName
{
border-color: #F2FCED;
}
</style>