Shades of Lavender Blush #FDE8EF
Tints of Lavender Blush #FDE8EF
RGB
CMYK
RGB Variations
Color information
#FDE8EF (or 0xFDE8EF) is known color: Lavender Blush. HEX triplet: FD, E8 and EF. RGB value is (253,232,239). Sum of RGB (Red+Green+Blue) = 253+232+239=724 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.94% from 724); Green value is 232 (91.02% from 255 or 32.04% from 724); Blue value is 239 (93.75% from 255 or 33.01% from 724); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE8EF is #021710. Grayscale: #EFEFEF. Windows color (decimal): -136977 or 15722749. OLE color: 15722749.
HSL color Cylindrical-coordinate representation of color #FDE8EF: hue angle of 340º degrees, saturation: 0.84, 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 #FDE8EF is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 232 | 239 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.01 |
| HSL | 340º | 0.84% | 0.95% | - |
| HSV(B) | 340º | 0.08% | 0.99% | - |
| XYZ | 84.94 | 84.83 | 93.56 | - |
| YUV | 239.08 | 127.96 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 232 | 239 | 0 | 0.08 | 0.06 | 0.01 | 340 | 0.84 | 0.95 |
| Hex | FD | E8 | EF | 0 | 8 | 6 | 1 | 154 | 54 | 5F |
| Octal | 375 | 350 | 357 | 0 | 10 | 6 | 1 | 524 | 124 | 137 |
| Binary | 11111101 | 11101000 | 11101111 | 0 | 1000 | 110 | 1 | 101010100 | 1010100 | 1011111 |
Color Harmonies of #FDE8EF
Complementary color
Monochromatic Colors of #FDE8EF
Black with #FDE8EF
Text Example
Text Example
White with #FDE8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE8EF; }
p { color: rgb(253,232,239); }
H1.HeaderClassName
{
color: #FDE8EF;
}
.AnyTagClassName
{
color: #FDE8EF;
}
</style>
background-color css
<style>
a { background-color: #FDE8EF; }
a { background-color: rgb(253,232,239); }
div.DivClassName
{
background-color: #FDE8EF;
}
.BgClassName
{
background-color: #FDE8EF;
}
</style>
border-color css
<style>
span { border-color: #FDE8EF; }
span { border-color: rgb(253,232,239); }
td.TdClassName
{
border-color: #FDE8EF;
}
.TagClassName
{
border-color: #FDE8EF;
}
</style>