Shades of Lavender Blush #FEE8F5
Tints of Lavender Blush #FEE8F5
RGB
CMYK
RGB Variations
Color information
#FEE8F5 (or 0xFEE8F5) is known color: Lavender Blush. HEX triplet: FE, E8 and F5. RGB value is (254,232,245). Sum of RGB (Red+Green+Blue) = 254+232+245=731 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.75% from 731); Green value is 232 (91.02% from 255 or 31.74% from 731); Blue value is 245 (96.09% from 255 or 33.52% from 731); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE8F5 is #01170A. Grayscale: #F0F0F0. Windows color (decimal): -71435 or 16115966. OLE color: 16115966.
HSL color Cylindrical-coordinate representation of color #FEE8F5: hue angle of 324.55º 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 #FEE8F5 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 232 | 245 | - |
CMYK | 0 | 0.09 | 0.04 | 0.00 |
HSL | 324.55º | 0.92% | 0.95% | - |
HSV(B) | 324.55º | 0.09% | 1% | - |
XYZ | 86.21 | 85.38 | 98.32 | - |
YUV | 240.06 | 130.79 | 137.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 232 | 245 | 0 | 0.09 | 0.04 | 0.00 | 324.55 | 0.92 | 0.95 |
Hex | FE | E8 | F5 | 0 | 9 | 4 | 0 | 145 | 5C | 5F |
Octal | 376 | 350 | 365 | 0 | 11 | 4 | 0 | 505 | 134 | 137 |
Binary | 11111110 | 11101000 | 11110101 | 0 | 1001 | 100 | 0 | 101000101 | 1011100 | 1011111 |
Color Harmonies of #FEE8F5
Complementary color
Monochromatic Colors of #FEE8F5
Black with #FEE8F5
Text Example
Text Example
White with #FEE8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE8F5; }
p { color: rgb(254,232,245); }
H1.HeaderClassName
{
color: #FEE8F5;
}
.AnyTagClassName
{
color: #FEE8F5;
}
</style>
background-color css
<style>
a { background-color: #FEE8F5; }
a { background-color: rgb(254,232,245); }
div.DivClassName
{
background-color: #FEE8F5;
}
.BgClassName
{
background-color: #FEE8F5;
}
</style>
border-color css
<style>
span { border-color: #FEE8F5; }
span { border-color: rgb(254,232,245); }
td.TdClassName
{
border-color: #FEE8F5;
}
.TagClassName
{
border-color: #FEE8F5;
}
</style>