Shades of Lavender Rose #FFB5FF
Tints of Lavender Rose #FFB5FF
RGB
CMYK
RGB Variations
Color information
#FFB5FF (or 0xFFB5FF) is known color: Lavender Rose. HEX triplet: FF, B5 and FF. RGB value is (255,181,255). Sum of RGB (Red+Green+Blue) = 255+181+255=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 181 (71.09% from 255 or 26.19% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFB5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB5FF is #004A00. Grayscale: #D3D3D3. Windows color (decimal): -18945 or 16758271. OLE color: 16758271.
HSL color Cylindrical-coordinate representation of color #FFB5FF: hue angle of 300º 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 #FFB5FF is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 255 | - |
| CMYK | 0 | 0.29 | 0 | 0 |
| HSL | 300º | 1% | 0.85% | - |
| HSV(B) | 300º | 0.29% | 1% | - |
| XYZ | 75.81 | 61.53 | 102.49 | - |
| YUV | 211.56 | 152.52 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 255 | 0 | 0.29 | 0 | 0 | 300 | 1 | 0.85 |
| Hex | FF | B5 | FF | 0 | 1D | 0 | 0 | 12C | 64 | 55 |
| Octal | 377 | 265 | 377 | 0 | 35 | 0 | 0 | 454 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11111111 | 0 | 11101 | 0 | 0 | 100101100 | 1100100 | 1010101 |
Color Harmonies of #FFB5FF
Complementary color
Monochromatic Colors of #FFB5FF
Black with #FFB5FF
Text Example
Text Example
White with #FFB5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5FF; }
p { color: rgb(255,181,255); }
H1.HeaderClassName
{
color: #FFB5FF;
}
.AnyTagClassName
{
color: #FFB5FF;
}
</style>
background-color css
<style>
a { background-color: #FFB5FF; }
a { background-color: rgb(255,181,255); }
div.DivClassName
{
background-color: #FFB5FF;
}
.BgClassName
{
background-color: #FFB5FF;
}
</style>
border-color css
<style>
span { border-color: #FFB5FF; }
span { border-color: rgb(255,181,255); }
td.TdClassName
{
border-color: #FFB5FF;
}
.TagClassName
{
border-color: #FFB5FF;
}
</style>