Shades of Lavender Blush #FDE0F4
Tints of Lavender Blush #FDE0F4
RGB
CMYK
RGB Variations
Color information
#FDE0F4 (or 0xFDE0F4) is known color: Lavender Blush. HEX triplet: FD, E0 and F4. RGB value is (253,224,244). Sum of RGB (Red+Green+Blue) = 253+224+244=721 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.09% from 721); Green value is 224 (87.89% from 255 or 31.07% from 721); Blue value is 244 (95.70% from 255 or 33.84% from 721); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE0F4 is #021F0B. Grayscale: #EAEAEA. Windows color (decimal): -139020 or 16048381. OLE color: 16048381.
HSL color Cylindrical-coordinate representation of color #FDE0F4: hue angle of 318.62º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDE0F4 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 244 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.01 |
| HSL | 318.62º | 0.88% | 0.94% | - |
| HSV(B) | 318.62º | 0.11% | 0.99% | - |
| XYZ | 83.49 | 80.73 | 96.77 | - |
| YUV | 234.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 244 | 0 | 0.11 | 0.04 | 0.01 | 318.62 | 0.88 | 0.94 |
| Hex | FD | E0 | F4 | 0 | B | 4 | 1 | 13F | 58 | 5E |
| Octal | 375 | 340 | 364 | 0 | 13 | 4 | 1 | 477 | 130 | 136 |
| Binary | 11111101 | 11100000 | 11110100 | 0 | 1011 | 100 | 1 | 100111111 | 1011000 | 1011110 |
Color Harmonies of #FDE0F4
Complementary color
Monochromatic Colors of #FDE0F4
Black with #FDE0F4
Text Example
Text Example
White with #FDE0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE0F4; }
p { color: rgb(253,224,244); }
H1.HeaderClassName
{
color: #FDE0F4;
}
.AnyTagClassName
{
color: #FDE0F4;
}
</style>
background-color css
<style>
a { background-color: #FDE0F4; }
a { background-color: rgb(253,224,244); }
div.DivClassName
{
background-color: #FDE0F4;
}
.BgClassName
{
background-color: #FDE0F4;
}
</style>
border-color css
<style>
span { border-color: #FDE0F4; }
span { border-color: rgb(253,224,244); }
td.TdClassName
{
border-color: #FDE0F4;
}
.TagClassName
{
border-color: #FDE0F4;
}
</style>