Shades of Lavender Blush #FDE5F8
Tints of Lavender Blush #FDE5F8
RGB
CMYK
RGB Variations
Color information
#FDE5F8 (or 0xFDE5F8) is known color: Lavender Blush. HEX triplet: FD, E5 and F8. RGB value is (253,229,248). Sum of RGB (Red+Green+Blue) = 253+229+248=730 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.66% from 730); Green value is 229 (89.84% from 255 or 31.37% from 730); Blue value is 248 (97.27% from 255 or 33.97% from 730); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE5F8 is #021A07. Grayscale: #EEEEEE. Windows color (decimal): -137736 or 16311805. OLE color: 16311805.
HSL color Cylindrical-coordinate representation of color #FDE5F8: hue angle of 312.5º degrees, saturation: 0.86, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FDE5F8 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 248 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.01 |
| HSL | 312.5º | 0.86% | 0.95% | - |
| HSV(B) | 312.5º | 0.09% | 0.99% | - |
| XYZ | 85.47 | 83.7 | 100.46 | - |
| YUV | 238.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 248 | 0 | 0.09 | 0.02 | 0.01 | 312.5 | 0.86 | 0.95 |
| Hex | FD | E5 | F8 | 0 | 9 | 2 | 1 | 138 | 56 | 5F |
| Octal | 375 | 345 | 370 | 0 | 11 | 2 | 1 | 470 | 126 | 137 |
| Binary | 11111101 | 11100101 | 11111000 | 0 | 1001 | 10 | 1 | 100111000 | 1010110 | 1011111 |
Color Harmonies of #FDE5F8
Complementary color
Monochromatic Colors of #FDE5F8
Black with #FDE5F8
Text Example
Text Example
White with #FDE5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE5F8; }
p { color: rgb(253,229,248); }
H1.HeaderClassName
{
color: #FDE5F8;
}
.AnyTagClassName
{
color: #FDE5F8;
}
</style>
background-color css
<style>
a { background-color: #FDE5F8; }
a { background-color: rgb(253,229,248); }
div.DivClassName
{
background-color: #FDE5F8;
}
.BgClassName
{
background-color: #FDE5F8;
}
</style>
border-color css
<style>
span { border-color: #FDE5F8; }
span { border-color: rgb(253,229,248); }
td.TdClassName
{
border-color: #FDE5F8;
}
.TagClassName
{
border-color: #FDE5F8;
}
</style>