Shades of White Lilac #F1DEFE
Tints of White Lilac #F1DEFE
RGB
CMYK
RGB Variations
Color information
#F1DEFE (or 0xF1DEFE) is known color: White Lilac. HEX triplet: F1, DE and FE. RGB value is (241,222,254). Sum of RGB (Red+Green+Blue) = 241+222+254=717 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.61% from 717); Green value is 222 (87.11% from 255 or 30.96% from 717); Blue value is 254 (99.61% from 255 or 35.43% from 717); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1DEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DEFE is #0E2101. Grayscale: #E7E7E7. Windows color (decimal): -925954 or 16703217. OLE color: 16703217.
HSL color Cylindrical-coordinate representation of color #F1DEFE: hue angle of 275.62º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F1DEFE is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 222 | 254 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.00 |
| HSL | 275.63º | 0.94% | 0.93% | - |
| HSV(B) | 275.63º | 0.13% | 1% | - |
| XYZ | 80.29 | 78.1 | 104.61 | - |
| YUV | 231.33 | 140.79 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 222 | 254 | 0.05 | 0.13 | 0 | 0.00 | 275.63 | 0.94 | 0.93 |
| Hex | F1 | DE | FE | 5 | D | 0 | 0 | 114 | 5E | 5D |
| Octal | 361 | 336 | 376 | 5 | 15 | 0 | 0 | 424 | 136 | 135 |
| Binary | 11110001 | 11011110 | 11111110 | 101 | 1101 | 0 | 0 | 100010100 | 1011110 | 1011101 |
Color Harmonies of #F1DEFE
Complementary color
Monochromatic Colors of #F1DEFE
Black with #F1DEFE
Text Example
Text Example
White with #F1DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DEFE; }
p { color: rgb(241,222,254); }
H1.HeaderClassName
{
color: #F1DEFE;
}
.AnyTagClassName
{
color: #F1DEFE;
}
</style>
background-color css
<style>
a { background-color: #F1DEFE; }
a { background-color: rgb(241,222,254); }
div.DivClassName
{
background-color: #F1DEFE;
}
.BgClassName
{
background-color: #F1DEFE;
}
</style>
border-color css
<style>
span { border-color: #F1DEFE; }
span { border-color: rgb(241,222,254); }
td.TdClassName
{
border-color: #F1DEFE;
}
.TagClassName
{
border-color: #F1DEFE;
}
</style>