Shades of Lavender Blush #FFEBF2
Tints of Lavender Blush #FFEBF2
RGB
CMYK
RGB Variations
Color information
#FFEBF2 (or 0xFFEBF2) is known color: Lavender Blush. HEX triplet: FF, EB and F2. RGB value is (255,235,242). Sum of RGB (Red+Green+Blue) = 255+235+242=732 (96% of max value = 765). Red value is 255 (100% from 255 or 34.84% from 732); Green value is 235 (92.19% from 255 or 32.10% from 732); Blue value is 242 (94.92% from 255 or 33.06% from 732); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEBF2 is #00140D. Grayscale: #F1F1F1. Windows color (decimal): -5134 or 15920127. OLE color: 15920127.
HSL color Cylindrical-coordinate representation of color #FFEBF2: hue angle of 339º 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 #FFEBF2 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 242 | - |
| CMYK | 0 | 0.08 | 0.05 | 0 |
| HSL | 339º | 1% | 0.96% | - |
| HSV(B) | 339º | 0.08% | 1% | - |
| XYZ | 86.98 | 87.09 | 96.23 | - |
| YUV | 241.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 242 | 0 | 0.08 | 0.05 | 0 | 339 | 1 | 0.96 |
| Hex | FF | EB | F2 | 0 | 8 | 5 | 0 | 153 | 64 | 60 |
| Octal | 377 | 353 | 362 | 0 | 10 | 5 | 0 | 523 | 144 | 140 |
| Binary | 11111111 | 11101011 | 11110010 | 0 | 1000 | 101 | 0 | 101010011 | 1100100 | 1100000 |
Color Harmonies of #FFEBF2
Complementary color
Monochromatic Colors of #FFEBF2
Black with #FFEBF2
Text Example
Text Example
White with #FFEBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEBF2; }
p { color: rgb(255,235,242); }
H1.HeaderClassName
{
color: #FFEBF2;
}
.AnyTagClassName
{
color: #FFEBF2;
}
</style>
background-color css
<style>
a { background-color: #FFEBF2; }
a { background-color: rgb(255,235,242); }
div.DivClassName
{
background-color: #FFEBF2;
}
.BgClassName
{
background-color: #FFEBF2;
}
</style>
border-color css
<style>
span { border-color: #FFEBF2; }
span { border-color: rgb(255,235,242); }
td.TdClassName
{
border-color: #FFEBF2;
}
.TagClassName
{
border-color: #FFEBF2;
}
</style>