Shades of Lavender Blush #FFE9F2
Tints of Lavender Blush #FFE9F2
RGB
CMYK
RGB Variations
Color information
#FFE9F2 (or 0xFFE9F2) is known color: Lavender Blush. HEX triplet: FF, E9 and F2. RGB value is (255,233,242). Sum of RGB (Red+Green+Blue) = 255+233+242=730 (96% of max value = 765). Red value is 255 (100% from 255 or 34.93% from 730); Green value is 233 (91.41% from 255 or 31.92% from 730); Blue value is 242 (94.92% from 255 or 33.15% from 730); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE9F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE9F2 is #00160D. Grayscale: #F0F0F0. Windows color (decimal): -5646 or 15919615. OLE color: 15919615.
HSL color Cylindrical-coordinate representation of color #FFE9F2: hue angle of 335.45º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FFE9F2 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 242 | - |
| CMYK | 0 | 0.09 | 0.05 | 0 |
| HSL | 335.45º | 1% | 0.96% | - |
| HSV(B) | 335.45º | 0.09% | 1% | - |
| XYZ | 86.41 | 85.95 | 96.04 | - |
| YUV | 240.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 242 | 0 | 0.09 | 0.05 | 0 | 335.45 | 1 | 0.96 |
| Hex | FF | E9 | F2 | 0 | 9 | 5 | 0 | 14F | 64 | 60 |
| Octal | 377 | 351 | 362 | 0 | 11 | 5 | 0 | 517 | 144 | 140 |
| Binary | 11111111 | 11101001 | 11110010 | 0 | 1001 | 101 | 0 | 101001111 | 1100100 | 1100000 |
Color Harmonies of #FFE9F2
Complementary color
Monochromatic Colors of #FFE9F2
Black with #FFE9F2
Text Example
Text Example
White with #FFE9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE9F2; }
p { color: rgb(255,233,242); }
H1.HeaderClassName
{
color: #FFE9F2;
}
.AnyTagClassName
{
color: #FFE9F2;
}
</style>
background-color css
<style>
a { background-color: #FFE9F2; }
a { background-color: rgb(255,233,242); }
div.DivClassName
{
background-color: #FFE9F2;
}
.BgClassName
{
background-color: #FFE9F2;
}
</style>
border-color css
<style>
span { border-color: #FFE9F2; }
span { border-color: rgb(255,233,242); }
td.TdClassName
{
border-color: #FFE9F2;
}
.TagClassName
{
border-color: #FFE9F2;
}
</style>