Shades of White Lilac #F2DFFC
Tints of White Lilac #F2DFFC
RGB
CMYK
RGB Variations
Color information
#F2DFFC (or 0xF2DFFC) is known color: White Lilac. HEX triplet: F2, DF and FC. RGB value is (242,223,252). Sum of RGB (Red+Green+Blue) = 242+223+252=717 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.75% from 717); Green value is 223 (87.5% from 255 or 31.10% from 717); Blue value is 252 (98.83% from 255 or 35.15% from 717); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2DFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DFFC is #0D2003. Grayscale: #E7E7E7. Windows color (decimal): -860164 or 16572402. OLE color: 16572402.
HSL color Cylindrical-coordinate representation of color #F2DFFC: hue angle of 279.31º degrees, saturation: 0.83, 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 #F2DFFC is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 223 | 252 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.01 |
| HSL | 279.31º | 0.83% | 0.93% | - |
| HSV(B) | 279.31º | 0.12% | 0.99% | - |
| XYZ | 80.58 | 78.68 | 103.04 | - |
| YUV | 231.99 | 139.29 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 252 | 0.04 | 0.12 | 0 | 0.01 | 279.31 | 0.83 | 0.93 |
| Hex | F2 | DF | FC | 4 | C | 0 | 1 | 117 | 53 | 5D |
| Octal | 362 | 337 | 374 | 4 | 14 | 0 | 1 | 427 | 123 | 135 |
| Binary | 11110010 | 11011111 | 11111100 | 100 | 1100 | 0 | 1 | 100010111 | 1010011 | 1011101 |
Color Harmonies of #F2DFFC
Complementary color
Monochromatic Colors of #F2DFFC
Black with #F2DFFC
Text Example
Text Example
White with #F2DFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DFFC; }
p { color: rgb(242,223,252); }
H1.HeaderClassName
{
color: #F2DFFC;
}
.AnyTagClassName
{
color: #F2DFFC;
}
</style>
background-color css
<style>
a { background-color: #F2DFFC; }
a { background-color: rgb(242,223,252); }
div.DivClassName
{
background-color: #F2DFFC;
}
.BgClassName
{
background-color: #F2DFFC;
}
</style>
border-color css
<style>
span { border-color: #F2DFFC; }
span { border-color: rgb(242,223,252); }
td.TdClassName
{
border-color: #F2DFFC;
}
.TagClassName
{
border-color: #F2DFFC;
}
</style>