Shades of White Lilac #F2EAF6
Tints of White Lilac #F2EAF6
RGB
CMYK
RGB Variations
Color information
#F2EAF6 (or 0xF2EAF6) is known color: White Lilac. HEX triplet: F2, EA and F6. RGB value is (242,234,246). Sum of RGB (Red+Green+Blue) = 242+234+246=722 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.52% from 722); Green value is 234 (91.80% from 255 or 32.41% from 722); Blue value is 246 (96.48% from 255 or 34.07% from 722); Max value from RGB is 246 - color contains mainly: blue. Hex color #F2EAF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EAF6 is #0D1509. Grayscale: #EDEDED. Windows color (decimal): -857354 or 16182002. OLE color: 16182002.
HSL color Cylindrical-coordinate representation of color #F2EAF6: hue angle of 280º degrees, saturation: 0.4, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F2EAF6 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 242 | 234 | 246 | - |
CMYK | 0.02 | 0.05 | 0 | 0.04 |
HSL | 280º | 0.4% | 0.94% | - |
HSV(B) | 280º | 0.05% | 0.96% | - |
XYZ | 82.68 | 84.38 | 99.12 | - |
YUV | 237.76 | 132.65 | 131.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 234 | 246 | 0.02 | 0.05 | 0 | 0.04 | 280 | 0.4 | 0.94 |
Hex | F2 | EA | F6 | 2 | 5 | 0 | 4 | 118 | 28 | 5E |
Octal | 362 | 352 | 366 | 2 | 5 | 0 | 4 | 430 | 50 | 136 |
Binary | 11110010 | 11101010 | 11110110 | 10 | 101 | 0 | 100 | 100011000 | 101000 | 1011110 |
Color Harmonies of #F2EAF6
Complementary color
Monochromatic Colors of #F2EAF6
Black with #F2EAF6
Text Example
Text Example
White with #F2EAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EAF6; }
p { color: rgb(242,234,246); }
H1.HeaderClassName
{
color: #F2EAF6;
}
.AnyTagClassName
{
color: #F2EAF6;
}
</style>
background-color css
<style>
a { background-color: #F2EAF6; }
a { background-color: rgb(242,234,246); }
div.DivClassName
{
background-color: #F2EAF6;
}
.BgClassName
{
background-color: #F2EAF6;
}
</style>
border-color css
<style>
span { border-color: #F2EAF6; }
span { border-color: rgb(242,234,246); }
td.TdClassName
{
border-color: #F2EAF6;
}
.TagClassName
{
border-color: #F2EAF6;
}
</style>