Shades of Lavender Rose #FFB1EC
Tints of Lavender Rose #FFB1EC
RGB
CMYK
RGB Variations
Color information
#FFB1EC (or 0xFFB1EC) is known color: Lavender Rose. HEX triplet: FF, B1 and EC. RGB value is (255,177,236). Sum of RGB (Red+Green+Blue) = 255+177+236=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 177 (69.53% from 255 or 26.50% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB1EC is #004E13. Grayscale: #CECECE. Windows color (decimal): -19988 or 15512063. OLE color: 15512063.
HSL color Cylindrical-coordinate representation of color #FFB1EC: hue angle of 314.62º 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 #FFB1EC is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 236 | - |
| CMYK | 0 | 0.31 | 0.07 | 0 |
| HSL | 314.62º | 1% | 0.85% | - |
| HSV(B) | 314.62º | 0.31% | 1% | - |
| XYZ | 72.1 | 58.76 | 86.9 | - |
| YUV | 207.05 | 144.34 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 236 | 0 | 0.31 | 0.07 | 0 | 314.62 | 1 | 0.85 |
| Hex | FF | B1 | EC | 0 | 1F | 7 | 0 | 13B | 64 | 55 |
| Octal | 377 | 261 | 354 | 0 | 37 | 7 | 0 | 473 | 144 | 125 |
| Binary | 11111111 | 10110001 | 11101100 | 0 | 11111 | 111 | 0 | 100111011 | 1100100 | 1010101 |
Color Harmonies of #FFB1EC
Complementary color
Monochromatic Colors of #FFB1EC
Black with #FFB1EC
Text Example
Text Example
White with #FFB1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB1EC; }
p { color: rgb(255,177,236); }
H1.HeaderClassName
{
color: #FFB1EC;
}
.AnyTagClassName
{
color: #FFB1EC;
}
</style>
background-color css
<style>
a { background-color: #FFB1EC; }
a { background-color: rgb(255,177,236); }
div.DivClassName
{
background-color: #FFB1EC;
}
.BgClassName
{
background-color: #FFB1EC;
}
</style>
border-color css
<style>
span { border-color: #FFB1EC; }
span { border-color: rgb(255,177,236); }
td.TdClassName
{
border-color: #FFB1EC;
}
.TagClassName
{
border-color: #FFB1EC;
}
</style>