Shades of White Lilac #F2DFFD
Tints of White Lilac #F2DFFD
RGB
CMYK
RGB Variations
Color information
#F2DFFD (or 0xF2DFFD) is known color: White Lilac. HEX triplet: F2, DF and FD. RGB value is (242,223,253). Sum of RGB (Red+Green+Blue) = 242+223+253=718 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.70% from 718); Green value is 223 (87.5% from 255 or 31.06% from 718); Blue value is 253 (99.22% from 255 or 35.24% from 718); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2DFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DFFD is #0D2002. Grayscale: #E8E8E8. Windows color (decimal): -860163 or 16637938. OLE color: 16637938.
HSL color Cylindrical-coordinate representation of color #F2DFFD: hue angle of 278º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2DFFD is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 242 | 223 | 253 | - |
CMYK | 0.04 | 0.12 | 0 | 0.01 |
HSL | 278º | 0.88% | 0.93% | - |
HSV(B) | 278º | 0.12% | 0.99% | - |
XYZ | 80.74 | 78.74 | 103.87 | - |
YUV | 232.1 | 139.79 | 135.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 223 | 253 | 0.04 | 0.12 | 0 | 0.01 | 278 | 0.88 | 0.93 |
Hex | F2 | DF | FD | 4 | C | 0 | 1 | 116 | 58 | 5D |
Octal | 362 | 337 | 375 | 4 | 14 | 0 | 1 | 426 | 130 | 135 |
Binary | 11110010 | 11011111 | 11111101 | 100 | 1100 | 0 | 1 | 100010110 | 1011000 | 1011101 |
Color Harmonies of #F2DFFD
Complementary color
Monochromatic Colors of #F2DFFD
Black with #F2DFFD
Text Example
Text Example
White with #F2DFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DFFD; }
p { color: rgb(242,223,253); }
H1.HeaderClassName
{
color: #F2DFFD;
}
.AnyTagClassName
{
color: #F2DFFD;
}
</style>
background-color css
<style>
a { background-color: #F2DFFD; }
a { background-color: rgb(242,223,253); }
div.DivClassName
{
background-color: #F2DFFD;
}
.BgClassName
{
background-color: #F2DFFD;
}
</style>
border-color css
<style>
span { border-color: #F2DFFD; }
span { border-color: rgb(242,223,253); }
td.TdClassName
{
border-color: #F2DFFD;
}
.TagClassName
{
border-color: #F2DFFD;
}
</style>