Shades of Lavender Blush #FEE8F9
Tints of Lavender Blush #FEE8F9
RGB
CMYK
RGB Variations
Color information
#FEE8F9 (or 0xFEE8F9) is known color: Lavender Blush. HEX triplet: FE, E8 and F9. RGB value is (254,232,249). Sum of RGB (Red+Green+Blue) = 254+232+249=735 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.56% from 735); Green value is 232 (91.02% from 255 or 31.56% from 735); Blue value is 249 (97.66% from 255 or 33.88% from 735); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE8F9 is #011706. Grayscale: #F0F0F0. Windows color (decimal): -71431 or 16378110. OLE color: 16378110.
HSL color Cylindrical-coordinate representation of color #FEE8F9: hue angle of 313.64º 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 #FEE8F9 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 232 | 249 | - |
CMYK | 0 | 0.09 | 0.02 | 0.00 |
HSL | 313.64º | 0.92% | 0.95% | - |
HSV(B) | 313.64º | 0.09% | 1% | - |
XYZ | 86.83 | 85.62 | 101.57 | - |
YUV | 240.52 | 132.79 | 137.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 232 | 249 | 0 | 0.09 | 0.02 | 0.00 | 313.64 | 0.92 | 0.95 |
Hex | FE | E8 | F9 | 0 | 9 | 2 | 0 | 13A | 5C | 5F |
Octal | 376 | 350 | 371 | 0 | 11 | 2 | 0 | 472 | 134 | 137 |
Binary | 11111110 | 11101000 | 11111001 | 0 | 1001 | 10 | 0 | 100111010 | 1011100 | 1011111 |
Color Harmonies of #FEE8F9
Complementary color
Monochromatic Colors of #FEE8F9
Black with #FEE8F9
Text Example
Text Example
White with #FEE8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE8F9; }
p { color: rgb(254,232,249); }
H1.HeaderClassName
{
color: #FEE8F9;
}
.AnyTagClassName
{
color: #FEE8F9;
}
</style>
background-color css
<style>
a { background-color: #FEE8F9; }
a { background-color: rgb(254,232,249); }
div.DivClassName
{
background-color: #FEE8F9;
}
.BgClassName
{
background-color: #FEE8F9;
}
</style>
border-color css
<style>
span { border-color: #FEE8F9; }
span { border-color: rgb(254,232,249); }
td.TdClassName
{
border-color: #FEE8F9;
}
.TagClassName
{
border-color: #FEE8F9;
}
</style>