Shades of White Lilac #F8EDFD
Tints of White Lilac #F8EDFD
RGB
CMYK
RGB Variations
Color information
#F8EDFD (or 0xF8EDFD) is known color: White Lilac. HEX triplet: F8, ED and FD. RGB value is (248,237,253). Sum of RGB (Red+Green+Blue) = 248+237+253=738 (97% of max value = 765). Red value is 248 (97.27% from 255 or 33.60% from 738); Green value is 237 (92.97% from 255 or 32.11% from 738); Blue value is 253 (99.22% from 255 or 34.28% from 738); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8EDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8EDFD is #071202. Grayscale: #F2F2F2. Windows color (decimal): -463363 or 16641528. OLE color: 16641528.
HSL color Cylindrical-coordinate representation of color #F8EDFD: hue angle of 281.25º degrees, saturation: 0.8, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F8EDFD is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 248 | 237 | 253 | - |
CMYK | 0.02 | 0.06 | 0 | 0.01 |
HSL | 281.25º | 0.8% | 0.96% | - |
HSV(B) | 281.25º | 0.06% | 0.99% | - |
XYZ | 86.73 | 87.62 | 105.27 | - |
YUV | 242.11 | 134.14 | 132.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 237 | 253 | 0.02 | 0.06 | 0 | 0.01 | 281.25 | 0.8 | 0.96 |
Hex | F8 | ED | FD | 2 | 6 | 0 | 1 | 119 | 50 | 60 |
Octal | 370 | 355 | 375 | 2 | 6 | 0 | 1 | 431 | 120 | 140 |
Binary | 11111000 | 11101101 | 11111101 | 10 | 110 | 0 | 1 | 100011001 | 1010000 | 1100000 |
Color Harmonies of #F8EDFD
Complementary color
Monochromatic Colors of #F8EDFD
Black with #F8EDFD
Text Example
Text Example
White with #F8EDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EDFD; }
p { color: rgb(248,237,253); }
H1.HeaderClassName
{
color: #F8EDFD;
}
.AnyTagClassName
{
color: #F8EDFD;
}
</style>
background-color css
<style>
a { background-color: #F8EDFD; }
a { background-color: rgb(248,237,253); }
div.DivClassName
{
background-color: #F8EDFD;
}
.BgClassName
{
background-color: #F8EDFD;
}
</style>
border-color css
<style>
span { border-color: #F8EDFD; }
span { border-color: rgb(248,237,253); }
td.TdClassName
{
border-color: #F8EDFD;
}
.TagClassName
{
border-color: #F8EDFD;
}
</style>