Shades of Lavender Blush #FDE4F1
Tints of Lavender Blush #FDE4F1
RGB
CMYK
RGB Variations
Color information
#FDE4F1 (or 0xFDE4F1) is known color: Lavender Blush. HEX triplet: FD, E4 and F1. RGB value is (253,228,241). Sum of RGB (Red+Green+Blue) = 253+228+241=722 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.04% from 722); Green value is 228 (89.45% from 255 or 31.58% from 722); Blue value is 241 (94.53% from 255 or 33.38% from 722); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE4F1 is #021B0E. Grayscale: #ECECEC. Windows color (decimal): -137999 or 15852797. OLE color: 15852797.
HSL color Cylindrical-coordinate representation of color #FDE4F1: hue angle of 328.8º degrees, saturation: 0.86, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FDE4F1 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 241 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.01 |
| HSL | 328.8º | 0.86% | 0.94% | - |
| HSV(B) | 328.8º | 0.1% | 0.99% | - |
| XYZ | 84.13 | 82.72 | 94.75 | - |
| YUV | 236.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 241 | 0 | 0.10 | 0.05 | 0.01 | 328.8 | 0.86 | 0.94 |
| Hex | FD | E4 | F1 | 0 | A | 5 | 1 | 149 | 56 | 5E |
| Octal | 375 | 344 | 361 | 0 | 12 | 5 | 1 | 511 | 126 | 136 |
| Binary | 11111101 | 11100100 | 11110001 | 0 | 1010 | 101 | 1 | 101001001 | 1010110 | 1011110 |
Color Harmonies of #FDE4F1
Complementary color
Monochromatic Colors of #FDE4F1
Black with #FDE4F1
Text Example
Text Example
White with #FDE4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE4F1; }
p { color: rgb(253,228,241); }
H1.HeaderClassName
{
color: #FDE4F1;
}
.AnyTagClassName
{
color: #FDE4F1;
}
</style>
background-color css
<style>
a { background-color: #FDE4F1; }
a { background-color: rgb(253,228,241); }
div.DivClassName
{
background-color: #FDE4F1;
}
.BgClassName
{
background-color: #FDE4F1;
}
</style>
border-color css
<style>
span { border-color: #FDE4F1; }
span { border-color: rgb(253,228,241); }
td.TdClassName
{
border-color: #FDE4F1;
}
.TagClassName
{
border-color: #FDE4F1;
}
</style>