Shades of Lavender Blush #FDE3F0
Tints of Lavender Blush #FDE3F0
RGB
CMYK
RGB Variations
Color information
#FDE3F0 (or 0xFDE3F0) is known color: Lavender Blush. HEX triplet: FD, E3 and F0. RGB value is (253,227,240). Sum of RGB (Red+Green+Blue) = 253+227+240=720 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.14% from 720); Green value is 227 (89.06% from 255 or 31.53% from 720); Blue value is 240 (94.14% from 255 or 33.33% from 720); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE3F0 is #021C0F. Grayscale: #ECECEC. Windows color (decimal): -138256 or 15787005. OLE color: 15787005.
HSL color Cylindrical-coordinate representation of color #FDE3F0: hue angle of 330º 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 #FDE3F0 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 227 | 240 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.01 |
| HSL | 330º | 0.87% | 0.94% | - |
| HSV(B) | 330º | 0.1% | 0.99% | - |
| XYZ | 83.71 | 82.11 | 93.88 | - |
| YUV | 236.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 227 | 240 | 0 | 0.10 | 0.05 | 0.01 | 330 | 0.87 | 0.94 |
| Hex | FD | E3 | F0 | 0 | A | 5 | 1 | 14A | 57 | 5E |
| Octal | 375 | 343 | 360 | 0 | 12 | 5 | 1 | 512 | 127 | 136 |
| Binary | 11111101 | 11100011 | 11110000 | 0 | 1010 | 101 | 1 | 101001010 | 1010111 | 1011110 |
Color Harmonies of #FDE3F0
Complementary color
Monochromatic Colors of #FDE3F0
Black with #FDE3F0
Text Example
Text Example
White with #FDE3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE3F0; }
p { color: rgb(253,227,240); }
H1.HeaderClassName
{
color: #FDE3F0;
}
.AnyTagClassName
{
color: #FDE3F0;
}
</style>
background-color css
<style>
a { background-color: #FDE3F0; }
a { background-color: rgb(253,227,240); }
div.DivClassName
{
background-color: #FDE3F0;
}
.BgClassName
{
background-color: #FDE3F0;
}
</style>
border-color css
<style>
span { border-color: #FDE3F0; }
span { border-color: rgb(253,227,240); }
td.TdClassName
{
border-color: #FDE3F0;
}
.TagClassName
{
border-color: #FDE3F0;
}
</style>