Shades of Lavender Blush #FEE9F9
Tints of Lavender Blush #FEE9F9
RGB
CMYK
RGB Variations
Color information
#FEE9F9 (or 0xFEE9F9) is known color: Lavender Blush. HEX triplet: FE, E9 and F9. RGB value is (254,233,249). Sum of RGB (Red+Green+Blue) = 254+233+249=736 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.51% from 736); Green value is 233 (91.41% from 255 or 31.66% from 736); Blue value is 249 (97.66% from 255 or 33.83% from 736); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE9F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE9F9 is #011606. Grayscale: #F1F1F1. Windows color (decimal): -71175 or 16378366. OLE color: 16378366.
HSL color Cylindrical-coordinate representation of color #FEE9F9: hue angle of 314.29º 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 #FEE9F9 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 233 | 249 | - |
CMYK | 0 | 0.08 | 0.02 | 0.00 |
HSL | 314.29º | 0.91% | 0.95% | - |
HSV(B) | 314.29º | 0.08% | 1% | - |
XYZ | 87.11 | 86.19 | 101.67 | - |
YUV | 241.1 | 132.46 | 137.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 233 | 249 | 0 | 0.08 | 0.02 | 0.00 | 314.29 | 0.91 | 0.95 |
Hex | FE | E9 | F9 | 0 | 8 | 2 | 0 | 13A | 5B | 5F |
Octal | 376 | 351 | 371 | 0 | 10 | 2 | 0 | 472 | 133 | 137 |
Binary | 11111110 | 11101001 | 11111001 | 0 | 1000 | 10 | 0 | 100111010 | 1011011 | 1011111 |
Color Harmonies of #FEE9F9
Complementary color
Monochromatic Colors of #FEE9F9
Black with #FEE9F9
Text Example
Text Example
White with #FEE9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE9F9; }
p { color: rgb(254,233,249); }
H1.HeaderClassName
{
color: #FEE9F9;
}
.AnyTagClassName
{
color: #FEE9F9;
}
</style>
background-color css
<style>
a { background-color: #FEE9F9; }
a { background-color: rgb(254,233,249); }
div.DivClassName
{
background-color: #FEE9F9;
}
.BgClassName
{
background-color: #FEE9F9;
}
</style>
border-color css
<style>
span { border-color: #FEE9F9; }
span { border-color: rgb(254,233,249); }
td.TdClassName
{
border-color: #FEE9F9;
}
.TagClassName
{
border-color: #FEE9F9;
}
</style>