Shades of Lavender Rose #FFBCF6
Tints of Lavender Rose #FFBCF6
RGB
CMYK
RGB Variations
Color information
#FFBCF6 (or 0xFFBCF6) is known color: Lavender Rose. HEX triplet: FF, BC and F6. RGB value is (255,188,246). Sum of RGB (Red+Green+Blue) = 255+188+246=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 188 (73.83% from 255 or 27.29% from 689); Blue value is 246 (96.48% from 255 or 35.70% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBCF6 is #004309. Grayscale: #D6D6D6. Windows color (decimal): -17162 or 16170239. OLE color: 16170239.
HSL color Cylindrical-coordinate representation of color #FFBCF6: hue angle of 308.06º 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 #FFBCF6 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 246 | - |
| CMYK | 0 | 0.26 | 0.04 | 0 |
| HSL | 308.06º | 1% | 0.87% | - |
| HSV(B) | 308.06º | 0.26% | 1% | - |
| XYZ | 75.86 | 63.88 | 95.52 | - |
| YUV | 214.65 | 145.7 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 246 | 0 | 0.26 | 0.04 | 0 | 308.06 | 1 | 0.87 |
| Hex | FF | BC | F6 | 0 | 1A | 4 | 0 | 134 | 64 | 57 |
| Octal | 377 | 274 | 366 | 0 | 32 | 4 | 0 | 464 | 144 | 127 |
| Binary | 11111111 | 10111100 | 11110110 | 0 | 11010 | 100 | 0 | 100110100 | 1100100 | 1010111 |
Color Harmonies of #FFBCF6
Complementary color
Monochromatic Colors of #FFBCF6
Black with #FFBCF6
Text Example
Text Example
White with #FFBCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCF6; }
p { color: rgb(255,188,246); }
H1.HeaderClassName
{
color: #FFBCF6;
}
.AnyTagClassName
{
color: #FFBCF6;
}
</style>
background-color css
<style>
a { background-color: #FFBCF6; }
a { background-color: rgb(255,188,246); }
div.DivClassName
{
background-color: #FFBCF6;
}
.BgClassName
{
background-color: #FFBCF6;
}
</style>
border-color css
<style>
span { border-color: #FFBCF6; }
span { border-color: rgb(255,188,246); }
td.TdClassName
{
border-color: #FFBCF6;
}
.TagClassName
{
border-color: #FFBCF6;
}
</style>