Shades of Lavender Rose #FFB0E9
Tints of Lavender Rose #FFB0E9
RGB
CMYK
RGB Variations
Color information
#FFB0E9 (or 0xFFB0E9) is known color: Lavender Rose. HEX triplet: FF, B0 and E9. RGB value is (255,176,233). Sum of RGB (Red+Green+Blue) = 255+176+233=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 176 (69.14% from 255 or 26.51% from 664); Blue value is 233 (91.41% from 255 or 35.09% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB0E9 is #004F16. Grayscale: #CDCDCD. Windows color (decimal): -20247 or 15315199. OLE color: 15315199.
HSL color Cylindrical-coordinate representation of color #FFB0E9: hue angle of 316.71º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFB0E9 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 233 | - |
| CMYK | 0 | 0.31 | 0.09 | 0 |
| HSL | 316.71º | 1% | 0.85% | - |
| HSV(B) | 316.71º | 0.31% | 1% | - |
| XYZ | 71.47 | 58.19 | 84.56 | - |
| YUV | 206.12 | 143.17 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 233 | 0 | 0.31 | 0.09 | 0 | 316.71 | 1 | 0.85 |
| Hex | FF | B0 | E9 | 0 | 1F | 9 | 0 | 13D | 64 | 55 |
| Octal | 377 | 260 | 351 | 0 | 37 | 11 | 0 | 475 | 144 | 125 |
| Binary | 11111111 | 10110000 | 11101001 | 0 | 11111 | 1001 | 0 | 100111101 | 1100100 | 1010101 |
Color Harmonies of #FFB0E9
Complementary color
Monochromatic Colors of #FFB0E9
Black with #FFB0E9
Text Example
Text Example
White with #FFB0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0E9; }
p { color: rgb(255,176,233); }
H1.HeaderClassName
{
color: #FFB0E9;
}
.AnyTagClassName
{
color: #FFB0E9;
}
</style>
background-color css
<style>
a { background-color: #FFB0E9; }
a { background-color: rgb(255,176,233); }
div.DivClassName
{
background-color: #FFB0E9;
}
.BgClassName
{
background-color: #FFB0E9;
}
</style>
border-color css
<style>
span { border-color: #FFB0E9; }
span { border-color: rgb(255,176,233); }
td.TdClassName
{
border-color: #FFB0E9;
}
.TagClassName
{
border-color: #FFB0E9;
}
</style>