Shades of White Lilac #FDF7FE
Tints of White Lilac #FDF7FE
RGB
CMYK
RGB Variations
Color information
#FDF7FE (or 0xFDF7FE) is known color: White Lilac. HEX triplet: FD, F7 and FE. RGB value is (253,247,254). Sum of RGB (Red+Green+Blue) = 253+247+254=754 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.55% from 754); Green value is 247 (96.88% from 255 or 32.76% from 754); Blue value is 254 (99.61% from 255 or 33.69% from 754); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDF7FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF7FE is #020801. Grayscale: #F9F9F9. Windows color (decimal): -133122 or 16709629. OLE color: 16709629.
HSL color Cylindrical-coordinate representation of color #FDF7FE: hue angle of 291.43º degrees, saturation: 0.78, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FDF7FE is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 253 | 247 | 254 | - |
CMYK | 0.00 | 0.03 | 0 | 0.00 |
HSL | 291.43º | 0.78% | 0.98% | - |
HSV(B) | 291.43º | 0.03% | 1% | - |
XYZ | 91.66 | 94.56 | 107.19 | - |
YUV | 249.59 | 130.49 | 130.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 247 | 254 | 0.00 | 0.03 | 0 | 0.00 | 291.43 | 0.78 | 0.98 |
Hex | FD | F7 | FE | 0 | 3 | 0 | 0 | 123 | 4E | 62 |
Octal | 375 | 367 | 376 | 0 | 3 | 0 | 0 | 443 | 116 | 142 |
Binary | 11111101 | 11110111 | 11111110 | 0 | 11 | 0 | 0 | 100100011 | 1001110 | 1100010 |
Color Harmonies of #FDF7FE
Complementary color
Monochromatic Colors of #FDF7FE
Black with #FDF7FE
Text Example
Text Example
White with #FDF7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF7FE; }
p { color: rgb(253,247,254); }
H1.HeaderClassName
{
color: #FDF7FE;
}
.AnyTagClassName
{
color: #FDF7FE;
}
</style>
background-color css
<style>
a { background-color: #FDF7FE; }
a { background-color: rgb(253,247,254); }
div.DivClassName
{
background-color: #FDF7FE;
}
.BgClassName
{
background-color: #FDF7FE;
}
</style>
border-color css
<style>
span { border-color: #FDF7FE; }
span { border-color: rgb(253,247,254); }
td.TdClassName
{
border-color: #FDF7FE;
}
.TagClassName
{
border-color: #FDF7FE;
}
</style>