Shades of Lavender Blush #FDE6F1
Tints of Lavender Blush #FDE6F1
RGB
CMYK
RGB Variations
Color information
#FDE6F1 (or 0xFDE6F1) is known color: Lavender Blush. HEX triplet: FD, E6 and F1. RGB value is (253,230,241). Sum of RGB (Red+Green+Blue) = 253+230+241=724 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.94% from 724); Green value is 230 (90.23% from 255 or 31.77% from 724); Blue value is 241 (94.53% from 255 or 33.29% from 724); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE6F1 is #02190E. Grayscale: #EEEEEE. Windows color (decimal): -137487 or 15853309. OLE color: 15853309.
HSL color Cylindrical-coordinate representation of color #FDE6F1: hue angle of 331.3º 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 #FDE6F1 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 241 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.01 |
| HSL | 331.3º | 0.85% | 0.95% | - |
| HSV(B) | 331.3º | 0.09% | 0.99% | - |
| XYZ | 84.68 | 83.83 | 94.94 | - |
| YUV | 238.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 241 | 0 | 0.09 | 0.05 | 0.01 | 331.3 | 0.85 | 0.95 |
| Hex | FD | E6 | F1 | 0 | 9 | 5 | 1 | 14B | 55 | 5F |
| Octal | 375 | 346 | 361 | 0 | 11 | 5 | 1 | 513 | 125 | 137 |
| Binary | 11111101 | 11100110 | 11110001 | 0 | 1001 | 101 | 1 | 101001011 | 1010101 | 1011111 |
Color Harmonies of #FDE6F1
Complementary color
Monochromatic Colors of #FDE6F1
Black with #FDE6F1
Text Example
Text Example
White with #FDE6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE6F1; }
p { color: rgb(253,230,241); }
H1.HeaderClassName
{
color: #FDE6F1;
}
.AnyTagClassName
{
color: #FDE6F1;
}
</style>
background-color css
<style>
a { background-color: #FDE6F1; }
a { background-color: rgb(253,230,241); }
div.DivClassName
{
background-color: #FDE6F1;
}
.BgClassName
{
background-color: #FDE6F1;
}
</style>
border-color css
<style>
span { border-color: #FDE6F1; }
span { border-color: rgb(253,230,241); }
td.TdClassName
{
border-color: #FDE6F1;
}
.TagClassName
{
border-color: #FDE6F1;
}
</style>