Shades of Lavender Blush #FFEBF0
Tints of Lavender Blush #FFEBF0
RGB
CMYK
RGB Variations
Color information
#FFEBF0 (or 0xFFEBF0) is known color: Lavender Blush. HEX triplet: FF, EB and F0. RGB value is (255,235,240). Sum of RGB (Red+Green+Blue) = 255+235+240=730 (96% of max value = 765). Red value is 255 (100% from 255 or 34.93% from 730); Green value is 235 (92.19% from 255 or 32.19% from 730); Blue value is 240 (94.14% from 255 or 32.88% from 730); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEBF0 is #00140F. Grayscale: #F1F1F1. Windows color (decimal): -5136 or 15789055. OLE color: 15789055.
HSL color Cylindrical-coordinate representation of color #FFEBF0: hue angle of 345º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FFEBF0 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 240 | - |
| CMYK | 0 | 0.08 | 0.06 | 0 |
| HSL | 345º | 1% | 0.96% | - |
| HSV(B) | 345º | 0.08% | 1% | - |
| XYZ | 86.68 | 86.97 | 94.66 | - |
| YUV | 241.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 240 | 0 | 0.08 | 0.06 | 0 | 345 | 1 | 0.96 |
| Hex | FF | EB | F0 | 0 | 8 | 6 | 0 | 159 | 64 | 60 |
| Octal | 377 | 353 | 360 | 0 | 10 | 6 | 0 | 531 | 144 | 140 |
| Binary | 11111111 | 11101011 | 11110000 | 0 | 1000 | 110 | 0 | 101011001 | 1100100 | 1100000 |
Color Harmonies of #FFEBF0
Complementary color
Monochromatic Colors of #FFEBF0
Black with #FFEBF0
Text Example
Text Example
White with #FFEBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEBF0; }
p { color: rgb(255,235,240); }
H1.HeaderClassName
{
color: #FFEBF0;
}
.AnyTagClassName
{
color: #FFEBF0;
}
</style>
background-color css
<style>
a { background-color: #FFEBF0; }
a { background-color: rgb(255,235,240); }
div.DivClassName
{
background-color: #FFEBF0;
}
.BgClassName
{
background-color: #FFEBF0;
}
</style>
border-color css
<style>
span { border-color: #FFEBF0; }
span { border-color: rgb(255,235,240); }
td.TdClassName
{
border-color: #FFEBF0;
}
.TagClassName
{
border-color: #FFEBF0;
}
</style>