Shades of White Lilac #F1DEFC
Tints of White Lilac #F1DEFC
RGB
CMYK
RGB Variations
Color information
#F1DEFC (or 0xF1DEFC) is known color: White Lilac. HEX triplet: F1, DE and FC. RGB value is (241,222,252). Sum of RGB (Red+Green+Blue) = 241+222+252=715 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.71% from 715); Green value is 222 (87.11% from 255 or 31.05% from 715); Blue value is 252 (98.83% from 255 or 35.24% from 715); Max value from RGB is 252 - color contains mainly: blue. Hex color #F1DEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DEFC is #0E2103. Grayscale: #E6E6E6. Windows color (decimal): -925956 or 16572145. OLE color: 16572145.
HSL color Cylindrical-coordinate representation of color #F1DEFC: hue angle of 278º 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 #F1DEFC is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 222 | 252 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.01 |
| HSL | 278º | 0.83% | 0.93% | - |
| HSV(B) | 278º | 0.12% | 0.99% | - |
| XYZ | 79.97 | 77.97 | 102.93 | - |
| YUV | 231.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 222 | 252 | 0.04 | 0.12 | 0 | 0.01 | 278 | 0.83 | 0.93 |
| Hex | F1 | DE | FC | 4 | C | 0 | 1 | 116 | 53 | 5D |
| Octal | 361 | 336 | 374 | 4 | 14 | 0 | 1 | 426 | 123 | 135 |
| Binary | 11110001 | 11011110 | 11111100 | 100 | 1100 | 0 | 1 | 100010110 | 1010011 | 1011101 |
Color Harmonies of #F1DEFC
Complementary color
Monochromatic Colors of #F1DEFC
Black with #F1DEFC
Text Example
Text Example
White with #F1DEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DEFC; }
p { color: rgb(241,222,252); }
H1.HeaderClassName
{
color: #F1DEFC;
}
.AnyTagClassName
{
color: #F1DEFC;
}
</style>
background-color css
<style>
a { background-color: #F1DEFC; }
a { background-color: rgb(241,222,252); }
div.DivClassName
{
background-color: #F1DEFC;
}
.BgClassName
{
background-color: #F1DEFC;
}
</style>
border-color css
<style>
span { border-color: #F1DEFC; }
span { border-color: rgb(241,222,252); }
td.TdClassName
{
border-color: #F1DEFC;
}
.TagClassName
{
border-color: #F1DEFC;
}
</style>