Shades of Lavender Blush #FEE0F3
Tints of Lavender Blush #FEE0F3
RGB
CMYK
RGB Variations
Color information
#FEE0F3 (or 0xFEE0F3) is known color: Lavender Blush. HEX triplet: FE, E0 and F3. RGB value is (254,224,243). Sum of RGB (Red+Green+Blue) = 254+224+243=721 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.23% from 721); Green value is 224 (87.89% from 255 or 31.07% from 721); Blue value is 243 (95.31% from 255 or 33.70% from 721); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE0F3 is #011F0C. Grayscale: #EBEBEB. Windows color (decimal): -73485 or 15982846. OLE color: 15982846.
HSL color Cylindrical-coordinate representation of color #FEE0F3: hue angle of 322º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEE0F3 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 243 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.00 |
| HSL | 322º | 0.94% | 0.94% | - |
| HSV(B) | 322º | 0.12% | 1% | - |
| XYZ | 83.71 | 80.85 | 95.99 | - |
| YUV | 235.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 243 | 0 | 0.12 | 0.04 | 0.00 | 322 | 0.94 | 0.94 |
| Hex | FE | E0 | F3 | 0 | C | 4 | 0 | 142 | 5E | 5E |
| Octal | 376 | 340 | 363 | 0 | 14 | 4 | 0 | 502 | 136 | 136 |
| Binary | 11111110 | 11100000 | 11110011 | 0 | 1100 | 100 | 0 | 101000010 | 1011110 | 1011110 |
Color Harmonies of #FEE0F3
Complementary color
Monochromatic Colors of #FEE0F3
Black with #FEE0F3
Text Example
Text Example
White with #FEE0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE0F3; }
p { color: rgb(254,224,243); }
H1.HeaderClassName
{
color: #FEE0F3;
}
.AnyTagClassName
{
color: #FEE0F3;
}
</style>
background-color css
<style>
a { background-color: #FEE0F3; }
a { background-color: rgb(254,224,243); }
div.DivClassName
{
background-color: #FEE0F3;
}
.BgClassName
{
background-color: #FEE0F3;
}
</style>
border-color css
<style>
span { border-color: #FEE0F3; }
span { border-color: rgb(254,224,243); }
td.TdClassName
{
border-color: #FEE0F3;
}
.TagClassName
{
border-color: #FEE0F3;
}
</style>