Shades of Lavender Blush #FDE4F4
Tints of Lavender Blush #FDE4F4
RGB
CMYK
RGB Variations
Color information
#FDE4F4 (or 0xFDE4F4) is known color: Lavender Blush. HEX triplet: FD, E4 and F4. RGB value is (253,228,244). Sum of RGB (Red+Green+Blue) = 253+228+244=725 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.90% from 725); Green value is 228 (89.45% from 255 or 31.45% from 725); Blue value is 244 (95.70% from 255 or 33.66% from 725); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE4F4 is #021B0B. Grayscale: #EDEDED. Windows color (decimal): -137996 or 16049405. OLE color: 16049405.
HSL color Cylindrical-coordinate representation of color #FDE4F4: hue angle of 321.6º 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 #FDE4F4 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 244 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.01 |
| HSL | 321.6º | 0.86% | 0.94% | - |
| HSV(B) | 321.6º | 0.1% | 0.99% | - |
| XYZ | 84.58 | 82.9 | 97.13 | - |
| YUV | 237.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 244 | 0 | 0.10 | 0.04 | 0.01 | 321.6 | 0.86 | 0.94 |
| Hex | FD | E4 | F4 | 0 | A | 4 | 1 | 142 | 56 | 5E |
| Octal | 375 | 344 | 364 | 0 | 12 | 4 | 1 | 502 | 126 | 136 |
| Binary | 11111101 | 11100100 | 11110100 | 0 | 1010 | 100 | 1 | 101000010 | 1010110 | 1011110 |
Color Harmonies of #FDE4F4
Complementary color
Monochromatic Colors of #FDE4F4
Black with #FDE4F4
Text Example
Text Example
White with #FDE4F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE4F4; }
p { color: rgb(253,228,244); }
H1.HeaderClassName
{
color: #FDE4F4;
}
.AnyTagClassName
{
color: #FDE4F4;
}
</style>
background-color css
<style>
a { background-color: #FDE4F4; }
a { background-color: rgb(253,228,244); }
div.DivClassName
{
background-color: #FDE4F4;
}
.BgClassName
{
background-color: #FDE4F4;
}
</style>
border-color css
<style>
span { border-color: #FDE4F4; }
span { border-color: rgb(253,228,244); }
td.TdClassName
{
border-color: #FDE4F4;
}
.TagClassName
{
border-color: #FDE4F4;
}
</style>