Shades of Lavender Blush #FEE9F0
Tints of Lavender Blush #FEE9F0
RGB
CMYK
RGB Variations
Color information
#FEE9F0 (or 0xFEE9F0) is known color: Lavender Blush. HEX triplet: FE, E9 and F0. RGB value is (254,233,240). Sum of RGB (Red+Green+Blue) = 254+233+240=727 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.94% from 727); Green value is 233 (91.41% from 255 or 32.05% from 727); Blue value is 240 (94.14% from 255 or 33.01% from 727); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE9F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE9F0 is #01160F. Grayscale: #F0F0F0. Windows color (decimal): -71184 or 15788542. OLE color: 15788542.
HSL color Cylindrical-coordinate representation of color #FEE9F0: hue angle of 340º degrees, saturation: 0.91, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FEE9F0 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 233 | 240 | - |
CMYK | 0 | 0.08 | 0.06 | 0.00 |
HSL | 340º | 0.91% | 0.95% | - |
HSV(B) | 340º | 0.08% | 1% | - |
XYZ | 85.74 | 85.64 | 94.45 | - |
YUV | 240.08 | 127.96 | 137.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 233 | 240 | 0 | 0.08 | 0.06 | 0.00 | 340 | 0.91 | 0.95 |
Hex | FE | E9 | F0 | 0 | 8 | 6 | 0 | 154 | 5B | 5F |
Octal | 376 | 351 | 360 | 0 | 10 | 6 | 0 | 524 | 133 | 137 |
Binary | 11111110 | 11101001 | 11110000 | 0 | 1000 | 110 | 0 | 101010100 | 1011011 | 1011111 |
Color Harmonies of #FEE9F0
Complementary color
Monochromatic Colors of #FEE9F0
Black with #FEE9F0
Text Example
Text Example
White with #FEE9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE9F0; }
p { color: rgb(254,233,240); }
H1.HeaderClassName
{
color: #FEE9F0;
}
.AnyTagClassName
{
color: #FEE9F0;
}
</style>
background-color css
<style>
a { background-color: #FEE9F0; }
a { background-color: rgb(254,233,240); }
div.DivClassName
{
background-color: #FEE9F0;
}
.BgClassName
{
background-color: #FEE9F0;
}
</style>
border-color css
<style>
span { border-color: #FEE9F0; }
span { border-color: rgb(254,233,240); }
td.TdClassName
{
border-color: #FEE9F0;
}
.TagClassName
{
border-color: #FEE9F0;
}
</style>