Shades of Lavender Blush #FEE1F1
Tints of Lavender Blush #FEE1F1
RGB
CMYK
RGB Variations
Color information
#FEE1F1 (or 0xFEE1F1) is known color: Lavender Blush. HEX triplet: FE, E1 and F1. RGB value is (254,225,241). Sum of RGB (Red+Green+Blue) = 254+225+241=720 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.28% from 720); Green value is 225 (88.28% from 255 or 31.25% from 720); Blue value is 241 (94.53% from 255 or 33.47% from 720); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE1F1 is #011E0E. Grayscale: #EBEBEB. Windows color (decimal): -73231 or 15852030. OLE color: 15852030.
HSL color Cylindrical-coordinate representation of color #FEE1F1: hue angle of 326.9º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FEE1F1 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 241 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.00 |
| HSL | 326.9º | 0.94% | 0.94% | - |
| HSV(B) | 326.9º | 0.11% | 1% | - |
| XYZ | 83.68 | 81.27 | 94.5 | - |
| YUV | 235.5 | 131.11 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 241 | 0 | 0.11 | 0.05 | 0.00 | 326.9 | 0.94 | 0.94 |
| Hex | FE | E1 | F1 | 0 | B | 5 | 0 | 147 | 5E | 5E |
| Octal | 376 | 341 | 361 | 0 | 13 | 5 | 0 | 507 | 136 | 136 |
| Binary | 11111110 | 11100001 | 11110001 | 0 | 1011 | 101 | 0 | 101000111 | 1011110 | 1011110 |
Color Harmonies of #FEE1F1
Complementary color
Monochromatic Colors of #FEE1F1
Black with #FEE1F1
Text Example
Text Example
White with #FEE1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE1F1; }
p { color: rgb(254,225,241); }
H1.HeaderClassName
{
color: #FEE1F1;
}
.AnyTagClassName
{
color: #FEE1F1;
}
</style>
background-color css
<style>
a { background-color: #FEE1F1; }
a { background-color: rgb(254,225,241); }
div.DivClassName
{
background-color: #FEE1F1;
}
.BgClassName
{
background-color: #FEE1F1;
}
</style>
border-color css
<style>
span { border-color: #FEE1F1; }
span { border-color: rgb(254,225,241); }
td.TdClassName
{
border-color: #FEE1F1;
}
.TagClassName
{
border-color: #FEE1F1;
}
</style>