Shades of Lavender Blush #FEE5F5
Tints of Lavender Blush #FEE5F5
RGB
CMYK
RGB Variations
Color information
#FEE5F5 (or 0xFEE5F5) is known color: Lavender Blush. HEX triplet: FE, E5 and F5. RGB value is (254,229,245). Sum of RGB (Red+Green+Blue) = 254+229+245=728 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.89% from 728); Green value is 229 (89.84% from 255 or 31.46% from 728); Blue value is 245 (96.09% from 255 or 33.65% from 728); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE5F5 is #011A0A. Grayscale: #EEEEEE. Windows color (decimal): -72203 or 16115198. OLE color: 16115198.
HSL color Cylindrical-coordinate representation of color #FEE5F5: hue angle of 321.6º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FEE5F5 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 245 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.00 |
| HSL | 321.6º | 0.93% | 0.95% | - |
| HSV(B) | 321.6º | 0.1% | 1% | - |
| XYZ | 85.37 | 83.7 | 98.04 | - |
| YUV | 238.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 245 | 0 | 0.10 | 0.04 | 0.00 | 321.6 | 0.93 | 0.95 |
| Hex | FE | E5 | F5 | 0 | A | 4 | 0 | 142 | 5D | 5F |
| Octal | 376 | 345 | 365 | 0 | 12 | 4 | 0 | 502 | 135 | 137 |
| Binary | 11111110 | 11100101 | 11110101 | 0 | 1010 | 100 | 0 | 101000010 | 1011101 | 1011111 |
Color Harmonies of #FEE5F5
Complementary color
Monochromatic Colors of #FEE5F5
Black with #FEE5F5
Text Example
Text Example
White with #FEE5F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5F5; }
p { color: rgb(254,229,245); }
H1.HeaderClassName
{
color: #FEE5F5;
}
.AnyTagClassName
{
color: #FEE5F5;
}
</style>
background-color css
<style>
a { background-color: #FEE5F5; }
a { background-color: rgb(254,229,245); }
div.DivClassName
{
background-color: #FEE5F5;
}
.BgClassName
{
background-color: #FEE5F5;
}
</style>
border-color css
<style>
span { border-color: #FEE5F5; }
span { border-color: rgb(254,229,245); }
td.TdClassName
{
border-color: #FEE5F5;
}
.TagClassName
{
border-color: #FEE5F5;
}
</style>