Shades of White Lilac #F1DFFA
Tints of White Lilac #F1DFFA
RGB
CMYK
RGB Variations
Color information
#F1DFFA (or 0xF1DFFA) is known color: White Lilac. HEX triplet: F1, DF and FA. RGB value is (241,223,250). Sum of RGB (Red+Green+Blue) = 241+223+250=714 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.75% from 714); Green value is 223 (87.5% from 255 or 31.23% from 714); Blue value is 250 (98.05% from 255 or 35.01% from 714); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1DFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DFFA is #0E2005. Grayscale: #E7E7E7. Windows color (decimal): -925702 or 16441329. OLE color: 16441329.
HSL color Cylindrical-coordinate representation of color #F1DFFA: hue angle of 280º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F1DFFA is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 241 | 223 | 250 | - |
CMYK | 0.04 | 0.11 | 0 | 0.02 |
HSL | 280º | 0.73% | 0.93% | - |
HSV(B) | 280º | 0.11% | 0.98% | - |
XYZ | 79.92 | 78.38 | 101.36 | - |
YUV | 231.46 | 138.46 | 134.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 223 | 250 | 0.04 | 0.11 | 0 | 0.02 | 280 | 0.73 | 0.93 |
Hex | F1 | DF | FA | 4 | B | 0 | 2 | 118 | 49 | 5D |
Octal | 361 | 337 | 372 | 4 | 13 | 0 | 2 | 430 | 111 | 135 |
Binary | 11110001 | 11011111 | 11111010 | 100 | 1011 | 0 | 10 | 100011000 | 1001001 | 1011101 |
Color Harmonies of #F1DFFA
Complementary color
Monochromatic Colors of #F1DFFA
Black with #F1DFFA
Text Example
Text Example
White with #F1DFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DFFA; }
p { color: rgb(241,223,250); }
H1.HeaderClassName
{
color: #F1DFFA;
}
.AnyTagClassName
{
color: #F1DFFA;
}
</style>
background-color css
<style>
a { background-color: #F1DFFA; }
a { background-color: rgb(241,223,250); }
div.DivClassName
{
background-color: #F1DFFA;
}
.BgClassName
{
background-color: #F1DFFA;
}
</style>
border-color css
<style>
span { border-color: #F1DFFA; }
span { border-color: rgb(241,223,250); }
td.TdClassName
{
border-color: #F1DFFA;
}
.TagClassName
{
border-color: #F1DFFA;
}
</style>