Shades of Lavender Blush #FDE3F1
Tints of Lavender Blush #FDE3F1
RGB
CMYK
RGB Variations
Color information
#FDE3F1 (or 0xFDE3F1) is known color: Lavender Blush. HEX triplet: FD, E3 and F1. RGB value is (253,227,241). Sum of RGB (Red+Green+Blue) = 253+227+241=721 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.09% from 721); Green value is 227 (89.06% from 255 or 31.48% from 721); Blue value is 241 (94.53% from 255 or 33.43% from 721); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE3F1 is #021C0E. Grayscale: #ECECEC. Windows color (decimal): -138255 or 15852541. OLE color: 15852541.
HSL color Cylindrical-coordinate representation of color #FDE3F1: hue angle of 327.69º degrees, saturation: 0.87, 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 #FDE3F1 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 227 | 241 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.01 |
| HSL | 327.69º | 0.87% | 0.94% | - |
| HSV(B) | 327.69º | 0.1% | 0.99% | - |
| XYZ | 83.85 | 82.17 | 94.66 | - |
| YUV | 236.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 227 | 241 | 0 | 0.10 | 0.05 | 0.01 | 327.69 | 0.87 | 0.94 |
| Hex | FD | E3 | F1 | 0 | A | 5 | 1 | 148 | 57 | 5E |
| Octal | 375 | 343 | 361 | 0 | 12 | 5 | 1 | 510 | 127 | 136 |
| Binary | 11111101 | 11100011 | 11110001 | 0 | 1010 | 101 | 1 | 101001000 | 1010111 | 1011110 |
Color Harmonies of #FDE3F1
Complementary color
Monochromatic Colors of #FDE3F1
Black with #FDE3F1
Text Example
Text Example
White with #FDE3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE3F1; }
p { color: rgb(253,227,241); }
H1.HeaderClassName
{
color: #FDE3F1;
}
.AnyTagClassName
{
color: #FDE3F1;
}
</style>
background-color css
<style>
a { background-color: #FDE3F1; }
a { background-color: rgb(253,227,241); }
div.DivClassName
{
background-color: #FDE3F1;
}
.BgClassName
{
background-color: #FDE3F1;
}
</style>
border-color css
<style>
span { border-color: #FDE3F1; }
span { border-color: rgb(253,227,241); }
td.TdClassName
{
border-color: #FDE3F1;
}
.TagClassName
{
border-color: #FDE3F1;
}
</style>