Shades of Lavender Blush #F8E4F0
Tints of Lavender Blush #F8E4F0
RGB
CMYK
RGB Variations
Color information
#F8E4F0 (or 0xF8E4F0) is known color: Lavender Blush. HEX triplet: F8, E4 and F0. RGB value is (248,228,240). Sum of RGB (Red+Green+Blue) = 248+228+240=716 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.64% from 716); Green value is 228 (89.45% from 255 or 31.84% from 716); Blue value is 240 (94.14% from 255 or 33.52% from 716); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E4F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8E4F0 is #071B0F. Grayscale: #EBEBEB. Windows color (decimal): -465680 or 15787256. OLE color: 15787256.
HSL color Cylindrical-coordinate representation of color #F8E4F0: hue angle of 324º degrees, saturation: 0.59, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F8E4F0 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 228 | 240 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.03 |
| HSL | 324º | 0.59% | 0.93% | - |
| HSV(B) | 324º | 0.08% | 0.97% | - |
| XYZ | 82.18 | 81.73 | 93.88 | - |
| YUV | 235.35 | 130.63 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 228 | 240 | 0 | 0.08 | 0.03 | 0.03 | 324 | 0.59 | 0.93 |
| Hex | F8 | E4 | F0 | 0 | 8 | 3 | 3 | 144 | 3B | 5D |
| Octal | 370 | 344 | 360 | 0 | 10 | 3 | 3 | 504 | 73 | 135 |
| Binary | 11111000 | 11100100 | 11110000 | 0 | 1000 | 11 | 11 | 101000100 | 111011 | 1011101 |
Color Harmonies of #F8E4F0
Complementary color
Monochromatic Colors of #F8E4F0
Black with #F8E4F0
Text Example
Text Example
White with #F8E4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E4F0; }
p { color: rgb(248,228,240); }
H1.HeaderClassName
{
color: #F8E4F0;
}
.AnyTagClassName
{
color: #F8E4F0;
}
</style>
background-color css
<style>
a { background-color: #F8E4F0; }
a { background-color: rgb(248,228,240); }
div.DivClassName
{
background-color: #F8E4F0;
}
.BgClassName
{
background-color: #F8E4F0;
}
</style>
border-color css
<style>
span { border-color: #F8E4F0; }
span { border-color: rgb(248,228,240); }
td.TdClassName
{
border-color: #F8E4F0;
}
.TagClassName
{
border-color: #F8E4F0;
}
</style>