Shades of Lavender Blush #FEE9F5
Tints of Lavender Blush #FEE9F5
RGB
CMYK
RGB Variations
Color information
#FEE9F5 (or 0xFEE9F5) is known color: Lavender Blush. HEX triplet: FE, E9 and F5. RGB value is (254,233,245). Sum of RGB (Red+Green+Blue) = 254+233+245=732 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.70% from 732); Green value is 233 (91.41% from 255 or 31.83% from 732); Blue value is 245 (96.09% from 255 or 33.47% from 732); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE9F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE9F5 is #01160A. Grayscale: #F0F0F0. Windows color (decimal): -71179 or 16116222. OLE color: 16116222.
HSL color Cylindrical-coordinate representation of color #FEE9F5: hue angle of 325.71º 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 #FEE9F5 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 233 | 245 | - |
CMYK | 0 | 0.08 | 0.04 | 0.00 |
HSL | 325.71º | 0.91% | 0.95% | - |
HSV(B) | 325.71º | 0.08% | 1% | - |
XYZ | 86.49 | 85.94 | 98.42 | - |
YUV | 240.65 | 130.46 | 137.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 233 | 245 | 0 | 0.08 | 0.04 | 0.00 | 325.71 | 0.91 | 0.95 |
Hex | FE | E9 | F5 | 0 | 8 | 4 | 0 | 146 | 5B | 5F |
Octal | 376 | 351 | 365 | 0 | 10 | 4 | 0 | 506 | 133 | 137 |
Binary | 11111110 | 11101001 | 11110101 | 0 | 1000 | 100 | 0 | 101000110 | 1011011 | 1011111 |
Color Harmonies of #FEE9F5
Complementary color
Monochromatic Colors of #FEE9F5
Black with #FEE9F5
Text Example
Text Example
White with #FEE9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE9F5; }
p { color: rgb(254,233,245); }
H1.HeaderClassName
{
color: #FEE9F5;
}
.AnyTagClassName
{
color: #FEE9F5;
}
</style>
background-color css
<style>
a { background-color: #FEE9F5; }
a { background-color: rgb(254,233,245); }
div.DivClassName
{
background-color: #FEE9F5;
}
.BgClassName
{
background-color: #FEE9F5;
}
</style>
border-color css
<style>
span { border-color: #FEE9F5; }
span { border-color: rgb(254,233,245); }
td.TdClassName
{
border-color: #FEE9F5;
}
.TagClassName
{
border-color: #FEE9F5;
}
</style>