Shades of Lavender Rose #FFBCEA
Tints of Lavender Rose #FFBCEA
RGB
CMYK
RGB Variations
Color information
#FFBCEA (or 0xFFBCEA) is known color: Lavender Rose. HEX triplet: FF, BC and EA. RGB value is (255,188,234). Sum of RGB (Red+Green+Blue) = 255+188+234=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 188 (73.83% from 255 or 27.77% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBCEA is #004315. Grayscale: #D5D5D5. Windows color (decimal): -17174 or 15383807. OLE color: 15383807.
HSL color Cylindrical-coordinate representation of color #FFBCEA: hue angle of 318.81º 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 #FFBCEA is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 234 | - |
| CMYK | 0 | 0.26 | 0.08 | 0 |
| HSL | 318.81º | 1% | 0.87% | - |
| HSV(B) | 318.81º | 0.26% | 1% | - |
| XYZ | 74.07 | 63.17 | 86.13 | - |
| YUV | 213.28 | 139.7 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 234 | 0 | 0.26 | 0.08 | 0 | 318.81 | 1 | 0.87 |
| Hex | FF | BC | EA | 0 | 1A | 8 | 0 | 13F | 64 | 57 |
| Octal | 377 | 274 | 352 | 0 | 32 | 10 | 0 | 477 | 144 | 127 |
| Binary | 11111111 | 10111100 | 11101010 | 0 | 11010 | 1000 | 0 | 100111111 | 1100100 | 1010111 |
Color Harmonies of #FFBCEA
Complementary color
Monochromatic Colors of #FFBCEA
Black with #FFBCEA
Text Example
Text Example
White with #FFBCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCEA; }
p { color: rgb(255,188,234); }
H1.HeaderClassName
{
color: #FFBCEA;
}
.AnyTagClassName
{
color: #FFBCEA;
}
</style>
background-color css
<style>
a { background-color: #FFBCEA; }
a { background-color: rgb(255,188,234); }
div.DivClassName
{
background-color: #FFBCEA;
}
.BgClassName
{
background-color: #FFBCEA;
}
</style>
border-color css
<style>
span { border-color: #FFBCEA; }
span { border-color: rgb(255,188,234); }
td.TdClassName
{
border-color: #FFBCEA;
}
.TagClassName
{
border-color: #FFBCEA;
}
</style>