Shades of Lavender Blush #FFE8F0
Tints of Lavender Blush #FFE8F0
RGB
CMYK
RGB Variations
Color information
#FFE8F0 (or 0xFFE8F0) is known color: Lavender Blush. HEX triplet: FF, E8 and F0. RGB value is (255,232,240). Sum of RGB (Red+Green+Blue) = 255+232+240=727 (96% of max value = 765). Red value is 255 (100% from 255 or 35.08% from 727); Green value is 232 (91.02% from 255 or 31.91% from 727); Blue value is 240 (94.14% from 255 or 33.01% from 727); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE8F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE8F0 is #00170F. Grayscale: #EFEFEF. Windows color (decimal): -5904 or 15788287. OLE color: 15788287.
HSL color Cylindrical-coordinate representation of color #FFE8F0: hue angle of 339.13º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FFE8F0 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 240 | - |
| CMYK | 0 | 0.09 | 0.06 | 0 |
| HSL | 339.13º | 1% | 0.95% | - |
| HSV(B) | 339.13º | 0.09% | 1% | - |
| XYZ | 85.82 | 85.26 | 94.37 | - |
| YUV | 239.79 | 128.12 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 240 | 0 | 0.09 | 0.06 | 0 | 339.13 | 1 | 0.95 |
| Hex | FF | E8 | F0 | 0 | 9 | 6 | 0 | 153 | 64 | 5F |
| Octal | 377 | 350 | 360 | 0 | 11 | 6 | 0 | 523 | 144 | 137 |
| Binary | 11111111 | 11101000 | 11110000 | 0 | 1001 | 110 | 0 | 101010011 | 1100100 | 1011111 |
Color Harmonies of #FFE8F0
Complementary color
Monochromatic Colors of #FFE8F0
Black with #FFE8F0
Text Example
Text Example
White with #FFE8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE8F0; }
p { color: rgb(255,232,240); }
H1.HeaderClassName
{
color: #FFE8F0;
}
.AnyTagClassName
{
color: #FFE8F0;
}
</style>
background-color css
<style>
a { background-color: #FFE8F0; }
a { background-color: rgb(255,232,240); }
div.DivClassName
{
background-color: #FFE8F0;
}
.BgClassName
{
background-color: #FFE8F0;
}
</style>
border-color css
<style>
span { border-color: #FFE8F0; }
span { border-color: rgb(255,232,240); }
td.TdClassName
{
border-color: #FFE8F0;
}
.TagClassName
{
border-color: #FFE8F0;
}
</style>