Shades of Lavender Blush #FDE5F0
Tints of Lavender Blush #FDE5F0
RGB
CMYK
RGB Variations
Color information
#FDE5F0 (or 0xFDE5F0) is known color: Lavender Blush. HEX triplet: FD, E5 and F0. RGB value is (253,229,240). Sum of RGB (Red+Green+Blue) = 253+229+240=722 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.04% from 722); Green value is 229 (89.84% from 255 or 31.72% from 722); Blue value is 240 (94.14% from 255 or 33.24% from 722); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE5F0 is #021A0F. Grayscale: #EDEDED. Windows color (decimal): -137744 or 15787517. OLE color: 15787517.
HSL color Cylindrical-coordinate representation of color #FDE5F0: hue angle of 332.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 #FDE5F0 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 240 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.01 |
| HSL | 332.5º | 0.86% | 0.95% | - |
| HSV(B) | 332.5º | 0.09% | 0.99% | - |
| XYZ | 84.26 | 83.21 | 94.06 | - |
| YUV | 237.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 240 | 0 | 0.09 | 0.05 | 0.01 | 332.5 | 0.86 | 0.95 |
| Hex | FD | E5 | F0 | 0 | 9 | 5 | 1 | 14C | 56 | 5F |
| Octal | 375 | 345 | 360 | 0 | 11 | 5 | 1 | 514 | 126 | 137 |
| Binary | 11111101 | 11100101 | 11110000 | 0 | 1001 | 101 | 1 | 101001100 | 1010110 | 1011111 |
Color Harmonies of #FDE5F0
Complementary color
Monochromatic Colors of #FDE5F0
Black with #FDE5F0
Text Example
Text Example
White with #FDE5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE5F0; }
p { color: rgb(253,229,240); }
H1.HeaderClassName
{
color: #FDE5F0;
}
.AnyTagClassName
{
color: #FDE5F0;
}
</style>
background-color css
<style>
a { background-color: #FDE5F0; }
a { background-color: rgb(253,229,240); }
div.DivClassName
{
background-color: #FDE5F0;
}
.BgClassName
{
background-color: #FDE5F0;
}
</style>
border-color css
<style>
span { border-color: #FDE5F0; }
span { border-color: rgb(253,229,240); }
td.TdClassName
{
border-color: #FDE5F0;
}
.TagClassName
{
border-color: #FDE5F0;
}
</style>