Shades of Lavender Rose #FFB5EA
Tints of Lavender Rose #FFB5EA
RGB
CMYK
RGB Variations
Color information
#FFB5EA (or 0xFFB5EA) is known color: Lavender Rose. HEX triplet: FF, B5 and EA. RGB value is (255,181,234). Sum of RGB (Red+Green+Blue) = 255+181+234=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 181 (71.09% from 255 or 27.01% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB5EA is #004A15. Grayscale: #D1D1D1. Windows color (decimal): -18966 or 15382015. OLE color: 15382015.
HSL color Cylindrical-coordinate representation of color #FFB5EA: hue angle of 317.03º 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 #FFB5EA is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 234 | - |
| CMYK | 0 | 0.29 | 0.08 | 0 |
| HSL | 317.03º | 1% | 0.85% | - |
| HSV(B) | 317.03º | 0.29% | 1% | - |
| XYZ | 72.62 | 60.25 | 85.64 | - |
| YUV | 209.17 | 142.02 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 234 | 0 | 0.29 | 0.08 | 0 | 317.03 | 1 | 0.85 |
| Hex | FF | B5 | EA | 0 | 1D | 8 | 0 | 13D | 64 | 55 |
| Octal | 377 | 265 | 352 | 0 | 35 | 10 | 0 | 475 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11101010 | 0 | 11101 | 1000 | 0 | 100111101 | 1100100 | 1010101 |
Color Harmonies of #FFB5EA
Complementary color
Monochromatic Colors of #FFB5EA
Black with #FFB5EA
Text Example
Text Example
White with #FFB5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5EA; }
p { color: rgb(255,181,234); }
H1.HeaderClassName
{
color: #FFB5EA;
}
.AnyTagClassName
{
color: #FFB5EA;
}
</style>
background-color css
<style>
a { background-color: #FFB5EA; }
a { background-color: rgb(255,181,234); }
div.DivClassName
{
background-color: #FFB5EA;
}
.BgClassName
{
background-color: #FFB5EA;
}
</style>
border-color css
<style>
span { border-color: #FFB5EA; }
span { border-color: rgb(255,181,234); }
td.TdClassName
{
border-color: #FFB5EA;
}
.TagClassName
{
border-color: #FFB5EA;
}
</style>