Shades of Lavender Rose #FFB5E6
Tints of Lavender Rose #FFB5E6
RGB
CMYK
RGB Variations
Color information
#FFB5E6 (or 0xFFB5E6) is known color: Lavender Rose. HEX triplet: FF, B5 and E6. RGB value is (255,181,230). Sum of RGB (Red+Green+Blue) = 255+181+230=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 181 (71.09% from 255 or 27.18% from 666); Blue value is 230 (90.23% from 255 or 34.53% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB5E6 is #004A19. Grayscale: #D0D0D0. Windows color (decimal): -18970 or 15119871. OLE color: 15119871.
HSL color Cylindrical-coordinate representation of color #FFB5E6: hue angle of 320.27º 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 #FFB5E6 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 230 | - |
| CMYK | 0 | 0.29 | 0.10 | 0 |
| HSL | 320.27º | 1% | 0.85% | - |
| HSV(B) | 320.27º | 0.29% | 1% | - |
| XYZ | 72.05 | 60.02 | 82.65 | - |
| YUV | 208.71 | 140.02 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 230 | 0 | 0.29 | 0.10 | 0 | 320.27 | 1 | 0.85 |
| Hex | FF | B5 | E6 | 0 | 1D | A | 0 | 140 | 64 | 55 |
| Octal | 377 | 265 | 346 | 0 | 35 | 12 | 0 | 500 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11100110 | 0 | 11101 | 1010 | 0 | 101000000 | 1100100 | 1010101 |
Color Harmonies of #FFB5E6
Complementary color
Monochromatic Colors of #FFB5E6
Black with #FFB5E6
Text Example
Text Example
White with #FFB5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5E6; }
p { color: rgb(255,181,230); }
H1.HeaderClassName
{
color: #FFB5E6;
}
.AnyTagClassName
{
color: #FFB5E6;
}
</style>
background-color css
<style>
a { background-color: #FFB5E6; }
a { background-color: rgb(255,181,230); }
div.DivClassName
{
background-color: #FFB5E6;
}
.BgClassName
{
background-color: #FFB5E6;
}
</style>
border-color css
<style>
span { border-color: #FFB5E6; }
span { border-color: rgb(255,181,230); }
td.TdClassName
{
border-color: #FFB5E6;
}
.TagClassName
{
border-color: #FFB5E6;
}
</style>