Shades of White Lilac #F2E6FB
Tints of White Lilac #F2E6FB
RGB
CMYK
RGB Variations
Color information
#F2E6FB (or 0xF2E6FB) is known color: White Lilac. HEX triplet: F2, E6 and FB. RGB value is (242,230,251). Sum of RGB (Red+Green+Blue) = 242+230+251=723 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.47% from 723); Green value is 230 (90.23% from 255 or 31.81% from 723); Blue value is 251 (98.44% from 255 or 34.72% from 723); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2E6FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2E6FB is #0D1904. Grayscale: #EBEBEB. Windows color (decimal): -858373 or 16508658. OLE color: 16508658.
HSL color Cylindrical-coordinate representation of color #F2E6FB: hue angle of 274.29º degrees, saturation: 0.72, 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 #F2E6FB is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 230 | 251 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.02 |
| HSL | 274.29º | 0.72% | 0.94% | - |
| HSV(B) | 274.29º | 0.08% | 0.98% | - |
| XYZ | 82.33 | 82.44 | 102.84 | - |
| YUV | 235.98 | 136.48 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 230 | 251 | 0.04 | 0.08 | 0 | 0.02 | 274.29 | 0.72 | 0.94 |
| Hex | F2 | E6 | FB | 4 | 8 | 0 | 2 | 112 | 48 | 5E |
| Octal | 362 | 346 | 373 | 4 | 10 | 0 | 2 | 422 | 110 | 136 |
| Binary | 11110010 | 11100110 | 11111011 | 100 | 1000 | 0 | 10 | 100010010 | 1001000 | 1011110 |
Color Harmonies of #F2E6FB
Complementary color
Monochromatic Colors of #F2E6FB
Black with #F2E6FB
Text Example
Text Example
White with #F2E6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E6FB; }
p { color: rgb(242,230,251); }
H1.HeaderClassName
{
color: #F2E6FB;
}
.AnyTagClassName
{
color: #F2E6FB;
}
</style>
background-color css
<style>
a { background-color: #F2E6FB; }
a { background-color: rgb(242,230,251); }
div.DivClassName
{
background-color: #F2E6FB;
}
.BgClassName
{
background-color: #F2E6FB;
}
</style>
border-color css
<style>
span { border-color: #F2E6FB; }
span { border-color: rgb(242,230,251); }
td.TdClassName
{
border-color: #F2E6FB;
}
.TagClassName
{
border-color: #F2E6FB;
}
</style>