Shades of Lavender Blush #FFE0F8
Tints of Lavender Blush #FFE0F8
RGB
CMYK
RGB Variations
Color information
#FFE0F8 (or 0xFFE0F8) is known color: Lavender Blush. HEX triplet: FF, E0 and F8. RGB value is (255,224,248). Sum of RGB (Red+Green+Blue) = 255+224+248=727 (96% of max value = 765). Red value is 255 (100% from 255 or 35.08% from 727); Green value is 224 (87.89% from 255 or 30.81% from 727); Blue value is 248 (97.27% from 255 or 34.11% from 727); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE0F8 is #001F07. Grayscale: #EBEBEB. Windows color (decimal): -7944 or 16310527. OLE color: 16310527.
HSL color Cylindrical-coordinate representation of color #FFE0F8: hue angle of 313.55º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FFE0F8 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 248 | - |
| CMYK | 0 | 0.12 | 0.03 | 0 |
| HSL | 313.55º | 1% | 0.94% | - |
| HSV(B) | 313.55º | 0.12% | 1% | - |
| XYZ | 84.84 | 81.35 | 100.04 | - |
| YUV | 236.01 | 134.77 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 248 | 0 | 0.12 | 0.03 | 0 | 313.55 | 1 | 0.94 |
| Hex | FF | E0 | F8 | 0 | C | 3 | 0 | 13A | 64 | 5E |
| Octal | 377 | 340 | 370 | 0 | 14 | 3 | 0 | 472 | 144 | 136 |
| Binary | 11111111 | 11100000 | 11111000 | 0 | 1100 | 11 | 0 | 100111010 | 1100100 | 1011110 |
Color Harmonies of #FFE0F8
Complementary color
Monochromatic Colors of #FFE0F8
Black with #FFE0F8
Text Example
Text Example
White with #FFE0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE0F8; }
p { color: rgb(255,224,248); }
H1.HeaderClassName
{
color: #FFE0F8;
}
.AnyTagClassName
{
color: #FFE0F8;
}
</style>
background-color css
<style>
a { background-color: #FFE0F8; }
a { background-color: rgb(255,224,248); }
div.DivClassName
{
background-color: #FFE0F8;
}
.BgClassName
{
background-color: #FFE0F8;
}
</style>
border-color css
<style>
span { border-color: #FFE0F8; }
span { border-color: rgb(255,224,248); }
td.TdClassName
{
border-color: #FFE0F8;
}
.TagClassName
{
border-color: #FFE0F8;
}
</style>