Shades of White Lilac #F1DFF8
Tints of White Lilac #F1DFF8
RGB
CMYK
RGB Variations
Color information
#F1DFF8 (or 0xF1DFF8) is known color: White Lilac. HEX triplet: F1, DF and F8. RGB value is (241,223,248). Sum of RGB (Red+Green+Blue) = 241+223+248=712 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.85% from 712); Green value is 223 (87.5% from 255 or 31.32% from 712); Blue value is 248 (97.27% from 255 or 34.83% from 712); Max value from RGB is 248 - color contains mainly: blue. Hex color #F1DFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DFF8 is #0E2007. Grayscale: #E7E7E7. Windows color (decimal): -925704 or 16310257. OLE color: 16310257.
HSL color Cylindrical-coordinate representation of color #F1DFF8: hue angle of 283.2º degrees, saturation: 0.64, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1DFF8 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 223 | 248 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.03 |
| HSL | 283.2º | 0.64% | 0.92% | - |
| HSV(B) | 283.2º | 0.1% | 0.97% | - |
| XYZ | 79.61 | 78.25 | 99.72 | - |
| YUV | 231.23 | 137.46 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 223 | 248 | 0.03 | 0.10 | 0 | 0.03 | 283.2 | 0.64 | 0.92 |
| Hex | F1 | DF | F8 | 3 | A | 0 | 3 | 11B | 40 | 5C |
| Octal | 361 | 337 | 370 | 3 | 12 | 0 | 3 | 433 | 100 | 134 |
| Binary | 11110001 | 11011111 | 11111000 | 11 | 1010 | 0 | 11 | 100011011 | 1000000 | 1011100 |
Color Harmonies of #F1DFF8
Complementary color
Monochromatic Colors of #F1DFF8
Black with #F1DFF8
Text Example
Text Example
White with #F1DFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DFF8; }
p { color: rgb(241,223,248); }
H1.HeaderClassName
{
color: #F1DFF8;
}
.AnyTagClassName
{
color: #F1DFF8;
}
</style>
background-color css
<style>
a { background-color: #F1DFF8; }
a { background-color: rgb(241,223,248); }
div.DivClassName
{
background-color: #F1DFF8;
}
.BgClassName
{
background-color: #F1DFF8;
}
</style>
border-color css
<style>
span { border-color: #F1DFF8; }
span { border-color: rgb(241,223,248); }
td.TdClassName
{
border-color: #F1DFF8;
}
.TagClassName
{
border-color: #F1DFF8;
}
</style>