Shades of Lavender Rose #FFB5FB
Tints of Lavender Rose #FFB5FB
RGB
CMYK
RGB Variations
Color information
#FFB5FB (or 0xFFB5FB) is known color: Lavender Rose. HEX triplet: FF, B5 and FB. RGB value is (255,181,251). Sum of RGB (Red+Green+Blue) = 255+181+251=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 181 (71.09% from 255 or 26.35% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB5FB is #004A04. Grayscale: #D2D2D2. Windows color (decimal): -18949 or 16496127. OLE color: 16496127.
HSL color Cylindrical-coordinate representation of color #FFB5FB: hue angle of 303.24º 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 #FFB5FB is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 251 | - |
| CMYK | 0 | 0.29 | 0.02 | 0 |
| HSL | 303.24º | 1% | 0.85% | - |
| HSV(B) | 303.24º | 0.29% | 1% | - |
| XYZ | 75.18 | 61.27 | 99.13 | - |
| YUV | 211.11 | 150.52 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 251 | 0 | 0.29 | 0.02 | 0 | 303.24 | 1 | 0.85 |
| Hex | FF | B5 | FB | 0 | 1D | 2 | 0 | 12F | 64 | 55 |
| Octal | 377 | 265 | 373 | 0 | 35 | 2 | 0 | 457 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11111011 | 0 | 11101 | 10 | 0 | 100101111 | 1100100 | 1010101 |
Color Harmonies of #FFB5FB
Complementary color
Monochromatic Colors of #FFB5FB
Black with #FFB5FB
Text Example
Text Example
White with #FFB5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5FB; }
p { color: rgb(255,181,251); }
H1.HeaderClassName
{
color: #FFB5FB;
}
.AnyTagClassName
{
color: #FFB5FB;
}
</style>
background-color css
<style>
a { background-color: #FFB5FB; }
a { background-color: rgb(255,181,251); }
div.DivClassName
{
background-color: #FFB5FB;
}
.BgClassName
{
background-color: #FFB5FB;
}
</style>
border-color css
<style>
span { border-color: #FFB5FB; }
span { border-color: rgb(255,181,251); }
td.TdClassName
{
border-color: #FFB5FB;
}
.TagClassName
{
border-color: #FFB5FB;
}
</style>