Shades of Lavender Blush #FFE5F1
Tints of Lavender Blush #FFE5F1
RGB
CMYK
RGB Variations
Color information
#FFE5F1 (or 0xFFE5F1) is known color: Lavender Blush. HEX triplet: FF, E5 and F1. RGB value is (255,229,241). Sum of RGB (Red+Green+Blue) = 255+229+241=725 (96% of max value = 765). Red value is 255 (100% from 255 or 35.17% from 725); Green value is 229 (89.84% from 255 or 31.59% from 725); Blue value is 241 (94.53% from 255 or 33.24% from 725); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE5F1 is #001A0E. Grayscale: #EEEEEE. Windows color (decimal): -6671 or 15853055. OLE color: 15853055.
HSL color Cylindrical-coordinate representation of color #FFE5F1: hue angle of 332.31º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FFE5F1 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 241 | - |
| CMYK | 0 | 0.10 | 0.05 | 0 |
| HSL | 332.31º | 1% | 0.95% | - |
| HSV(B) | 332.31º | 0.1% | 1% | - |
| XYZ | 85.14 | 83.65 | 94.88 | - |
| YUV | 238.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 241 | 0 | 0.10 | 0.05 | 0 | 332.31 | 1 | 0.95 |
| Hex | FF | E5 | F1 | 0 | A | 5 | 0 | 14C | 64 | 5F |
| Octal | 377 | 345 | 361 | 0 | 12 | 5 | 0 | 514 | 144 | 137 |
| Binary | 11111111 | 11100101 | 11110001 | 0 | 1010 | 101 | 0 | 101001100 | 1100100 | 1011111 |
Color Harmonies of #FFE5F1
Complementary color
Monochromatic Colors of #FFE5F1
Black with #FFE5F1
Text Example
Text Example
White with #FFE5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5F1; }
p { color: rgb(255,229,241); }
H1.HeaderClassName
{
color: #FFE5F1;
}
.AnyTagClassName
{
color: #FFE5F1;
}
</style>
background-color css
<style>
a { background-color: #FFE5F1; }
a { background-color: rgb(255,229,241); }
div.DivClassName
{
background-color: #FFE5F1;
}
.BgClassName
{
background-color: #FFE5F1;
}
</style>
border-color css
<style>
span { border-color: #FFE5F1; }
span { border-color: rgb(255,229,241); }
td.TdClassName
{
border-color: #FFE5F1;
}
.TagClassName
{
border-color: #FFE5F1;
}
</style>