Shades of Lavender Blush #FEE8F1
Tints of Lavender Blush #FEE8F1
RGB
CMYK
RGB Variations
Color information
#FEE8F1 (or 0xFEE8F1) is known color: Lavender Blush. HEX triplet: FE, E8 and F1. RGB value is (254,232,241). Sum of RGB (Red+Green+Blue) = 254+232+241=727 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.94% from 727); Green value is 232 (91.02% from 255 or 31.91% from 727); Blue value is 241 (94.53% from 255 or 33.15% from 727); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE8F1 is #01170E. Grayscale: #EFEFEF. Windows color (decimal): -71439 or 15853822. OLE color: 15853822.
HSL color Cylindrical-coordinate representation of color #FEE8F1: hue angle of 335.45º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FEE8F1 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 232 | 241 | - |
CMYK | 0 | 0.09 | 0.05 | 0.00 |
HSL | 335.45º | 0.92% | 0.95% | - |
HSV(B) | 335.45º | 0.09% | 1% | - |
XYZ | 85.61 | 85.13 | 95.14 | - |
YUV | 239.6 | 128.79 | 138.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 232 | 241 | 0 | 0.09 | 0.05 | 0.00 | 335.45 | 0.92 | 0.95 |
Hex | FE | E8 | F1 | 0 | 9 | 5 | 0 | 14F | 5C | 5F |
Octal | 376 | 350 | 361 | 0 | 11 | 5 | 0 | 517 | 134 | 137 |
Binary | 11111110 | 11101000 | 11110001 | 0 | 1001 | 101 | 0 | 101001111 | 1011100 | 1011111 |
Color Harmonies of #FEE8F1
Complementary color
Monochromatic Colors of #FEE8F1
Black with #FEE8F1
Text Example
Text Example
White with #FEE8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE8F1; }
p { color: rgb(254,232,241); }
H1.HeaderClassName
{
color: #FEE8F1;
}
.AnyTagClassName
{
color: #FEE8F1;
}
</style>
background-color css
<style>
a { background-color: #FEE8F1; }
a { background-color: rgb(254,232,241); }
div.DivClassName
{
background-color: #FEE8F1;
}
.BgClassName
{
background-color: #FEE8F1;
}
</style>
border-color css
<style>
span { border-color: #FEE8F1; }
span { border-color: rgb(254,232,241); }
td.TdClassName
{
border-color: #FEE8F1;
}
.TagClassName
{
border-color: #FEE8F1;
}
</style>