Shades of Lavender Blush #FDE9EF
Tints of Lavender Blush #FDE9EF
RGB
CMYK
RGB Variations
Color information
#FDE9EF (or 0xFDE9EF) is known color: Lavender Blush. HEX triplet: FD, E9 and EF. RGB value is (253,233,239). Sum of RGB (Red+Green+Blue) = 253+233+239=725 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.90% from 725); Green value is 233 (91.41% from 255 or 32.14% from 725); Blue value is 239 (93.75% from 255 or 32.97% from 725); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE9EF is #021610. Grayscale: #EFEFEF. Windows color (decimal): -136721 or 15723005. OLE color: 15723005.
HSL color Cylindrical-coordinate representation of color #FDE9EF: hue angle of 342º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDE9EF is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 233 | 239 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.01 |
| HSL | 342º | 0.83% | 0.95% | - |
| HSV(B) | 342º | 0.08% | 0.99% | - |
| XYZ | 85.23 | 85.39 | 93.65 | - |
| YUV | 239.66 | 127.63 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 233 | 239 | 0 | 0.08 | 0.06 | 0.01 | 342 | 0.83 | 0.95 |
| Hex | FD | E9 | EF | 0 | 8 | 6 | 1 | 156 | 53 | 5F |
| Octal | 375 | 351 | 357 | 0 | 10 | 6 | 1 | 526 | 123 | 137 |
| Binary | 11111101 | 11101001 | 11101111 | 0 | 1000 | 110 | 1 | 101010110 | 1010011 | 1011111 |
Color Harmonies of #FDE9EF
Complementary color
Monochromatic Colors of #FDE9EF
Black with #FDE9EF
Text Example
Text Example
White with #FDE9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE9EF; }
p { color: rgb(253,233,239); }
H1.HeaderClassName
{
color: #FDE9EF;
}
.AnyTagClassName
{
color: #FDE9EF;
}
</style>
background-color css
<style>
a { background-color: #FDE9EF; }
a { background-color: rgb(253,233,239); }
div.DivClassName
{
background-color: #FDE9EF;
}
.BgClassName
{
background-color: #FDE9EF;
}
</style>
border-color css
<style>
span { border-color: #FDE9EF; }
span { border-color: rgb(253,233,239); }
td.TdClassName
{
border-color: #FDE9EF;
}
.TagClassName
{
border-color: #FDE9EF;
}
</style>