Shades of White Lilac #F1DCFC
Tints of White Lilac #F1DCFC
RGB
CMYK
RGB Variations
Color information
#F1DCFC (or 0xF1DCFC) is known color: White Lilac. HEX triplet: F1, DC and FC. RGB value is (241,220,252). Sum of RGB (Red+Green+Blue) = 241+220+252=713 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.80% from 713); Green value is 220 (86.33% from 255 or 30.86% from 713); Blue value is 252 (98.83% from 255 or 35.34% from 713); Max value from RGB is 252 - color contains mainly: blue. Hex color #F1DCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DCFC is #0E2303. Grayscale: #E5E5E5. Windows color (decimal): -926468 or 16571633. OLE color: 16571633.
HSL color Cylindrical-coordinate representation of color #F1DCFC: hue angle of 279.38º degrees, saturation: 0.84, 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 #F1DCFC is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 220 | 252 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.01 |
| HSL | 279.38º | 0.84% | 0.93% | - |
| HSV(B) | 279.38º | 0.13% | 0.99% | - |
| XYZ | 79.44 | 76.92 | 102.75 | - |
| YUV | 229.93 | 140.46 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 220 | 252 | 0.04 | 0.13 | 0 | 0.01 | 279.38 | 0.84 | 0.93 |
| Hex | F1 | DC | FC | 4 | D | 0 | 1 | 117 | 54 | 5D |
| Octal | 361 | 334 | 374 | 4 | 15 | 0 | 1 | 427 | 124 | 135 |
| Binary | 11110001 | 11011100 | 11111100 | 100 | 1101 | 0 | 1 | 100010111 | 1010100 | 1011101 |
Color Harmonies of #F1DCFC
Complementary color
Monochromatic Colors of #F1DCFC
Black with #F1DCFC
Text Example
Text Example
White with #F1DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DCFC; }
p { color: rgb(241,220,252); }
H1.HeaderClassName
{
color: #F1DCFC;
}
.AnyTagClassName
{
color: #F1DCFC;
}
</style>
background-color css
<style>
a { background-color: #F1DCFC; }
a { background-color: rgb(241,220,252); }
div.DivClassName
{
background-color: #F1DCFC;
}
.BgClassName
{
background-color: #F1DCFC;
}
</style>
border-color css
<style>
span { border-color: #F1DCFC; }
span { border-color: rgb(241,220,252); }
td.TdClassName
{
border-color: #F1DCFC;
}
.TagClassName
{
border-color: #F1DCFC;
}
</style>