Shades of Lavender Rose #FFBCEC
Tints of Lavender Rose #FFBCEC
RGB
CMYK
RGB Variations
Color information
#FFBCEC (or 0xFFBCEC) is known color: Lavender Rose. HEX triplet: FF, BC and EC. RGB value is (255,188,236). Sum of RGB (Red+Green+Blue) = 255+188+236=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 188 (73.83% from 255 or 27.69% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBCEC is #004313. Grayscale: #D5D5D5. Windows color (decimal): -17172 or 15514879. OLE color: 15514879.
HSL color Cylindrical-coordinate representation of color #FFBCEC: hue angle of 317.01º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFBCEC is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 236 | - |
| CMYK | 0 | 0.26 | 0.07 | 0 |
| HSL | 317.01º | 1% | 0.87% | - |
| HSV(B) | 317.01º | 0.26% | 1% | - |
| XYZ | 74.36 | 63.28 | 87.65 | - |
| YUV | 213.51 | 140.7 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 236 | 0 | 0.26 | 0.07 | 0 | 317.01 | 1 | 0.87 |
| Hex | FF | BC | EC | 0 | 1A | 7 | 0 | 13D | 64 | 57 |
| Octal | 377 | 274 | 354 | 0 | 32 | 7 | 0 | 475 | 144 | 127 |
| Binary | 11111111 | 10111100 | 11101100 | 0 | 11010 | 111 | 0 | 100111101 | 1100100 | 1010111 |
Color Harmonies of #FFBCEC
Complementary color
Monochromatic Colors of #FFBCEC
Black with #FFBCEC
Text Example
Text Example
White with #FFBCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCEC; }
p { color: rgb(255,188,236); }
H1.HeaderClassName
{
color: #FFBCEC;
}
.AnyTagClassName
{
color: #FFBCEC;
}
</style>
background-color css
<style>
a { background-color: #FFBCEC; }
a { background-color: rgb(255,188,236); }
div.DivClassName
{
background-color: #FFBCEC;
}
.BgClassName
{
background-color: #FFBCEC;
}
</style>
border-color css
<style>
span { border-color: #FFBCEC; }
span { border-color: rgb(255,188,236); }
td.TdClassName
{
border-color: #FFBCEC;
}
.TagClassName
{
border-color: #FFBCEC;
}
</style>