Shades of White Lilac #FDF6FE
Tints of White Lilac #FDF6FE
RGB
CMYK
RGB Variations
Color information
#FDF6FE (or 0xFDF6FE) is known color: White Lilac. HEX triplet: FD, F6 and FE. RGB value is (253,246,254). Sum of RGB (Red+Green+Blue) = 253+246+254=753 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.60% from 753); Green value is 246 (96.48% from 255 or 32.67% from 753); Blue value is 254 (99.61% from 255 or 33.73% from 753); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDF6FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF6FE is #020901. Grayscale: #F8F8F8. Windows color (decimal): -133378 or 16709373. OLE color: 16709373.
HSL color Cylindrical-coordinate representation of color #FDF6FE: hue angle of 292.5º degrees, saturation: 0.8, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FDF6FE is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 253 | 246 | 254 | - |
CMYK | 0.00 | 0.03 | 0 | 0.00 |
HSL | 292.5º | 0.8% | 0.98% | - |
HSV(B) | 292.5º | 0.03% | 1% | - |
XYZ | 91.35 | 93.95 | 107.09 | - |
YUV | 249.01 | 130.82 | 130.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 246 | 254 | 0.00 | 0.03 | 0 | 0.00 | 292.5 | 0.8 | 0.98 |
Hex | FD | F6 | FE | 0 | 3 | 0 | 0 | 124 | 50 | 62 |
Octal | 375 | 366 | 376 | 0 | 3 | 0 | 0 | 444 | 120 | 142 |
Binary | 11111101 | 11110110 | 11111110 | 0 | 11 | 0 | 0 | 100100100 | 1010000 | 1100010 |
Color Harmonies of #FDF6FE
Complementary color
Monochromatic Colors of #FDF6FE
Black with #FDF6FE
Text Example
Text Example
White with #FDF6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF6FE; }
p { color: rgb(253,246,254); }
H1.HeaderClassName
{
color: #FDF6FE;
}
.AnyTagClassName
{
color: #FDF6FE;
}
</style>
background-color css
<style>
a { background-color: #FDF6FE; }
a { background-color: rgb(253,246,254); }
div.DivClassName
{
background-color: #FDF6FE;
}
.BgClassName
{
background-color: #FDF6FE;
}
</style>
border-color css
<style>
span { border-color: #FDF6FE; }
span { border-color: rgb(253,246,254); }
td.TdClassName
{
border-color: #FDF6FE;
}
.TagClassName
{
border-color: #FDF6FE;
}
</style>