Shades of Lavender Blush #FEE3F0
Tints of Lavender Blush #FEE3F0
RGB
CMYK
RGB Variations
Color information
#FEE3F0 (or 0xFEE3F0) is known color: Lavender Blush. HEX triplet: FE, E3 and F0. RGB value is (254,227,240). Sum of RGB (Red+Green+Blue) = 254+227+240=721 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.23% from 721); Green value is 227 (89.06% from 255 or 31.48% from 721); Blue value is 240 (94.14% from 255 or 33.29% from 721); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE3F0 is #011C0F. Grayscale: #ECECEC. Windows color (decimal): -72720 or 15787006. OLE color: 15787006.
HSL color Cylindrical-coordinate representation of color #FEE3F0: hue angle of 331.11º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FEE3F0 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 227 | 240 | - |
CMYK | 0 | 0.11 | 0.06 | 0.00 |
HSL | 331.11º | 0.93% | 0.94% | - |
HSV(B) | 331.11º | 0.11% | 1% | - |
XYZ | 84.07 | 82.3 | 93.89 | - |
YUV | 236.56 | 129.95 | 140.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 227 | 240 | 0 | 0.11 | 0.06 | 0.00 | 331.11 | 0.93 | 0.94 |
Hex | FE | E3 | F0 | 0 | B | 6 | 0 | 14B | 5D | 5E |
Octal | 376 | 343 | 360 | 0 | 13 | 6 | 0 | 513 | 135 | 136 |
Binary | 11111110 | 11100011 | 11110000 | 0 | 1011 | 110 | 0 | 101001011 | 1011101 | 1011110 |
Color Harmonies of #FEE3F0
Complementary color
Monochromatic Colors of #FEE3F0
Black with #FEE3F0
Text Example
Text Example
White with #FEE3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE3F0; }
p { color: rgb(254,227,240); }
H1.HeaderClassName
{
color: #FEE3F0;
}
.AnyTagClassName
{
color: #FEE3F0;
}
</style>
background-color css
<style>
a { background-color: #FEE3F0; }
a { background-color: rgb(254,227,240); }
div.DivClassName
{
background-color: #FEE3F0;
}
.BgClassName
{
background-color: #FEE3F0;
}
</style>
border-color css
<style>
span { border-color: #FEE3F0; }
span { border-color: rgb(254,227,240); }
td.TdClassName
{
border-color: #FEE3F0;
}
.TagClassName
{
border-color: #FEE3F0;
}
</style>