Shades of Lavender Blush #F8E4F2
Tints of Lavender Blush #F8E4F2
RGB
CMYK
RGB Variations
Color information
#F8E4F2 (or 0xF8E4F2) is known color: Lavender Blush. HEX triplet: F8, E4 and F2. RGB value is (248,228,242). Sum of RGB (Red+Green+Blue) = 248+228+242=718 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.54% from 718); Green value is 228 (89.45% from 255 or 31.75% from 718); Blue value is 242 (94.92% from 255 or 33.70% from 718); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E4F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8E4F2 is #071B0D. Grayscale: #EBEBEB. Windows color (decimal): -465678 or 15918328. OLE color: 15918328.
HSL color Cylindrical-coordinate representation of color #F8E4F2: hue angle of 318º 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 #F8E4F2 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 228 | 242 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.03 |
| HSL | 318º | 0.59% | 0.93% | - |
| HSV(B) | 318º | 0.08% | 0.97% | - |
| XYZ | 82.48 | 81.85 | 95.46 | - |
| YUV | 235.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 228 | 242 | 0 | 0.08 | 0.02 | 0.03 | 318 | 0.59 | 0.93 |
| Hex | F8 | E4 | F2 | 0 | 8 | 2 | 3 | 13E | 3B | 5D |
| Octal | 370 | 344 | 362 | 0 | 10 | 2 | 3 | 476 | 73 | 135 |
| Binary | 11111000 | 11100100 | 11110010 | 0 | 1000 | 10 | 11 | 100111110 | 111011 | 1011101 |
Color Harmonies of #F8E4F2
Complementary color
Monochromatic Colors of #F8E4F2
Black with #F8E4F2
Text Example
Text Example
White with #F8E4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E4F2; }
p { color: rgb(248,228,242); }
H1.HeaderClassName
{
color: #F8E4F2;
}
.AnyTagClassName
{
color: #F8E4F2;
}
</style>
background-color css
<style>
a { background-color: #F8E4F2; }
a { background-color: rgb(248,228,242); }
div.DivClassName
{
background-color: #F8E4F2;
}
.BgClassName
{
background-color: #F8E4F2;
}
</style>
border-color css
<style>
span { border-color: #F8E4F2; }
span { border-color: rgb(248,228,242); }
td.TdClassName
{
border-color: #F8E4F2;
}
.TagClassName
{
border-color: #F8E4F2;
}
</style>