Shades of Lavender Blush #FDE6F0
Tints of Lavender Blush #FDE6F0
RGB
CMYK
RGB Variations
Color information
#FDE6F0 (or 0xFDE6F0) is known color: Lavender Blush. HEX triplet: FD, E6 and F0. RGB value is (253,230,240). Sum of RGB (Red+Green+Blue) = 253+230+240=723 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.99% from 723); Green value is 230 (90.23% from 255 or 31.81% from 723); Blue value is 240 (94.14% from 255 or 33.20% from 723); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE6F0 is #02190F. Grayscale: #EDEDED. Windows color (decimal): -137488 or 15787773. OLE color: 15787773.
HSL color Cylindrical-coordinate representation of color #FDE6F0: hue angle of 333.91º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FDE6F0 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 240 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.01 |
| HSL | 333.91º | 0.85% | 0.95% | - |
| HSV(B) | 333.91º | 0.09% | 0.99% | - |
| XYZ | 84.53 | 83.77 | 94.15 | - |
| YUV | 238.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 240 | 0 | 0.09 | 0.05 | 0.01 | 333.91 | 0.85 | 0.95 |
| Hex | FD | E6 | F0 | 0 | 9 | 5 | 1 | 14E | 55 | 5F |
| Octal | 375 | 346 | 360 | 0 | 11 | 5 | 1 | 516 | 125 | 137 |
| Binary | 11111101 | 11100110 | 11110000 | 0 | 1001 | 101 | 1 | 101001110 | 1010101 | 1011111 |
Color Harmonies of #FDE6F0
Complementary color
Monochromatic Colors of #FDE6F0
Black with #FDE6F0
Text Example
Text Example
White with #FDE6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE6F0; }
p { color: rgb(253,230,240); }
H1.HeaderClassName
{
color: #FDE6F0;
}
.AnyTagClassName
{
color: #FDE6F0;
}
</style>
background-color css
<style>
a { background-color: #FDE6F0; }
a { background-color: rgb(253,230,240); }
div.DivClassName
{
background-color: #FDE6F0;
}
.BgClassName
{
background-color: #FDE6F0;
}
</style>
border-color css
<style>
span { border-color: #FDE6F0; }
span { border-color: rgb(253,230,240); }
td.TdClassName
{
border-color: #FDE6F0;
}
.TagClassName
{
border-color: #FDE6F0;
}
</style>