Shades of White Lilac #F2DCFB
Tints of White Lilac #F2DCFB
RGB
CMYK
RGB Variations
Color information
#F2DCFB (or 0xF2DCFB) is known color: White Lilac. HEX triplet: F2, DC and FB. RGB value is (242,220,251). Sum of RGB (Red+Green+Blue) = 242+220+251=713 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.94% from 713); Green value is 220 (86.33% from 255 or 30.86% from 713); Blue value is 251 (98.44% from 255 or 35.20% from 713); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2DCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DCFB is #0D2304. Grayscale: #E6E6E6. Windows color (decimal): -860933 or 16506098. OLE color: 16506098.
HSL color Cylindrical-coordinate representation of color #F2DCFB: hue angle of 282.58º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2DCFB is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 220 | 251 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.02 |
| HSL | 282.58º | 0.79% | 0.92% | - |
| HSV(B) | 282.58º | 0.12% | 0.98% | - |
| XYZ | 79.62 | 77.03 | 101.94 | - |
| YUV | 230.11 | 139.79 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 251 | 0.04 | 0.12 | 0 | 0.02 | 282.58 | 0.79 | 0.92 |
| Hex | F2 | DC | FB | 4 | C | 0 | 2 | 11B | 4F | 5C |
| Octal | 362 | 334 | 373 | 4 | 14 | 0 | 2 | 433 | 117 | 134 |
| Binary | 11110010 | 11011100 | 11111011 | 100 | 1100 | 0 | 10 | 100011011 | 1001111 | 1011100 |
Color Harmonies of #F2DCFB
Complementary color
Monochromatic Colors of #F2DCFB
Black with #F2DCFB
Text Example
Text Example
White with #F2DCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DCFB; }
p { color: rgb(242,220,251); }
H1.HeaderClassName
{
color: #F2DCFB;
}
.AnyTagClassName
{
color: #F2DCFB;
}
</style>
background-color css
<style>
a { background-color: #F2DCFB; }
a { background-color: rgb(242,220,251); }
div.DivClassName
{
background-color: #F2DCFB;
}
.BgClassName
{
background-color: #F2DCFB;
}
</style>
border-color css
<style>
span { border-color: #F2DCFB; }
span { border-color: rgb(242,220,251); }
td.TdClassName
{
border-color: #F2DCFB;
}
.TagClassName
{
border-color: #F2DCFB;
}
</style>