Shades of White Lilac #F2DFFA
Tints of White Lilac #F2DFFA
RGB
CMYK
RGB Variations
Color information
#F2DFFA (or 0xF2DFFA) is known color: White Lilac. HEX triplet: F2, DF and FA. RGB value is (242,223,250). Sum of RGB (Red+Green+Blue) = 242+223+250=715 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.85% from 715); Green value is 223 (87.5% from 255 or 31.19% from 715); Blue value is 250 (98.05% from 255 or 34.97% from 715); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2DFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DFFA is #0D2005. Grayscale: #E7E7E7. Windows color (decimal): -860166 or 16441330. OLE color: 16441330.
HSL color Cylindrical-coordinate representation of color #F2DFFA: hue angle of 282.22º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2DFFA is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 242 | 223 | 250 | - |
CMYK | 0.03 | 0.11 | 0 | 0.02 |
HSL | 282.22º | 0.73% | 0.93% | - |
HSV(B) | 282.22º | 0.11% | 0.98% | - |
XYZ | 80.26 | 78.55 | 101.37 | - |
YUV | 231.76 | 138.29 | 135.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 223 | 250 | 0.03 | 0.11 | 0 | 0.02 | 282.22 | 0.73 | 0.93 |
Hex | F2 | DF | FA | 3 | B | 0 | 2 | 11A | 49 | 5D |
Octal | 362 | 337 | 372 | 3 | 13 | 0 | 2 | 432 | 111 | 135 |
Binary | 11110010 | 11011111 | 11111010 | 11 | 1011 | 0 | 10 | 100011010 | 1001001 | 1011101 |
Color Harmonies of #F2DFFA
Complementary color
Monochromatic Colors of #F2DFFA
Black with #F2DFFA
Text Example
Text Example
White with #F2DFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DFFA; }
p { color: rgb(242,223,250); }
H1.HeaderClassName
{
color: #F2DFFA;
}
.AnyTagClassName
{
color: #F2DFFA;
}
</style>
background-color css
<style>
a { background-color: #F2DFFA; }
a { background-color: rgb(242,223,250); }
div.DivClassName
{
background-color: #F2DFFA;
}
.BgClassName
{
background-color: #F2DFFA;
}
</style>
border-color css
<style>
span { border-color: #F2DFFA; }
span { border-color: rgb(242,223,250); }
td.TdClassName
{
border-color: #F2DFFA;
}
.TagClassName
{
border-color: #F2DFFA;
}
</style>