Shades of White Lilac #F2DDFB
Tints of White Lilac #F2DDFB
RGB
CMYK
RGB Variations
Color information
#F2DDFB (or 0xF2DDFB) is known color: White Lilac. HEX triplet: F2, DD and FB. RGB value is (242,221,251). Sum of RGB (Red+Green+Blue) = 242+221+251=714 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.89% from 714); Green value is 221 (86.72% from 255 or 30.95% from 714); Blue value is 251 (98.44% from 255 or 35.15% from 714); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2DDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DDFB is #0D2204. Grayscale: #E6E6E6. Windows color (decimal): -860677 or 16506354. OLE color: 16506354.
HSL color Cylindrical-coordinate representation of color #F2DDFB: hue angle of 282º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2DDFB is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 242 | 221 | 251 | - |
CMYK | 0.04 | 0.12 | 0 | 0.02 |
HSL | 282º | 0.79% | 0.93% | - |
HSV(B) | 282º | 0.12% | 0.98% | - |
XYZ | 79.89 | 77.56 | 102.03 | - |
YUV | 230.7 | 139.46 | 136.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 221 | 251 | 0.04 | 0.12 | 0 | 0.02 | 282 | 0.79 | 0.93 |
Hex | F2 | DD | FB | 4 | C | 0 | 2 | 11A | 4F | 5D |
Octal | 362 | 335 | 373 | 4 | 14 | 0 | 2 | 432 | 117 | 135 |
Binary | 11110010 | 11011101 | 11111011 | 100 | 1100 | 0 | 10 | 100011010 | 1001111 | 1011101 |
Color Harmonies of #F2DDFB
Complementary color
Monochromatic Colors of #F2DDFB
Black with #F2DDFB
Text Example
Text Example
White with #F2DDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DDFB; }
p { color: rgb(242,221,251); }
H1.HeaderClassName
{
color: #F2DDFB;
}
.AnyTagClassName
{
color: #F2DDFB;
}
</style>
background-color css
<style>
a { background-color: #F2DDFB; }
a { background-color: rgb(242,221,251); }
div.DivClassName
{
background-color: #F2DDFB;
}
.BgClassName
{
background-color: #F2DDFB;
}
</style>
border-color css
<style>
span { border-color: #F2DDFB; }
span { border-color: rgb(242,221,251); }
td.TdClassName
{
border-color: #F2DDFB;
}
.TagClassName
{
border-color: #F2DDFB;
}
</style>