Shades of White Lilac #F2EEF5
Tints of White Lilac #F2EEF5
RGB
CMYK
RGB Variations
Color information
#F2EEF5 (or 0xF2EEF5) is known color: White Lilac. HEX triplet: F2, EE and F5. RGB value is (242,238,245). Sum of RGB (Red+Green+Blue) = 242+238+245=725 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.38% from 725); Green value is 238 (93.36% from 255 or 32.83% from 725); Blue value is 245 (96.09% from 255 or 33.79% from 725); Max value from RGB is 245 - color contains mainly: blue. Hex color #F2EEF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EEF5 is #0D110A. Grayscale: #EFEFEF. Windows color (decimal): -856331 or 16117490. OLE color: 16117490.
HSL color Cylindrical-coordinate representation of color #F2EEF5: hue angle of 274.29º degrees, saturation: 0.26, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F2EEF5 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 242 | 238 | 245 | - |
CMYK | 0.01 | 0.03 | 0 | 0.04 |
HSL | 274.29º | 0.26% | 0.95% | - |
HSV(B) | 274.29º | 0.03% | 0.96% | - |
XYZ | 83.67 | 86.62 | 98.7 | - |
YUV | 239.99 | 130.83 | 129.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 238 | 245 | 0.01 | 0.03 | 0 | 0.04 | 274.29 | 0.26 | 0.95 |
Hex | F2 | EE | F5 | 1 | 3 | 0 | 4 | 112 | 1A | 5F |
Octal | 362 | 356 | 365 | 1 | 3 | 0 | 4 | 422 | 32 | 137 |
Binary | 11110010 | 11101110 | 11110101 | 1 | 11 | 0 | 100 | 100010010 | 11010 | 1011111 |
Color Harmonies of #F2EEF5
Complementary color
Monochromatic Colors of #F2EEF5
Black with #F2EEF5
Text Example
Text Example
White with #F2EEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EEF5; }
p { color: rgb(242,238,245); }
H1.HeaderClassName
{
color: #F2EEF5;
}
.AnyTagClassName
{
color: #F2EEF5;
}
</style>
background-color css
<style>
a { background-color: #F2EEF5; }
a { background-color: rgb(242,238,245); }
div.DivClassName
{
background-color: #F2EEF5;
}
.BgClassName
{
background-color: #F2EEF5;
}
</style>
border-color css
<style>
span { border-color: #F2EEF5; }
span { border-color: rgb(242,238,245); }
td.TdClassName
{
border-color: #F2EEF5;
}
.TagClassName
{
border-color: #F2EEF5;
}
</style>