Shades of Lavender Blush #FDE7F5
Tints of Lavender Blush #FDE7F5
RGB
CMYK
RGB Variations
Color information
#FDE7F5 (or 0xFDE7F5) is known color: Lavender Blush. HEX triplet: FD, E7 and F5. RGB value is (253,231,245). Sum of RGB (Red+Green+Blue) = 253+231+245=729 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.71% from 729); Green value is 231 (90.62% from 255 or 31.69% from 729); Blue value is 245 (96.09% from 255 or 33.61% from 729); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE7F5 is #02180A. Grayscale: #EFEFEF. Windows color (decimal): -137227 or 16115709. OLE color: 16115709.
HSL color Cylindrical-coordinate representation of color #FDE7F5: hue angle of 321.82º degrees, saturation: 0.85, 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 #FDE7F5 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 245 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.01 |
| HSL | 321.82º | 0.85% | 0.95% | - |
| HSV(B) | 321.82º | 0.09% | 0.99% | - |
| XYZ | 85.57 | 84.63 | 98.21 | - |
| YUV | 239.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 245 | 0 | 0.09 | 0.03 | 0.01 | 321.82 | 0.85 | 0.95 |
| Hex | FD | E7 | F5 | 0 | 9 | 3 | 1 | 142 | 55 | 5F |
| Octal | 375 | 347 | 365 | 0 | 11 | 3 | 1 | 502 | 125 | 137 |
| Binary | 11111101 | 11100111 | 11110101 | 0 | 1001 | 11 | 1 | 101000010 | 1010101 | 1011111 |
Color Harmonies of #FDE7F5
Complementary color
Monochromatic Colors of #FDE7F5
Black with #FDE7F5
Text Example
Text Example
White with #FDE7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE7F5; }
p { color: rgb(253,231,245); }
H1.HeaderClassName
{
color: #FDE7F5;
}
.AnyTagClassName
{
color: #FDE7F5;
}
</style>
background-color css
<style>
a { background-color: #FDE7F5; }
a { background-color: rgb(253,231,245); }
div.DivClassName
{
background-color: #FDE7F5;
}
.BgClassName
{
background-color: #FDE7F5;
}
</style>
border-color css
<style>
span { border-color: #FDE7F5; }
span { border-color: rgb(253,231,245); }
td.TdClassName
{
border-color: #FDE7F5;
}
.TagClassName
{
border-color: #FDE7F5;
}
</style>