Shades of Lavender Blush #FEE1F2
Tints of Lavender Blush #FEE1F2
RGB
CMYK
RGB Variations
Color information
#FEE1F2 (or 0xFEE1F2) is known color: Lavender Blush. HEX triplet: FE, E1 and F2. RGB value is (254,225,242). Sum of RGB (Red+Green+Blue) = 254+225+242=721 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.23% from 721); Green value is 225 (88.28% from 255 or 31.21% from 721); Blue value is 242 (94.92% from 255 or 33.56% from 721); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE1F2 is #011E0D. Grayscale: #EBEBEB. Windows color (decimal): -73230 or 15917566. OLE color: 15917566.
HSL color Cylindrical-coordinate representation of color #FEE1F2: hue angle of 324.83º 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 #FEE1F2 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 242 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.00 |
| HSL | 324.83º | 0.94% | 0.94% | - |
| HSV(B) | 324.83º | 0.11% | 1% | - |
| XYZ | 83.83 | 81.33 | 95.29 | - |
| YUV | 235.61 | 131.61 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 242 | 0 | 0.11 | 0.05 | 0.00 | 324.83 | 0.94 | 0.94 |
| Hex | FE | E1 | F2 | 0 | B | 5 | 0 | 145 | 5E | 5E |
| Octal | 376 | 341 | 362 | 0 | 13 | 5 | 0 | 505 | 136 | 136 |
| Binary | 11111110 | 11100001 | 11110010 | 0 | 1011 | 101 | 0 | 101000101 | 1011110 | 1011110 |
Color Harmonies of #FEE1F2
Complementary color
Monochromatic Colors of #FEE1F2
Black with #FEE1F2
Text Example
Text Example
White with #FEE1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE1F2; }
p { color: rgb(254,225,242); }
H1.HeaderClassName
{
color: #FEE1F2;
}
.AnyTagClassName
{
color: #FEE1F2;
}
</style>
background-color css
<style>
a { background-color: #FEE1F2; }
a { background-color: rgb(254,225,242); }
div.DivClassName
{
background-color: #FEE1F2;
}
.BgClassName
{
background-color: #FEE1F2;
}
</style>
border-color css
<style>
span { border-color: #FEE1F2; }
span { border-color: rgb(254,225,242); }
td.TdClassName
{
border-color: #FEE1F2;
}
.TagClassName
{
border-color: #FEE1F2;
}
</style>