Shades of White Lilac #F2EFF3
Tints of White Lilac #F2EFF3
RGB
CMYK
RGB Variations
Color information
#F2EFF3 (or 0xF2EFF3) is known color: White Lilac. HEX triplet: F2, EF and F3. RGB value is (242,239,243). Sum of RGB (Red+Green+Blue) = 242+239+243=724 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.43% from 724); Green value is 239 (93.75% from 255 or 33.01% from 724); Blue value is 243 (95.31% from 255 or 33.56% from 724); Max value from RGB is 243 - color contains mainly: blue. Hex color #F2EFF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EFF3 is #0D100C. Grayscale: #F0F0F0. Windows color (decimal): -856077 or 15986674. OLE color: 15986674.
HSL color Cylindrical-coordinate representation of color #F2EFF3: hue angle of 285º degrees, saturation: 0.14, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F2EFF3 is Cyan = 0.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 243 | - |
| CMYK | 0.00 | 0.02 | 0 | 0.05 |
| HSL | 285º | 0.14% | 0.95% | - |
| HSV(B) | 285º | 0.02% | 0.95% | - |
| XYZ | 83.66 | 87.08 | 97.19 | - |
| YUV | 240.35 | 129.49 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 243 | 0.00 | 0.02 | 0 | 0.05 | 285 | 0.14 | 0.95 |
| Hex | F2 | EF | F3 | 0 | 2 | 0 | 5 | 11D | E | 5F |
| Octal | 362 | 357 | 363 | 0 | 2 | 0 | 5 | 435 | 16 | 137 |
| Binary | 11110010 | 11101111 | 11110011 | 0 | 10 | 0 | 101 | 100011101 | 1110 | 1011111 |
Color Harmonies of #F2EFF3
Complementary color
Monochromatic Colors of #F2EFF3
Black with #F2EFF3
Text Example
Text Example
White with #F2EFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EFF3; }
p { color: rgb(242,239,243); }
H1.HeaderClassName
{
color: #F2EFF3;
}
.AnyTagClassName
{
color: #F2EFF3;
}
</style>
background-color css
<style>
a { background-color: #F2EFF3; }
a { background-color: rgb(242,239,243); }
div.DivClassName
{
background-color: #F2EFF3;
}
.BgClassName
{
background-color: #F2EFF3;
}
</style>
border-color css
<style>
span { border-color: #F2EFF3; }
span { border-color: rgb(242,239,243); }
td.TdClassName
{
border-color: #F2EFF3;
}
.TagClassName
{
border-color: #F2EFF3;
}
</style>