Shades of Lavender Blush #FDE7F0
Tints of Lavender Blush #FDE7F0
RGB
CMYK
RGB Variations
Color information
#FDE7F0 (or 0xFDE7F0) is known color: Lavender Blush. HEX triplet: FD, E7 and F0. RGB value is (253,231,240). Sum of RGB (Red+Green+Blue) = 253+231+240=724 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.94% from 724); Green value is 231 (90.62% from 255 or 31.91% from 724); Blue value is 240 (94.14% from 255 or 33.15% from 724); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE7F0 is #02180F. Grayscale: #EEEEEE. Windows color (decimal): -137232 or 15788029. OLE color: 15788029.
HSL color Cylindrical-coordinate representation of color #FDE7F0: hue angle of 335.45º 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 #FDE7F0 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 240 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.01 |
| HSL | 335.45º | 0.85% | 0.95% | - |
| HSV(B) | 335.45º | 0.09% | 0.99% | - |
| XYZ | 84.81 | 84.33 | 94.24 | - |
| YUV | 238.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 240 | 0 | 0.09 | 0.05 | 0.01 | 335.45 | 0.85 | 0.95 |
| Hex | FD | E7 | F0 | 0 | 9 | 5 | 1 | 14F | 55 | 5F |
| Octal | 375 | 347 | 360 | 0 | 11 | 5 | 1 | 517 | 125 | 137 |
| Binary | 11111101 | 11100111 | 11110000 | 0 | 1001 | 101 | 1 | 101001111 | 1010101 | 1011111 |
Color Harmonies of #FDE7F0
Complementary color
Monochromatic Colors of #FDE7F0
Black with #FDE7F0
Text Example
Text Example
White with #FDE7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE7F0; }
p { color: rgb(253,231,240); }
H1.HeaderClassName
{
color: #FDE7F0;
}
.AnyTagClassName
{
color: #FDE7F0;
}
</style>
background-color css
<style>
a { background-color: #FDE7F0; }
a { background-color: rgb(253,231,240); }
div.DivClassName
{
background-color: #FDE7F0;
}
.BgClassName
{
background-color: #FDE7F0;
}
</style>
border-color css
<style>
span { border-color: #FDE7F0; }
span { border-color: rgb(253,231,240); }
td.TdClassName
{
border-color: #FDE7F0;
}
.TagClassName
{
border-color: #FDE7F0;
}
</style>