Shades of White Lilac #F1DFFC
Tints of White Lilac #F1DFFC
RGB
CMYK
RGB Variations
Color information
#F1DFFC (or 0xF1DFFC) is known color: White Lilac. HEX triplet: F1, DF and FC. RGB value is (241,223,252). Sum of RGB (Red+Green+Blue) = 241+223+252=716 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.66% from 716); Green value is 223 (87.5% from 255 or 31.15% from 716); Blue value is 252 (98.83% from 255 or 35.20% from 716); Max value from RGB is 252 - color contains mainly: blue. Hex color #F1DFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DFFC is #0E2003. Grayscale: #E7E7E7. Windows color (decimal): -925700 or 16572401. OLE color: 16572401.
HSL color Cylindrical-coordinate representation of color #F1DFFC: hue angle of 277.24º 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 #F1DFFC is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 223 | 252 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.01 |
| HSL | 277.24º | 0.83% | 0.93% | - |
| HSV(B) | 277.24º | 0.12% | 0.99% | - |
| XYZ | 80.23 | 78.5 | 103.02 | - |
| YUV | 231.69 | 139.46 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 223 | 252 | 0.04 | 0.12 | 0 | 0.01 | 277.24 | 0.83 | 0.93 |
| Hex | F1 | DF | FC | 4 | C | 0 | 1 | 115 | 53 | 5D |
| Octal | 361 | 337 | 374 | 4 | 14 | 0 | 1 | 425 | 123 | 135 |
| Binary | 11110001 | 11011111 | 11111100 | 100 | 1100 | 0 | 1 | 100010101 | 1010011 | 1011101 |
Color Harmonies of #F1DFFC
Complementary color
Monochromatic Colors of #F1DFFC
Black with #F1DFFC
Text Example
Text Example
White with #F1DFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DFFC; }
p { color: rgb(241,223,252); }
H1.HeaderClassName
{
color: #F1DFFC;
}
.AnyTagClassName
{
color: #F1DFFC;
}
</style>
background-color css
<style>
a { background-color: #F1DFFC; }
a { background-color: rgb(241,223,252); }
div.DivClassName
{
background-color: #F1DFFC;
}
.BgClassName
{
background-color: #F1DFFC;
}
</style>
border-color css
<style>
span { border-color: #F1DFFC; }
span { border-color: rgb(241,223,252); }
td.TdClassName
{
border-color: #F1DFFC;
}
.TagClassName
{
border-color: #F1DFFC;
}
</style>