Shades of Lavender Blush #FDE0F6
Tints of Lavender Blush #FDE0F6
RGB
CMYK
RGB Variations
Color information
#FDE0F6 (or 0xFDE0F6) is known color: Lavender Blush. HEX triplet: FD, E0 and F6. RGB value is (253,224,246). Sum of RGB (Red+Green+Blue) = 253+224+246=723 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.99% from 723); Green value is 224 (87.89% from 255 or 30.98% from 723); Blue value is 246 (96.48% from 255 or 34.02% from 723); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE0F6 is #021F09. Grayscale: #EBEBEB. Windows color (decimal): -139018 or 16179453. OLE color: 16179453.
HSL color Cylindrical-coordinate representation of color #FDE0F6: hue angle of 314.48º 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 #FDE0F6 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 246 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.01 |
| HSL | 314.48º | 0.88% | 0.94% | - |
| HSV(B) | 314.48º | 0.11% | 0.99% | - |
| XYZ | 83.8 | 80.85 | 98.38 | - |
| YUV | 235.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 246 | 0 | 0.11 | 0.03 | 0.01 | 314.48 | 0.88 | 0.94 |
| Hex | FD | E0 | F6 | 0 | B | 3 | 1 | 13A | 58 | 5E |
| Octal | 375 | 340 | 366 | 0 | 13 | 3 | 1 | 472 | 130 | 136 |
| Binary | 11111101 | 11100000 | 11110110 | 0 | 1011 | 11 | 1 | 100111010 | 1011000 | 1011110 |
Color Harmonies of #FDE0F6
Complementary color
Monochromatic Colors of #FDE0F6
Black with #FDE0F6
Text Example
Text Example
White with #FDE0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE0F6; }
p { color: rgb(253,224,246); }
H1.HeaderClassName
{
color: #FDE0F6;
}
.AnyTagClassName
{
color: #FDE0F6;
}
</style>
background-color css
<style>
a { background-color: #FDE0F6; }
a { background-color: rgb(253,224,246); }
div.DivClassName
{
background-color: #FDE0F6;
}
.BgClassName
{
background-color: #FDE0F6;
}
</style>
border-color css
<style>
span { border-color: #FDE0F6; }
span { border-color: rgb(253,224,246); }
td.TdClassName
{
border-color: #FDE0F6;
}
.TagClassName
{
border-color: #FDE0F6;
}
</style>