Shades of Lavender Blush #FEE8F0
Tints of Lavender Blush #FEE8F0
RGB
CMYK
RGB Variations
Color information
#FEE8F0 (or 0xFEE8F0) is known color: Lavender Blush. HEX triplet: FE, E8 and F0. RGB value is (254,232,240). Sum of RGB (Red+Green+Blue) = 254+232+240=726 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.99% from 726); Green value is 232 (91.02% from 255 or 31.96% from 726); Blue value is 240 (94.14% from 255 or 33.06% from 726); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE8F0 is #01170F. Grayscale: #EFEFEF. Windows color (decimal): -71440 or 15788286. OLE color: 15788286.
HSL color Cylindrical-coordinate representation of color #FEE8F0: hue angle of 338.18º 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 #FEE8F0 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 232 | 240 | - |
CMYK | 0 | 0.09 | 0.06 | 0.00 |
HSL | 338.18º | 0.92% | 0.95% | - |
HSV(B) | 338.18º | 0.09% | 1% | - |
XYZ | 85.46 | 85.08 | 94.36 | - |
YUV | 239.49 | 128.29 | 138.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 232 | 240 | 0 | 0.09 | 0.06 | 0.00 | 338.18 | 0.92 | 0.95 |
Hex | FE | E8 | F0 | 0 | 9 | 6 | 0 | 152 | 5C | 5F |
Octal | 376 | 350 | 360 | 0 | 11 | 6 | 0 | 522 | 134 | 137 |
Binary | 11111110 | 11101000 | 11110000 | 0 | 1001 | 110 | 0 | 101010010 | 1011100 | 1011111 |
Color Harmonies of #FEE8F0
Complementary color
Monochromatic Colors of #FEE8F0
Black with #FEE8F0
Text Example
Text Example
White with #FEE8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE8F0; }
p { color: rgb(254,232,240); }
H1.HeaderClassName
{
color: #FEE8F0;
}
.AnyTagClassName
{
color: #FEE8F0;
}
</style>
background-color css
<style>
a { background-color: #FEE8F0; }
a { background-color: rgb(254,232,240); }
div.DivClassName
{
background-color: #FEE8F0;
}
.BgClassName
{
background-color: #FEE8F0;
}
</style>
border-color css
<style>
span { border-color: #FEE8F0; }
span { border-color: rgb(254,232,240); }
td.TdClassName
{
border-color: #FEE8F0;
}
.TagClassName
{
border-color: #FEE8F0;
}
</style>