Shades of Lavender Blush #FDE8F8
Tints of Lavender Blush #FDE8F8
RGB
CMYK
RGB Variations
Color information
#FDE8F8 (or 0xFDE8F8) is known color: Lavender Blush. HEX triplet: FD, E8 and F8. RGB value is (253,232,248). Sum of RGB (Red+Green+Blue) = 253+232+248=733 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.52% from 733); Green value is 232 (91.02% from 255 or 31.65% from 733); Blue value is 248 (97.27% from 255 or 33.83% from 733); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE8F8 is #021707. Grayscale: #F0F0F0. Windows color (decimal): -136968 or 16312573. OLE color: 16312573.
HSL color Cylindrical-coordinate representation of color #FDE8F8: hue angle of 314.29º degrees, saturation: 0.84, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDE8F8 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 232 | 248 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.01 |
| HSL | 314.29º | 0.84% | 0.95% | - |
| HSV(B) | 314.29º | 0.08% | 0.99% | - |
| XYZ | 86.31 | 85.37 | 100.74 | - |
| YUV | 240.1 | 132.46 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 232 | 248 | 0 | 0.08 | 0.02 | 0.01 | 314.29 | 0.84 | 0.95 |
| Hex | FD | E8 | F8 | 0 | 8 | 2 | 1 | 13A | 54 | 5F |
| Octal | 375 | 350 | 370 | 0 | 10 | 2 | 1 | 472 | 124 | 137 |
| Binary | 11111101 | 11101000 | 11111000 | 0 | 1000 | 10 | 1 | 100111010 | 1010100 | 1011111 |
Color Harmonies of #FDE8F8
Complementary color
Monochromatic Colors of #FDE8F8
Black with #FDE8F8
Text Example
Text Example
White with #FDE8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE8F8; }
p { color: rgb(253,232,248); }
H1.HeaderClassName
{
color: #FDE8F8;
}
.AnyTagClassName
{
color: #FDE8F8;
}
</style>
background-color css
<style>
a { background-color: #FDE8F8; }
a { background-color: rgb(253,232,248); }
div.DivClassName
{
background-color: #FDE8F8;
}
.BgClassName
{
background-color: #FDE8F8;
}
</style>
border-color css
<style>
span { border-color: #FDE8F8; }
span { border-color: rgb(253,232,248); }
td.TdClassName
{
border-color: #FDE8F8;
}
.TagClassName
{
border-color: #FDE8F8;
}
</style>