Shades of Lavender Rose #FFBCF0
Tints of Lavender Rose #FFBCF0
RGB
CMYK
RGB Variations
Color information
#FFBCF0 (or 0xFFBCF0) is known color: Lavender Rose. HEX triplet: FF, BC and F0. RGB value is (255,188,240). Sum of RGB (Red+Green+Blue) = 255+188+240=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 188 (73.83% from 255 or 27.53% from 683); Blue value is 240 (94.14% from 255 or 35.14% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBCF0 is #00430F. Grayscale: #D5D5D5. Windows color (decimal): -17168 or 15777023. OLE color: 15777023.
HSL color Cylindrical-coordinate representation of color #FFBCF0: hue angle of 313.43º 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 #FFBCF0 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 240 | - |
| CMYK | 0 | 0.26 | 0.06 | 0 |
| HSL | 313.43º | 1% | 0.87% | - |
| HSV(B) | 313.43º | 0.26% | 1% | - |
| XYZ | 74.95 | 63.52 | 90.75 | - |
| YUV | 213.96 | 142.7 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 240 | 0 | 0.26 | 0.06 | 0 | 313.43 | 1 | 0.87 |
| Hex | FF | BC | F0 | 0 | 1A | 6 | 0 | 139 | 64 | 57 |
| Octal | 377 | 274 | 360 | 0 | 32 | 6 | 0 | 471 | 144 | 127 |
| Binary | 11111111 | 10111100 | 11110000 | 0 | 11010 | 110 | 0 | 100111001 | 1100100 | 1010111 |
Color Harmonies of #FFBCF0
Complementary color
Monochromatic Colors of #FFBCF0
Black with #FFBCF0
Text Example
Text Example
White with #FFBCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCF0; }
p { color: rgb(255,188,240); }
H1.HeaderClassName
{
color: #FFBCF0;
}
.AnyTagClassName
{
color: #FFBCF0;
}
</style>
background-color css
<style>
a { background-color: #FFBCF0; }
a { background-color: rgb(255,188,240); }
div.DivClassName
{
background-color: #FFBCF0;
}
.BgClassName
{
background-color: #FFBCF0;
}
</style>
border-color css
<style>
span { border-color: #FFBCF0; }
span { border-color: rgb(255,188,240); }
td.TdClassName
{
border-color: #FFBCF0;
}
.TagClassName
{
border-color: #FFBCF0;
}
</style>