Shades of Lavender Blush #FFE2F1
Tints of Lavender Blush #FFE2F1
RGB
CMYK
RGB Variations
Color information
#FFE2F1 (or 0xFFE2F1) is known color: Lavender Blush. HEX triplet: FF, E2 and F1. RGB value is (255,226,241). Sum of RGB (Red+Green+Blue) = 255+226+241=722 (95% of max value = 765). Red value is 255 (100% from 255 or 35.32% from 722); Green value is 226 (88.67% from 255 or 31.30% from 722); Blue value is 241 (94.53% from 255 or 33.38% from 722); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE2F1 is #001D0E. Grayscale: #ECECEC. Windows color (decimal): -7439 or 15852287. OLE color: 15852287.
HSL color Cylindrical-coordinate representation of color #FFE2F1: hue angle of 328.97º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FFE2F1 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 241 | - |
| CMYK | 0 | 0.11 | 0.05 | 0 |
| HSL | 328.97º | 1% | 0.94% | - |
| HSV(B) | 328.97º | 0.11% | 1% | - |
| XYZ | 84.31 | 82 | 94.6 | - |
| YUV | 236.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 241 | 0 | 0.11 | 0.05 | 0 | 328.97 | 1 | 0.94 |
| Hex | FF | E2 | F1 | 0 | B | 5 | 0 | 149 | 64 | 5E |
| Octal | 377 | 342 | 361 | 0 | 13 | 5 | 0 | 511 | 144 | 136 |
| Binary | 11111111 | 11100010 | 11110001 | 0 | 1011 | 101 | 0 | 101001001 | 1100100 | 1011110 |
Color Harmonies of #FFE2F1
Complementary color
Monochromatic Colors of #FFE2F1
Black with #FFE2F1
Text Example
Text Example
White with #FFE2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE2F1; }
p { color: rgb(255,226,241); }
H1.HeaderClassName
{
color: #FFE2F1;
}
.AnyTagClassName
{
color: #FFE2F1;
}
</style>
background-color css
<style>
a { background-color: #FFE2F1; }
a { background-color: rgb(255,226,241); }
div.DivClassName
{
background-color: #FFE2F1;
}
.BgClassName
{
background-color: #FFE2F1;
}
</style>
border-color css
<style>
span { border-color: #FFE2F1; }
span { border-color: rgb(255,226,241); }
td.TdClassName
{
border-color: #FFE2F1;
}
.TagClassName
{
border-color: #FFE2F1;
}
</style>