Shades of Lavender Blush #FEE4F1
Tints of Lavender Blush #FEE4F1
RGB
CMYK
RGB Variations
Color information
#FEE4F1 (or 0xFEE4F1) is known color: Lavender Blush. HEX triplet: FE, E4 and F1. RGB value is (254,228,241). Sum of RGB (Red+Green+Blue) = 254+228+241=723 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.13% from 723); Green value is 228 (89.45% from 255 or 31.54% from 723); Blue value is 241 (94.53% from 255 or 33.33% from 723); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE4F1 is #011B0E. Grayscale: #EDEDED. Windows color (decimal): -72463 or 15852798. OLE color: 15852798.
HSL color Cylindrical-coordinate representation of color #FEE4F1: hue angle of 330º 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 #FEE4F1 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 228 | 241 | - |
CMYK | 0 | 0.10 | 0.05 | 0.00 |
HSL | 330º | 0.93% | 0.95% | - |
HSV(B) | 330º | 0.1% | 1% | - |
XYZ | 84.49 | 82.91 | 94.77 | - |
YUV | 237.26 | 130.11 | 139.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 228 | 241 | 0 | 0.10 | 0.05 | 0.00 | 330 | 0.93 | 0.95 |
Hex | FE | E4 | F1 | 0 | A | 5 | 0 | 14A | 5D | 5F |
Octal | 376 | 344 | 361 | 0 | 12 | 5 | 0 | 512 | 135 | 137 |
Binary | 11111110 | 11100100 | 11110001 | 0 | 1010 | 101 | 0 | 101001010 | 1011101 | 1011111 |
Color Harmonies of #FEE4F1
Complementary color
Monochromatic Colors of #FEE4F1
Black with #FEE4F1
Text Example
Text Example
White with #FEE4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE4F1; }
p { color: rgb(254,228,241); }
H1.HeaderClassName
{
color: #FEE4F1;
}
.AnyTagClassName
{
color: #FEE4F1;
}
</style>
background-color css
<style>
a { background-color: #FEE4F1; }
a { background-color: rgb(254,228,241); }
div.DivClassName
{
background-color: #FEE4F1;
}
.BgClassName
{
background-color: #FEE4F1;
}
</style>
border-color css
<style>
span { border-color: #FEE4F1; }
span { border-color: rgb(254,228,241); }
td.TdClassName
{
border-color: #FEE4F1;
}
.TagClassName
{
border-color: #FEE4F1;
}
</style>