Shades of White Lilac #F2F0F3
Tints of White Lilac #F2F0F3
RGB
CMYK
RGB Variations
Color information
#F2F0F3 (or 0xF2F0F3) is known color: White Lilac. HEX triplet: F2, F0 and F3. RGB value is (242,240,243). Sum of RGB (Red+Green+Blue) = 242+240+243=725 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.38% from 725); Green value is 240 (94.14% from 255 or 33.10% from 725); Blue value is 243 (95.31% from 255 or 33.52% from 725); Max value from RGB is 243 - color contains mainly: blue. Hex color #F2F0F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F0F3 is #0D0F0C. Grayscale: #F0F0F0. Windows color (decimal): -855821 or 15986930. OLE color: 15986930.
HSL color Cylindrical-coordinate representation of color #F2F0F3: hue angle of 280º degrees, saturation: 0.11, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F2F0F3 is Cyan = 0.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 243 | - |
| CMYK | 0.00 | 0.01 | 0 | 0.05 |
| HSL | 280º | 0.11% | 0.95% | - |
| HSV(B) | 280º | 0.01% | 0.95% | - |
| XYZ | 83.96 | 87.67 | 97.29 | - |
| YUV | 240.94 | 129.16 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 243 | 0.00 | 0.01 | 0 | 0.05 | 280 | 0.11 | 0.95 |
| Hex | F2 | F0 | F3 | 0 | 1 | 0 | 5 | 118 | B | 5F |
| Octal | 362 | 360 | 363 | 0 | 1 | 0 | 5 | 430 | 13 | 137 |
| Binary | 11110010 | 11110000 | 11110011 | 0 | 1 | 0 | 101 | 100011000 | 1011 | 1011111 |
Color Harmonies of #F2F0F3
Complementary color
Monochromatic Colors of #F2F0F3
Black with #F2F0F3
Text Example
Text Example
White with #F2F0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F0F3; }
p { color: rgb(242,240,243); }
H1.HeaderClassName
{
color: #F2F0F3;
}
.AnyTagClassName
{
color: #F2F0F3;
}
</style>
background-color css
<style>
a { background-color: #F2F0F3; }
a { background-color: rgb(242,240,243); }
div.DivClassName
{
background-color: #F2F0F3;
}
.BgClassName
{
background-color: #F2F0F3;
}
</style>
border-color css
<style>
span { border-color: #F2F0F3; }
span { border-color: rgb(242,240,243); }
td.TdClassName
{
border-color: #F2F0F3;
}
.TagClassName
{
border-color: #F2F0F3;
}
</style>