Shades of Lavender Blush #FFE9F1
Tints of Lavender Blush #FFE9F1
RGB
CMYK
RGB Variations
Color information
#FFE9F1 (or 0xFFE9F1) is known color: Lavender Blush. HEX triplet: FF, E9 and F1. RGB value is (255,233,241). Sum of RGB (Red+Green+Blue) = 255+233+241=729 (96% of max value = 765). Red value is 255 (100% from 255 or 34.98% from 729); Green value is 233 (91.41% from 255 or 31.96% from 729); Blue value is 241 (94.53% from 255 or 33.06% from 729); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE9F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE9F1 is #00160E. Grayscale: #F0F0F0. Windows color (decimal): -5647 or 15854079. OLE color: 15854079.
HSL color Cylindrical-coordinate representation of color #FFE9F1: hue angle of 338.18º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FFE9F1 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 241 | - |
| CMYK | 0 | 0.09 | 0.05 | 0 |
| HSL | 338.18º | 1% | 0.96% | - |
| HSV(B) | 338.18º | 0.09% | 1% | - |
| XYZ | 86.26 | 85.89 | 95.25 | - |
| YUV | 240.49 | 128.29 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 241 | 0 | 0.09 | 0.05 | 0 | 338.18 | 1 | 0.96 |
| Hex | FF | E9 | F1 | 0 | 9 | 5 | 0 | 152 | 64 | 60 |
| Octal | 377 | 351 | 361 | 0 | 11 | 5 | 0 | 522 | 144 | 140 |
| Binary | 11111111 | 11101001 | 11110001 | 0 | 1001 | 101 | 0 | 101010010 | 1100100 | 1100000 |
Color Harmonies of #FFE9F1
Complementary color
Monochromatic Colors of #FFE9F1
Black with #FFE9F1
Text Example
Text Example
White with #FFE9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE9F1; }
p { color: rgb(255,233,241); }
H1.HeaderClassName
{
color: #FFE9F1;
}
.AnyTagClassName
{
color: #FFE9F1;
}
</style>
background-color css
<style>
a { background-color: #FFE9F1; }
a { background-color: rgb(255,233,241); }
div.DivClassName
{
background-color: #FFE9F1;
}
.BgClassName
{
background-color: #FFE9F1;
}
</style>
border-color css
<style>
span { border-color: #FFE9F1; }
span { border-color: rgb(255,233,241); }
td.TdClassName
{
border-color: #FFE9F1;
}
.TagClassName
{
border-color: #FFE9F1;
}
</style>