Shades of Lavender Rose #FFB5EB
Tints of Lavender Rose #FFB5EB
RGB
CMYK
RGB Variations
Color information
#FFB5EB (or 0xFFB5EB) is known color: Lavender Rose. HEX triplet: FF, B5 and EB. RGB value is (255,181,235). Sum of RGB (Red+Green+Blue) = 255+181+235=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 181 (71.09% from 255 or 26.97% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB5EB is #004A14. Grayscale: #D1D1D1. Windows color (decimal): -18965 or 15447551. OLE color: 15447551.
HSL color Cylindrical-coordinate representation of color #FFB5EB: hue angle of 316.22º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB5EB is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 235 | - |
| CMYK | 0 | 0.29 | 0.08 | 0 |
| HSL | 316.22º | 1% | 0.85% | - |
| HSV(B) | 316.22º | 0.29% | 1% | - |
| XYZ | 72.76 | 60.31 | 86.4 | - |
| YUV | 209.28 | 142.52 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 235 | 0 | 0.29 | 0.08 | 0 | 316.22 | 1 | 0.85 |
| Hex | FF | B5 | EB | 0 | 1D | 8 | 0 | 13C | 64 | 55 |
| Octal | 377 | 265 | 353 | 0 | 35 | 10 | 0 | 474 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11101011 | 0 | 11101 | 1000 | 0 | 100111100 | 1100100 | 1010101 |
Color Harmonies of #FFB5EB
Complementary color
Monochromatic Colors of #FFB5EB
Black with #FFB5EB
Text Example
Text Example
White with #FFB5EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5EB; }
p { color: rgb(255,181,235); }
H1.HeaderClassName
{
color: #FFB5EB;
}
.AnyTagClassName
{
color: #FFB5EB;
}
</style>
background-color css
<style>
a { background-color: #FFB5EB; }
a { background-color: rgb(255,181,235); }
div.DivClassName
{
background-color: #FFB5EB;
}
.BgClassName
{
background-color: #FFB5EB;
}
</style>
border-color css
<style>
span { border-color: #FFB5EB; }
span { border-color: rgb(255,181,235); }
td.TdClassName
{
border-color: #FFB5EB;
}
.TagClassName
{
border-color: #FFB5EB;
}
</style>