Shades of Lavender Rose #FFB5E5
Tints of Lavender Rose #FFB5E5
RGB
CMYK
RGB Variations
Color information
#FFB5E5 (or 0xFFB5E5) is known color: Lavender Rose. HEX triplet: FF, B5 and E5. RGB value is (255,181,229). Sum of RGB (Red+Green+Blue) = 255+181+229=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 181 (71.09% from 255 or 27.22% from 665); Blue value is 229 (89.84% from 255 or 34.44% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5E5 is #004A1A. Grayscale: #D0D0D0. Windows color (decimal): -18971 or 15054335. OLE color: 15054335.
HSL color Cylindrical-coordinate representation of color #FFB5E5: hue angle of 321.08º 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 #FFB5E5 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 229 | - |
| CMYK | 0 | 0.29 | 0.10 | 0 |
| HSL | 321.08º | 1% | 0.85% | - |
| HSV(B) | 321.08º | 0.29% | 1% | - |
| XYZ | 71.91 | 59.96 | 81.91 | - |
| YUV | 208.6 | 139.52 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 229 | 0 | 0.29 | 0.10 | 0 | 321.08 | 1 | 0.85 |
| Hex | FF | B5 | E5 | 0 | 1D | A | 0 | 141 | 64 | 55 |
| Octal | 377 | 265 | 345 | 0 | 35 | 12 | 0 | 501 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11100101 | 0 | 11101 | 1010 | 0 | 101000001 | 1100100 | 1010101 |
Color Harmonies of #FFB5E5
Complementary color
Monochromatic Colors of #FFB5E5
Black with #FFB5E5
Text Example
Text Example
White with #FFB5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5E5; }
p { color: rgb(255,181,229); }
H1.HeaderClassName
{
color: #FFB5E5;
}
.AnyTagClassName
{
color: #FFB5E5;
}
</style>
background-color css
<style>
a { background-color: #FFB5E5; }
a { background-color: rgb(255,181,229); }
div.DivClassName
{
background-color: #FFB5E5;
}
.BgClassName
{
background-color: #FFB5E5;
}
</style>
border-color css
<style>
span { border-color: #FFB5E5; }
span { border-color: rgb(255,181,229); }
td.TdClassName
{
border-color: #FFB5E5;
}
.TagClassName
{
border-color: #FFB5E5;
}
</style>