Shades of Lavender Blush #FDE4F7
Tints of Lavender Blush #FDE4F7
RGB
CMYK
RGB Variations
Color information
#FDE4F7 (or 0xFDE4F7) is known color: Lavender Blush. HEX triplet: FD, E4 and F7. RGB value is (253,228,247). Sum of RGB (Red+Green+Blue) = 253+228+247=728 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.75% from 728); Green value is 228 (89.45% from 255 or 31.32% from 728); Blue value is 247 (96.88% from 255 or 33.93% from 728); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE4F7 is #021B08. Grayscale: #EDEDED. Windows color (decimal): -137993 or 16246013. OLE color: 16246013.
HSL color Cylindrical-coordinate representation of color #FDE4F7: hue angle of 314.4º degrees, saturation: 0.86, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FDE4F7 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 247 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.01 |
| HSL | 314.4º | 0.86% | 0.94% | - |
| HSV(B) | 314.4º | 0.1% | 0.99% | - |
| XYZ | 85.04 | 83.08 | 99.55 | - |
| YUV | 237.64 | 133.28 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 247 | 0 | 0.10 | 0.02 | 0.01 | 314.4 | 0.86 | 0.94 |
| Hex | FD | E4 | F7 | 0 | A | 2 | 1 | 13A | 56 | 5E |
| Octal | 375 | 344 | 367 | 0 | 12 | 2 | 1 | 472 | 126 | 136 |
| Binary | 11111101 | 11100100 | 11110111 | 0 | 1010 | 10 | 1 | 100111010 | 1010110 | 1011110 |
Color Harmonies of #FDE4F7
Complementary color
Monochromatic Colors of #FDE4F7
Black with #FDE4F7
Text Example
Text Example
White with #FDE4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE4F7; }
p { color: rgb(253,228,247); }
H1.HeaderClassName
{
color: #FDE4F7;
}
.AnyTagClassName
{
color: #FDE4F7;
}
</style>
background-color css
<style>
a { background-color: #FDE4F7; }
a { background-color: rgb(253,228,247); }
div.DivClassName
{
background-color: #FDE4F7;
}
.BgClassName
{
background-color: #FDE4F7;
}
</style>
border-color css
<style>
span { border-color: #FDE4F7; }
span { border-color: rgb(253,228,247); }
td.TdClassName
{
border-color: #FDE4F7;
}
.TagClassName
{
border-color: #FDE4F7;
}
</style>