Shades of Lavender Blush #FDE3F4
Tints of Lavender Blush #FDE3F4
RGB
CMYK
RGB Variations
Color information
#FDE3F4 (or 0xFDE3F4) is known color: Lavender Blush. HEX triplet: FD, E3 and F4. RGB value is (253,227,244). Sum of RGB (Red+Green+Blue) = 253+227+244=724 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.94% from 724); Green value is 227 (89.06% from 255 or 31.35% from 724); Blue value is 244 (95.70% from 255 or 33.70% from 724); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE3F4 is #021C0B. Grayscale: #ECECEC. Windows color (decimal): -138252 or 16049149. OLE color: 16049149.
HSL color Cylindrical-coordinate representation of color #FDE3F4: hue angle of 320.77º 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 #FDE3F4 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 227 | 244 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.01 |
| HSL | 320.77º | 0.87% | 0.94% | - |
| HSV(B) | 320.77º | 0.1% | 0.99% | - |
| XYZ | 84.31 | 82.35 | 97.04 | - |
| YUV | 236.71 | 132.11 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 227 | 244 | 0 | 0.10 | 0.04 | 0.01 | 320.77 | 0.87 | 0.94 |
| Hex | FD | E3 | F4 | 0 | A | 4 | 1 | 141 | 57 | 5E |
| Octal | 375 | 343 | 364 | 0 | 12 | 4 | 1 | 501 | 127 | 136 |
| Binary | 11111101 | 11100011 | 11110100 | 0 | 1010 | 100 | 1 | 101000001 | 1010111 | 1011110 |
Color Harmonies of #FDE3F4
Complementary color
Monochromatic Colors of #FDE3F4
Black with #FDE3F4
Text Example
Text Example
White with #FDE3F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE3F4; }
p { color: rgb(253,227,244); }
H1.HeaderClassName
{
color: #FDE3F4;
}
.AnyTagClassName
{
color: #FDE3F4;
}
</style>
background-color css
<style>
a { background-color: #FDE3F4; }
a { background-color: rgb(253,227,244); }
div.DivClassName
{
background-color: #FDE3F4;
}
.BgClassName
{
background-color: #FDE3F4;
}
</style>
border-color css
<style>
span { border-color: #FDE3F4; }
span { border-color: rgb(253,227,244); }
td.TdClassName
{
border-color: #FDE3F4;
}
.TagClassName
{
border-color: #FDE3F4;
}
</style>