Shades of Lavender Rose #FFB5EF
Tints of Lavender Rose #FFB5EF
RGB
CMYK
RGB Variations
Color information
#FFB5EF (or 0xFFB5EF) is known color: Lavender Rose. HEX triplet: FF, B5 and EF. RGB value is (255,181,239). Sum of RGB (Red+Green+Blue) = 255+181+239=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 181 (71.09% from 255 or 26.81% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB5EF is #004A10. Grayscale: #D1D1D1. Windows color (decimal): -18961 or 15709695. OLE color: 15709695.
HSL color Cylindrical-coordinate representation of color #FFB5EF: hue angle of 312.97º 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 #FFB5EF is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 239 | - |
| CMYK | 0 | 0.29 | 0.06 | 0 |
| HSL | 312.97º | 1% | 0.85% | - |
| HSV(B) | 312.97º | 0.29% | 1% | - |
| XYZ | 73.34 | 60.54 | 89.48 | - |
| YUV | 209.74 | 144.52 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 239 | 0 | 0.29 | 0.06 | 0 | 312.97 | 1 | 0.85 |
| Hex | FF | B5 | EF | 0 | 1D | 6 | 0 | 139 | 64 | 55 |
| Octal | 377 | 265 | 357 | 0 | 35 | 6 | 0 | 471 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11101111 | 0 | 11101 | 110 | 0 | 100111001 | 1100100 | 1010101 |
Color Harmonies of #FFB5EF
Complementary color
Monochromatic Colors of #FFB5EF
Black with #FFB5EF
Text Example
Text Example
White with #FFB5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5EF; }
p { color: rgb(255,181,239); }
H1.HeaderClassName
{
color: #FFB5EF;
}
.AnyTagClassName
{
color: #FFB5EF;
}
</style>
background-color css
<style>
a { background-color: #FFB5EF; }
a { background-color: rgb(255,181,239); }
div.DivClassName
{
background-color: #FFB5EF;
}
.BgClassName
{
background-color: #FFB5EF;
}
</style>
border-color css
<style>
span { border-color: #FFB5EF; }
span { border-color: rgb(255,181,239); }
td.TdClassName
{
border-color: #FFB5EF;
}
.TagClassName
{
border-color: #FFB5EF;
}
</style>