Shades of White Lilac #F3DEFC
Tints of White Lilac #F3DEFC
RGB
CMYK
RGB Variations
Color information
#F3DEFC (or 0xF3DEFC) is known color: White Lilac. HEX triplet: F3, DE and FC. RGB value is (243,222,252). Sum of RGB (Red+Green+Blue) = 243+222+252=717 (94% of max value = 765). Red value is 243 (95.31% from 255 or 33.89% from 717); Green value is 222 (87.11% from 255 or 30.96% 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 #F3DEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DEFC is #0C2103. Grayscale: #E7E7E7. Windows color (decimal): -794884 or 16572147. OLE color: 16572147.
HSL color Cylindrical-coordinate representation of color #F3DEFC: hue angle of 282º 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 #F3DEFC is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 222 | 252 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.01 |
| HSL | 282º | 0.83% | 0.93% | - |
| HSV(B) | 282º | 0.12% | 0.99% | - |
| XYZ | 80.65 | 78.33 | 102.96 | - |
| YUV | 231.7 | 139.46 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 222 | 252 | 0.04 | 0.12 | 0 | 0.01 | 282 | 0.83 | 0.93 |
| Hex | F3 | DE | FC | 4 | C | 0 | 1 | 11A | 53 | 5D |
| Octal | 363 | 336 | 374 | 4 | 14 | 0 | 1 | 432 | 123 | 135 |
| Binary | 11110011 | 11011110 | 11111100 | 100 | 1100 | 0 | 1 | 100011010 | 1010011 | 1011101 |
Color Harmonies of #F3DEFC
Complementary color
Monochromatic Colors of #F3DEFC
Black with #F3DEFC
Text Example
Text Example
White with #F3DEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DEFC; }
p { color: rgb(243,222,252); }
H1.HeaderClassName
{
color: #F3DEFC;
}
.AnyTagClassName
{
color: #F3DEFC;
}
</style>
background-color css
<style>
a { background-color: #F3DEFC; }
a { background-color: rgb(243,222,252); }
div.DivClassName
{
background-color: #F3DEFC;
}
.BgClassName
{
background-color: #F3DEFC;
}
</style>
border-color css
<style>
span { border-color: #F3DEFC; }
span { border-color: rgb(243,222,252); }
td.TdClassName
{
border-color: #F3DEFC;
}
.TagClassName
{
border-color: #F3DEFC;
}
</style>