Shades of Lavender Rose #FFB5E7
Tints of Lavender Rose #FFB5E7
RGB
CMYK
RGB Variations
Color information
#FFB5E7 (or 0xFFB5E7) is known color: Lavender Rose. HEX triplet: FF, B5 and E7. RGB value is (255,181,231). Sum of RGB (Red+Green+Blue) = 255+181+231=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 181 (71.09% from 255 or 27.14% from 667); Blue value is 231 (90.62% from 255 or 34.63% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB5E7 is #004A18. Grayscale: #D0D0D0. Windows color (decimal): -18969 or 15185407. OLE color: 15185407.
HSL color Cylindrical-coordinate representation of color #FFB5E7: hue angle of 319.46º 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 #FFB5E7 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 231 | - |
| CMYK | 0 | 0.29 | 0.09 | 0 |
| HSL | 319.46º | 1% | 0.85% | - |
| HSV(B) | 319.46º | 0.29% | 1% | - |
| XYZ | 72.19 | 60.08 | 83.39 | - |
| YUV | 208.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 231 | 0 | 0.29 | 0.09 | 0 | 319.46 | 1 | 0.85 |
| Hex | FF | B5 | E7 | 0 | 1D | 9 | 0 | 13F | 64 | 55 |
| Octal | 377 | 265 | 347 | 0 | 35 | 11 | 0 | 477 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11100111 | 0 | 11101 | 1001 | 0 | 100111111 | 1100100 | 1010101 |
Color Harmonies of #FFB5E7
Complementary color
Monochromatic Colors of #FFB5E7
Black with #FFB5E7
Text Example
Text Example
White with #FFB5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5E7; }
p { color: rgb(255,181,231); }
H1.HeaderClassName
{
color: #FFB5E7;
}
.AnyTagClassName
{
color: #FFB5E7;
}
</style>
background-color css
<style>
a { background-color: #FFB5E7; }
a { background-color: rgb(255,181,231); }
div.DivClassName
{
background-color: #FFB5E7;
}
.BgClassName
{
background-color: #FFB5E7;
}
</style>
border-color css
<style>
span { border-color: #FFB5E7; }
span { border-color: rgb(255,181,231); }
td.TdClassName
{
border-color: #FFB5E7;
}
.TagClassName
{
border-color: #FFB5E7;
}
</style>