Shades of White Lilac #FDF8FE
Tints of White Lilac #FDF8FE
RGB
CMYK
RGB Variations
Color information
#FDF8FE (or 0xFDF8FE) is known color: White Lilac. HEX triplet: FD, F8 and FE. RGB value is (253,248,254). Sum of RGB (Red+Green+Blue) = 253+248+254=755 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.51% from 755); Green value is 248 (97.27% from 255 or 32.85% from 755); Blue value is 254 (99.61% from 255 or 33.64% from 755); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDF8FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF8FE is #020701. Grayscale: #FAFAFA. Windows color (decimal): -132866 or 16709885. OLE color: 16709885.
HSL color Cylindrical-coordinate representation of color #FDF8FE: hue angle of 290º degrees, saturation: 0.75, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FDF8FE is Cyan = 0.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 253 | 248 | 254 | - |
CMYK | 0.00 | 0.02 | 0 | 0.00 |
HSL | 290º | 0.75% | 0.98% | - |
HSV(B) | 290º | 0.02% | 1% | - |
XYZ | 91.96 | 95.17 | 107.29 | - |
YUV | 250.18 | 130.16 | 130.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 248 | 254 | 0.00 | 0.02 | 0 | 0.00 | 290 | 0.75 | 0.98 |
Hex | FD | F8 | FE | 0 | 2 | 0 | 0 | 122 | 4B | 62 |
Octal | 375 | 370 | 376 | 0 | 2 | 0 | 0 | 442 | 113 | 142 |
Binary | 11111101 | 11111000 | 11111110 | 0 | 10 | 0 | 0 | 100100010 | 1001011 | 1100010 |
Color Harmonies of #FDF8FE
Complementary color
Monochromatic Colors of #FDF8FE
Black with #FDF8FE
Text Example
Text Example
White with #FDF8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF8FE; }
p { color: rgb(253,248,254); }
H1.HeaderClassName
{
color: #FDF8FE;
}
.AnyTagClassName
{
color: #FDF8FE;
}
</style>
background-color css
<style>
a { background-color: #FDF8FE; }
a { background-color: rgb(253,248,254); }
div.DivClassName
{
background-color: #FDF8FE;
}
.BgClassName
{
background-color: #FDF8FE;
}
</style>
border-color css
<style>
span { border-color: #FDF8FE; }
span { border-color: rgb(253,248,254); }
td.TdClassName
{
border-color: #FDF8FE;
}
.TagClassName
{
border-color: #FDF8FE;
}
</style>