Shades of White Lilac #F2E6FA
Tints of White Lilac #F2E6FA
RGB
CMYK
RGB Variations
Color information
#F2E6FA (or 0xF2E6FA) is known color: White Lilac. HEX triplet: F2, E6 and FA. RGB value is (242,230,250). Sum of RGB (Red+Green+Blue) = 242+230+250=722 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.52% from 722); Green value is 230 (90.23% from 255 or 31.86% from 722); Blue value is 250 (98.05% from 255 or 34.63% from 722); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2E6FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2E6FA is #0D1905. Grayscale: #EBEBEB. Windows color (decimal): -858374 or 16443122. OLE color: 16443122.
HSL color Cylindrical-coordinate representation of color #F2E6FA: hue angle of 276º degrees, saturation: 0.67, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F2E6FA is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 230 | 250 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.02 |
| HSL | 276º | 0.67% | 0.94% | - |
| HSV(B) | 276º | 0.08% | 0.98% | - |
| XYZ | 82.17 | 82.37 | 102.01 | - |
| YUV | 235.87 | 135.98 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 230 | 250 | 0.03 | 0.08 | 0 | 0.02 | 276 | 0.67 | 0.94 |
| Hex | F2 | E6 | FA | 3 | 8 | 0 | 2 | 114 | 43 | 5E |
| Octal | 362 | 346 | 372 | 3 | 10 | 0 | 2 | 424 | 103 | 136 |
| Binary | 11110010 | 11100110 | 11111010 | 11 | 1000 | 0 | 10 | 100010100 | 1000011 | 1011110 |
Color Harmonies of #F2E6FA
Complementary color
Monochromatic Colors of #F2E6FA
Black with #F2E6FA
Text Example
Text Example
White with #F2E6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E6FA; }
p { color: rgb(242,230,250); }
H1.HeaderClassName
{
color: #F2E6FA;
}
.AnyTagClassName
{
color: #F2E6FA;
}
</style>
background-color css
<style>
a { background-color: #F2E6FA; }
a { background-color: rgb(242,230,250); }
div.DivClassName
{
background-color: #F2E6FA;
}
.BgClassName
{
background-color: #F2E6FA;
}
</style>
border-color css
<style>
span { border-color: #F2E6FA; }
span { border-color: rgb(242,230,250); }
td.TdClassName
{
border-color: #F2E6FA;
}
.TagClassName
{
border-color: #F2E6FA;
}
</style>