Shades of White Lilac #F8DFFF
Tints of White Lilac #F8DFFF
RGB
CMYK
RGB Variations
Color information
#F8DFFF (or 0xF8DFFF) is known color: White Lilac. HEX triplet: F8, DF and FF. RGB value is (248,223,255). Sum of RGB (Red+Green+Blue) = 248+223+255=726 (96% of max value = 765). Red value is 248 (97.27% from 255 or 34.16% from 726); Green value is 223 (87.5% from 255 or 30.72% from 726); Blue value is 255 (100% from 255 or 35.12% from 726); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8DFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DFFF is #072000. Grayscale: #EAEAEA. Windows color (decimal): -466945 or 16769016. OLE color: 16769016.
HSL color Cylindrical-coordinate representation of color #F8DFFF: hue angle of 286.88º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F8DFFF is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 223 | 255 | - |
| CMYK | 0.03 | 0.13 | 0 | 0 |
| HSL | 286.88º | 1% | 0.94% | - |
| HSV(B) | 286.88º | 0.13% | 1% | - |
| XYZ | 83.15 | 79.95 | 105.66 | - |
| YUV | 234.12 | 139.78 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 255 | 0.03 | 0.13 | 0 | 0 | 286.88 | 1 | 0.94 |
| Hex | F8 | DF | FF | 3 | D | 0 | 0 | 11F | 64 | 5E |
| Octal | 370 | 337 | 377 | 3 | 15 | 0 | 0 | 437 | 144 | 136 |
| Binary | 11111000 | 11011111 | 11111111 | 11 | 1101 | 0 | 0 | 100011111 | 1100100 | 1011110 |
Color Harmonies of #F8DFFF
Complementary color
Monochromatic Colors of #F8DFFF
Black with #F8DFFF
Text Example
Text Example
White with #F8DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DFFF; }
p { color: rgb(248,223,255); }
H1.HeaderClassName
{
color: #F8DFFF;
}
.AnyTagClassName
{
color: #F8DFFF;
}
</style>
background-color css
<style>
a { background-color: #F8DFFF; }
a { background-color: rgb(248,223,255); }
div.DivClassName
{
background-color: #F8DFFF;
}
.BgClassName
{
background-color: #F8DFFF;
}
</style>
border-color css
<style>
span { border-color: #F8DFFF; }
span { border-color: rgb(248,223,255); }
td.TdClassName
{
border-color: #F8DFFF;
}
.TagClassName
{
border-color: #F8DFFF;
}
</style>