Shades of Lavender Blush #FEE0F5
Tints of Lavender Blush #FEE0F5
RGB
CMYK
RGB Variations
Color information
#FEE0F5 (or 0xFEE0F5) is known color: Lavender Blush. HEX triplet: FE, E0 and F5. RGB value is (254,224,245). Sum of RGB (Red+Green+Blue) = 254+224+245=723 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.13% from 723); Green value is 224 (87.89% from 255 or 30.98% from 723); Blue value is 245 (96.09% from 255 or 33.89% from 723); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE0F5 is #011F0A. Grayscale: #EBEBEB. Windows color (decimal): -73483 or 16113918. OLE color: 16113918.
HSL color Cylindrical-coordinate representation of color #FEE0F5: hue angle of 318º 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 #FEE0F5 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 245 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.00 |
| HSL | 318º | 0.94% | 0.94% | - |
| HSV(B) | 318º | 0.12% | 1% | - |
| XYZ | 84.01 | 80.97 | 97.59 | - |
| YUV | 235.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 245 | 0 | 0.12 | 0.04 | 0.00 | 318 | 0.94 | 0.94 |
| Hex | FE | E0 | F5 | 0 | C | 4 | 0 | 13E | 5E | 5E |
| Octal | 376 | 340 | 365 | 0 | 14 | 4 | 0 | 476 | 136 | 136 |
| Binary | 11111110 | 11100000 | 11110101 | 0 | 1100 | 100 | 0 | 100111110 | 1011110 | 1011110 |
Color Harmonies of #FEE0F5
Complementary color
Monochromatic Colors of #FEE0F5
Black with #FEE0F5
Text Example
Text Example
White with #FEE0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE0F5; }
p { color: rgb(254,224,245); }
H1.HeaderClassName
{
color: #FEE0F5;
}
.AnyTagClassName
{
color: #FEE0F5;
}
</style>
background-color css
<style>
a { background-color: #FEE0F5; }
a { background-color: rgb(254,224,245); }
div.DivClassName
{
background-color: #FEE0F5;
}
.BgClassName
{
background-color: #FEE0F5;
}
</style>
border-color css
<style>
span { border-color: #FEE0F5; }
span { border-color: rgb(254,224,245); }
td.TdClassName
{
border-color: #FEE0F5;
}
.TagClassName
{
border-color: #FEE0F5;
}
</style>