Shades of Lavender Blush #FDE7F1
Tints of Lavender Blush #FDE7F1
RGB
CMYK
RGB Variations
Color information
#FDE7F1 (or 0xFDE7F1) is known color: Lavender Blush. HEX triplet: FD, E7 and F1. RGB value is (253,231,241). Sum of RGB (Red+Green+Blue) = 253+231+241=725 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.90% from 725); Green value is 231 (90.62% from 255 or 31.86% from 725); Blue value is 241 (94.53% from 255 or 33.24% from 725); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE7F1 is #02180E. Grayscale: #EEEEEE. Windows color (decimal): -137231 or 15853565. OLE color: 15853565.
HSL color Cylindrical-coordinate representation of color #FDE7F1: hue angle of 332.73º 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 #FDE7F1 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 241 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.01 |
| HSL | 332.73º | 0.85% | 0.95% | - |
| HSV(B) | 332.73º | 0.09% | 0.99% | - |
| XYZ | 84.96 | 84.39 | 95.03 | - |
| YUV | 238.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 241 | 0 | 0.09 | 0.05 | 0.01 | 332.73 | 0.85 | 0.95 |
| Hex | FD | E7 | F1 | 0 | 9 | 5 | 1 | 14D | 55 | 5F |
| Octal | 375 | 347 | 361 | 0 | 11 | 5 | 1 | 515 | 125 | 137 |
| Binary | 11111101 | 11100111 | 11110001 | 0 | 1001 | 101 | 1 | 101001101 | 1010101 | 1011111 |
Color Harmonies of #FDE7F1
Complementary color
Monochromatic Colors of #FDE7F1
Black with #FDE7F1
Text Example
Text Example
White with #FDE7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE7F1; }
p { color: rgb(253,231,241); }
H1.HeaderClassName
{
color: #FDE7F1;
}
.AnyTagClassName
{
color: #FDE7F1;
}
</style>
background-color css
<style>
a { background-color: #FDE7F1; }
a { background-color: rgb(253,231,241); }
div.DivClassName
{
background-color: #FDE7F1;
}
.BgClassName
{
background-color: #FDE7F1;
}
</style>
border-color css
<style>
span { border-color: #FDE7F1; }
span { border-color: rgb(253,231,241); }
td.TdClassName
{
border-color: #FDE7F1;
}
.TagClassName
{
border-color: #FDE7F1;
}
</style>