Shades of Lavender Blush #F8EDF1
Tints of Lavender Blush #F8EDF1
RGB
CMYK
RGB Variations
Color information
#F8EDF1 (or 0xF8EDF1) is known color: Lavender Blush. HEX triplet: F8, ED and F1. RGB value is (248,237,241). Sum of RGB (Red+Green+Blue) = 248+237+241=726 (96% of max value = 765). Red value is 248 (97.27% from 255 or 34.16% from 726); Green value is 237 (92.97% from 255 or 32.64% from 726); Blue value is 241 (94.53% from 255 or 33.20% from 726); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8EDF1 is #07120E. Grayscale: #F0F0F0. Windows color (decimal): -463375 or 15855096. OLE color: 15855096.
HSL color Cylindrical-coordinate representation of color #F8EDF1: hue angle of 338.18º degrees, saturation: 0.44, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F8EDF1 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 237 | 241 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.03 |
| HSL | 338.18º | 0.44% | 0.95% | - |
| HSV(B) | 338.18º | 0.04% | 0.97% | - |
| XYZ | 84.87 | 86.88 | 95.51 | - |
| YUV | 240.75 | 128.14 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 237 | 241 | 0 | 0.04 | 0.03 | 0.03 | 338.18 | 0.44 | 0.95 |
| Hex | F8 | ED | F1 | 0 | 4 | 3 | 3 | 152 | 2C | 5F |
| Octal | 370 | 355 | 361 | 0 | 4 | 3 | 3 | 522 | 54 | 137 |
| Binary | 11111000 | 11101101 | 11110001 | 0 | 100 | 11 | 11 | 101010010 | 101100 | 1011111 |
Color Harmonies of #F8EDF1
Complementary color
Monochromatic Colors of #F8EDF1
Black with #F8EDF1
Text Example
Text Example
White with #F8EDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EDF1; }
p { color: rgb(248,237,241); }
H1.HeaderClassName
{
color: #F8EDF1;
}
.AnyTagClassName
{
color: #F8EDF1;
}
</style>
background-color css
<style>
a { background-color: #F8EDF1; }
a { background-color: rgb(248,237,241); }
div.DivClassName
{
background-color: #F8EDF1;
}
.BgClassName
{
background-color: #F8EDF1;
}
</style>
border-color css
<style>
span { border-color: #F8EDF1; }
span { border-color: rgb(248,237,241); }
td.TdClassName
{
border-color: #F8EDF1;
}
.TagClassName
{
border-color: #F8EDF1;
}
</style>