Shades of Panache #F2FCEB
Tints of Panache #F2FCEB
RGB
CMYK
RGB Variations
Color information
#F2FCEB (or 0xF2FCEB) is known color: Panache. HEX triplet: F2, FC and EB. RGB value is (242,252,235). Sum of RGB (Red+Green+Blue) = 242+252+235=729 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.20% from 729); Green value is 252 (98.83% from 255 or 34.57% from 729); Blue value is 235 (92.19% from 255 or 32.24% from 729); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FCEB is #0D0314. Grayscale: #F7F7F7. Windows color (decimal): -852757 or 15465714. OLE color: 15465714.
HSL color Cylindrical-coordinate representation of color #F2FCEB: hue angle of 95.29º degrees, saturation: 0.74, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F2FCEB is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 242 | 252 | 235 | - |
CMYK | 0.04 | 0 | 0.07 | 0.01 |
HSL | 95.29º | 0.74% | 0.95% | - |
HSV(B) | 95.29º | 0.07% | 0.99% | - |
XYZ | 86.42 | 94.5 | 92.28 | - |
YUV | 247.07 | 121.19 | 124.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 252 | 235 | 0.04 | 0 | 0.07 | 0.01 | 95.29 | 0.74 | 0.95 |
Hex | F2 | FC | EB | 4 | 0 | 7 | 1 | 5F | 4A | 5F |
Octal | 362 | 374 | 353 | 4 | 0 | 7 | 1 | 137 | 112 | 137 |
Binary | 11110010 | 11111100 | 11101011 | 100 | 0 | 111 | 1 | 1011111 | 1001010 | 1011111 |
Color Harmonies of #F2FCEB
Complementary color
Monochromatic Colors of #F2FCEB
Black with #F2FCEB
Text Example
Text Example
White with #F2FCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FCEB; }
p { color: rgb(242,252,235); }
H1.HeaderClassName
{
color: #F2FCEB;
}
.AnyTagClassName
{
color: #F2FCEB;
}
</style>
background-color css
<style>
a { background-color: #F2FCEB; }
a { background-color: rgb(242,252,235); }
div.DivClassName
{
background-color: #F2FCEB;
}
.BgClassName
{
background-color: #F2FCEB;
}
</style>
border-color css
<style>
span { border-color: #F2FCEB; }
span { border-color: rgb(242,252,235); }
td.TdClassName
{
border-color: #F2FCEB;
}
.TagClassName
{
border-color: #F2FCEB;
}
</style>