Shades of Lavender Blush #FDE3F5
Tints of Lavender Blush #FDE3F5
RGB
CMYK
RGB Variations
Color information
#FDE3F5 (or 0xFDE3F5) is known color: Lavender Blush. HEX triplet: FD, E3 and F5. RGB value is (253,227,245). Sum of RGB (Red+Green+Blue) = 253+227+245=725 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.90% from 725); Green value is 227 (89.06% from 255 or 31.31% from 725); Blue value is 245 (96.09% from 255 or 33.79% from 725); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE3F5 is #021C0A. Grayscale: #ECECEC. Windows color (decimal): -138251 or 16114685. OLE color: 16114685.
HSL color Cylindrical-coordinate representation of color #FDE3F5: hue angle of 318.46º 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 #FDE3F5 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 227 | 245 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.01 |
| HSL | 318.46º | 0.87% | 0.94% | - |
| HSV(B) | 318.46º | 0.1% | 0.99% | - |
| XYZ | 84.46 | 82.41 | 97.84 | - |
| YUV | 236.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 227 | 245 | 0 | 0.10 | 0.03 | 0.01 | 318.46 | 0.87 | 0.94 |
| Hex | FD | E3 | F5 | 0 | A | 3 | 1 | 13E | 57 | 5E |
| Octal | 375 | 343 | 365 | 0 | 12 | 3 | 1 | 476 | 127 | 136 |
| Binary | 11111101 | 11100011 | 11110101 | 0 | 1010 | 11 | 1 | 100111110 | 1010111 | 1011110 |
Color Harmonies of #FDE3F5
Complementary color
Monochromatic Colors of #FDE3F5
Black with #FDE3F5
Text Example
Text Example
White with #FDE3F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE3F5; }
p { color: rgb(253,227,245); }
H1.HeaderClassName
{
color: #FDE3F5;
}
.AnyTagClassName
{
color: #FDE3F5;
}
</style>
background-color css
<style>
a { background-color: #FDE3F5; }
a { background-color: rgb(253,227,245); }
div.DivClassName
{
background-color: #FDE3F5;
}
.BgClassName
{
background-color: #FDE3F5;
}
</style>
border-color css
<style>
span { border-color: #FDE3F5; }
span { border-color: rgb(253,227,245); }
td.TdClassName
{
border-color: #FDE3F5;
}
.TagClassName
{
border-color: #FDE3F5;
}
</style>