Shades of Lavender Blush #FDE0F3
Tints of Lavender Blush #FDE0F3
RGB
CMYK
RGB Variations
Color information
#FDE0F3 (or 0xFDE0F3) is known color: Lavender Blush. HEX triplet: FD, E0 and F3. RGB value is (253,224,243). Sum of RGB (Red+Green+Blue) = 253+224+243=720 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.14% from 720); Green value is 224 (87.89% from 255 or 31.11% from 720); Blue value is 243 (95.31% from 255 or 33.75% from 720); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE0F3 is #021F0C. Grayscale: #EAEAEA. Windows color (decimal): -139021 or 15982845. OLE color: 15982845.
HSL color Cylindrical-coordinate representation of color #FDE0F3: hue angle of 320.69º 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 #FDE0F3 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 243 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.01 |
| HSL | 320.69º | 0.88% | 0.94% | - |
| HSV(B) | 320.69º | 0.11% | 0.99% | - |
| XYZ | 83.34 | 80.67 | 95.97 | - |
| YUV | 234.84 | 132.61 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 243 | 0 | 0.11 | 0.04 | 0.01 | 320.69 | 0.88 | 0.94 |
| Hex | FD | E0 | F3 | 0 | B | 4 | 1 | 141 | 58 | 5E |
| Octal | 375 | 340 | 363 | 0 | 13 | 4 | 1 | 501 | 130 | 136 |
| Binary | 11111101 | 11100000 | 11110011 | 0 | 1011 | 100 | 1 | 101000001 | 1011000 | 1011110 |
Color Harmonies of #FDE0F3
Complementary color
Monochromatic Colors of #FDE0F3
Black with #FDE0F3
Text Example
Text Example
White with #FDE0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE0F3; }
p { color: rgb(253,224,243); }
H1.HeaderClassName
{
color: #FDE0F3;
}
.AnyTagClassName
{
color: #FDE0F3;
}
</style>
background-color css
<style>
a { background-color: #FDE0F3; }
a { background-color: rgb(253,224,243); }
div.DivClassName
{
background-color: #FDE0F3;
}
.BgClassName
{
background-color: #FDE0F3;
}
</style>
border-color css
<style>
span { border-color: #FDE0F3; }
span { border-color: rgb(253,224,243); }
td.TdClassName
{
border-color: #FDE0F3;
}
.TagClassName
{
border-color: #FDE0F3;
}
</style>