Shades of Lavender Rose #FFB0EC
Tints of Lavender Rose #FFB0EC
RGB
CMYK
RGB Variations
Color information
#FFB0EC (or 0xFFB0EC) is known color: Lavender Rose. HEX triplet: FF, B0 and EC. RGB value is (255,176,236). Sum of RGB (Red+Green+Blue) = 255+176+236=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 176 (69.14% from 255 or 26.39% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB0EC is #004F13. Grayscale: #CECECE. Windows color (decimal): -20244 or 15511807. OLE color: 15511807.
HSL color Cylindrical-coordinate representation of color #FFB0EC: hue angle of 314.43º 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 #FFB0EC is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 236 | - |
| CMYK | 0 | 0.31 | 0.07 | 0 |
| HSL | 314.43º | 1% | 0.85% | - |
| HSV(B) | 314.43º | 0.31% | 1% | - |
| XYZ | 71.91 | 58.37 | 86.83 | - |
| YUV | 206.46 | 144.67 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 236 | 0 | 0.31 | 0.07 | 0 | 314.43 | 1 | 0.85 |
| Hex | FF | B0 | EC | 0 | 1F | 7 | 0 | 13A | 64 | 55 |
| Octal | 377 | 260 | 354 | 0 | 37 | 7 | 0 | 472 | 144 | 125 |
| Binary | 11111111 | 10110000 | 11101100 | 0 | 11111 | 111 | 0 | 100111010 | 1100100 | 1010101 |
Color Harmonies of #FFB0EC
Complementary color
Monochromatic Colors of #FFB0EC
Black with #FFB0EC
Text Example
Text Example
White with #FFB0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0EC; }
p { color: rgb(255,176,236); }
H1.HeaderClassName
{
color: #FFB0EC;
}
.AnyTagClassName
{
color: #FFB0EC;
}
</style>
background-color css
<style>
a { background-color: #FFB0EC; }
a { background-color: rgb(255,176,236); }
div.DivClassName
{
background-color: #FFB0EC;
}
.BgClassName
{
background-color: #FFB0EC;
}
</style>
border-color css
<style>
span { border-color: #FFB0EC; }
span { border-color: rgb(255,176,236); }
td.TdClassName
{
border-color: #FFB0EC;
}
.TagClassName
{
border-color: #FFB0EC;
}
</style>