Shades of Lavender Blush #FFEBF6
Tints of Lavender Blush #FFEBF6
RGB
CMYK
RGB Variations
Color information
#FFEBF6 (or 0xFFEBF6) is known color: Lavender Blush. HEX triplet: FF, EB and F6. RGB value is (255,235,246). Sum of RGB (Red+Green+Blue) = 255+235+246=736 (97% of max value = 765). Red value is 255 (100% from 255 or 34.65% from 736); Green value is 235 (92.19% from 255 or 31.93% from 736); Blue value is 246 (96.48% from 255 or 33.42% from 736); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEBF6 is #001409. Grayscale: #F2F2F2. Windows color (decimal): -5130 or 16182271. OLE color: 16182271.
HSL color Cylindrical-coordinate representation of color #FFEBF6: hue angle of 327º 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 #FFEBF6 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 246 | - |
| CMYK | 0 | 0.08 | 0.04 | 0 |
| HSL | 327º | 1% | 0.96% | - |
| HSV(B) | 327º | 0.08% | 1% | - |
| XYZ | 87.58 | 87.33 | 99.43 | - |
| YUV | 242.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 246 | 0 | 0.08 | 0.04 | 0 | 327 | 1 | 0.96 |
| Hex | FF | EB | F6 | 0 | 8 | 4 | 0 | 147 | 64 | 60 |
| Octal | 377 | 353 | 366 | 0 | 10 | 4 | 0 | 507 | 144 | 140 |
| Binary | 11111111 | 11101011 | 11110110 | 0 | 1000 | 100 | 0 | 101000111 | 1100100 | 1100000 |
Color Harmonies of #FFEBF6
Complementary color
Monochromatic Colors of #FFEBF6
Black with #FFEBF6
Text Example
Text Example
White with #FFEBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEBF6; }
p { color: rgb(255,235,246); }
H1.HeaderClassName
{
color: #FFEBF6;
}
.AnyTagClassName
{
color: #FFEBF6;
}
</style>
background-color css
<style>
a { background-color: #FFEBF6; }
a { background-color: rgb(255,235,246); }
div.DivClassName
{
background-color: #FFEBF6;
}
.BgClassName
{
background-color: #FFEBF6;
}
</style>
border-color css
<style>
span { border-color: #FFEBF6; }
span { border-color: rgb(255,235,246); }
td.TdClassName
{
border-color: #FFEBF6;
}
.TagClassName
{
border-color: #FFEBF6;
}
</style>