Shades of White Lilac #F1DCFD
Tints of White Lilac #F1DCFD
RGB
CMYK
RGB Variations
Color information
#F1DCFD (or 0xF1DCFD) is known color: White Lilac. HEX triplet: F1, DC and FD. RGB value is (241,220,253). Sum of RGB (Red+Green+Blue) = 241+220+253=714 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.75% from 714); Green value is 220 (86.33% from 255 or 30.81% from 714); Blue value is 253 (99.22% from 255 or 35.43% from 714); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1DCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DCFD is #0E2302. Grayscale: #E5E5E5. Windows color (decimal): -926467 or 16637169. OLE color: 16637169.
HSL color Cylindrical-coordinate representation of color #F1DCFD: hue angle of 278.18º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F1DCFD is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 220 | 253 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.01 |
| HSL | 278.18º | 0.89% | 0.93% | - |
| HSV(B) | 278.18º | 0.13% | 0.99% | - |
| XYZ | 79.6 | 76.98 | 103.59 | - |
| YUV | 230.04 | 140.96 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 220 | 253 | 0.05 | 0.13 | 0 | 0.01 | 278.18 | 0.89 | 0.93 |
| Hex | F1 | DC | FD | 5 | D | 0 | 1 | 116 | 59 | 5D |
| Octal | 361 | 334 | 375 | 5 | 15 | 0 | 1 | 426 | 131 | 135 |
| Binary | 11110001 | 11011100 | 11111101 | 101 | 1101 | 0 | 1 | 100010110 | 1011001 | 1011101 |
Color Harmonies of #F1DCFD
Complementary color
Monochromatic Colors of #F1DCFD
Black with #F1DCFD
Text Example
Text Example
White with #F1DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DCFD; }
p { color: rgb(241,220,253); }
H1.HeaderClassName
{
color: #F1DCFD;
}
.AnyTagClassName
{
color: #F1DCFD;
}
</style>
background-color css
<style>
a { background-color: #F1DCFD; }
a { background-color: rgb(241,220,253); }
div.DivClassName
{
background-color: #F1DCFD;
}
.BgClassName
{
background-color: #F1DCFD;
}
</style>
border-color css
<style>
span { border-color: #F1DCFD; }
span { border-color: rgb(241,220,253); }
td.TdClassName
{
border-color: #F1DCFD;
}
.TagClassName
{
border-color: #F1DCFD;
}
</style>