Shades of Lavender Rose #FFBCF9
Tints of Lavender Rose #FFBCF9
RGB
CMYK
RGB Variations
Color information
#FFBCF9 (or 0xFFBCF9) is known color: Lavender Rose. HEX triplet: FF, BC and F9. RGB value is (255,188,249). Sum of RGB (Red+Green+Blue) = 255+188+249=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 188 (73.83% from 255 or 27.17% from 692); Blue value is 249 (97.66% from 255 or 35.98% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBCF9 is #004306. Grayscale: #D6D6D6. Windows color (decimal): -17159 or 16366847. OLE color: 16366847.
HSL color Cylindrical-coordinate representation of color #FFBCF9: hue angle of 305.37º 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 #FFBCF9 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 249 | - |
| CMYK | 0 | 0.26 | 0.02 | 0 |
| HSL | 305.37º | 1% | 0.87% | - |
| HSV(B) | 305.37º | 0.26% | 1% | - |
| XYZ | 76.32 | 64.07 | 97.97 | - |
| YUV | 214.99 | 147.2 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 249 | 0 | 0.26 | 0.02 | 0 | 305.37 | 1 | 0.87 |
| Hex | FF | BC | F9 | 0 | 1A | 2 | 0 | 131 | 64 | 57 |
| Octal | 377 | 274 | 371 | 0 | 32 | 2 | 0 | 461 | 144 | 127 |
| Binary | 11111111 | 10111100 | 11111001 | 0 | 11010 | 10 | 0 | 100110001 | 1100100 | 1010111 |
Color Harmonies of #FFBCF9
Complementary color
Monochromatic Colors of #FFBCF9
Black with #FFBCF9
Text Example
Text Example
White with #FFBCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCF9; }
p { color: rgb(255,188,249); }
H1.HeaderClassName
{
color: #FFBCF9;
}
.AnyTagClassName
{
color: #FFBCF9;
}
</style>
background-color css
<style>
a { background-color: #FFBCF9; }
a { background-color: rgb(255,188,249); }
div.DivClassName
{
background-color: #FFBCF9;
}
.BgClassName
{
background-color: #FFBCF9;
}
</style>
border-color css
<style>
span { border-color: #FFBCF9; }
span { border-color: rgb(255,188,249); }
td.TdClassName
{
border-color: #FFBCF9;
}
.TagClassName
{
border-color: #FFBCF9;
}
</style>