Shades of White Lilac #F2EFF4
Tints of White Lilac #F2EFF4
RGB
CMYK
RGB Variations
Color information
#F2EFF4 (or 0xF2EFF4) is known color: White Lilac. HEX triplet: F2, EF and F4. RGB value is (242,239,244). Sum of RGB (Red+Green+Blue) = 242+239+244=725 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.38% from 725); Green value is 239 (93.75% from 255 or 32.97% from 725); Blue value is 244 (95.70% from 255 or 33.66% from 725); Max value from RGB is 244 - color contains mainly: blue. Hex color #F2EFF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EFF4 is #0D100B. Grayscale: #F0F0F0. Windows color (decimal): -856076 or 16052210. OLE color: 16052210.
HSL color Cylindrical-coordinate representation of color #F2EFF4: hue angle of 276º degrees, saturation: 0.19, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F2EFF4 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 242 | 239 | 244 | - |
CMYK | 0.01 | 0.02 | 0 | 0.04 |
HSL | 276º | 0.19% | 0.95% | - |
HSV(B) | 276º | 0.02% | 0.96% | - |
XYZ | 83.81 | 87.14 | 97.99 | - |
YUV | 240.47 | 129.99 | 129.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 239 | 244 | 0.01 | 0.02 | 0 | 0.04 | 276 | 0.19 | 0.95 |
Hex | F2 | EF | F4 | 1 | 2 | 0 | 4 | 114 | 13 | 5F |
Octal | 362 | 357 | 364 | 1 | 2 | 0 | 4 | 424 | 23 | 137 |
Binary | 11110010 | 11101111 | 11110100 | 1 | 10 | 0 | 100 | 100010100 | 10011 | 1011111 |
Color Harmonies of #F2EFF4
Complementary color
Monochromatic Colors of #F2EFF4
Black with #F2EFF4
Text Example
Text Example
White with #F2EFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EFF4; }
p { color: rgb(242,239,244); }
H1.HeaderClassName
{
color: #F2EFF4;
}
.AnyTagClassName
{
color: #F2EFF4;
}
</style>
background-color css
<style>
a { background-color: #F2EFF4; }
a { background-color: rgb(242,239,244); }
div.DivClassName
{
background-color: #F2EFF4;
}
.BgClassName
{
background-color: #F2EFF4;
}
</style>
border-color css
<style>
span { border-color: #F2EFF4; }
span { border-color: rgb(242,239,244); }
td.TdClassName
{
border-color: #F2EFF4;
}
.TagClassName
{
border-color: #F2EFF4;
}
</style>