Shades of Lavender Rose #FFBCFA
Tints of Lavender Rose #FFBCFA
RGB
CMYK
RGB Variations
Color information
#FFBCFA (or 0xFFBCFA) is known color: Lavender Rose. HEX triplet: FF, BC and FA. RGB value is (255,188,250). Sum of RGB (Red+Green+Blue) = 255+188+250=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 188 (73.83% from 255 or 27.13% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBCFA is #004305. Grayscale: #D6D6D6. Windows color (decimal): -17158 or 16432383. OLE color: 16432383.
HSL color Cylindrical-coordinate representation of color #FFBCFA: hue angle of 304.48º 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 #FFBCFA is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 250 | - |
| CMYK | 0 | 0.26 | 0.02 | 0 |
| HSL | 304.48º | 1% | 0.87% | - |
| HSV(B) | 304.48º | 0.26% | 1% | - |
| XYZ | 76.48 | 64.13 | 98.79 | - |
| YUV | 215.1 | 147.7 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 250 | 0 | 0.26 | 0.02 | 0 | 304.48 | 1 | 0.87 |
| Hex | FF | BC | FA | 0 | 1A | 2 | 0 | 130 | 64 | 57 |
| Octal | 377 | 274 | 372 | 0 | 32 | 2 | 0 | 460 | 144 | 127 |
| Binary | 11111111 | 10111100 | 11111010 | 0 | 11010 | 10 | 0 | 100110000 | 1100100 | 1010111 |
Color Harmonies of #FFBCFA
Complementary color
Monochromatic Colors of #FFBCFA
Black with #FFBCFA
Text Example
Text Example
White with #FFBCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCFA; }
p { color: rgb(255,188,250); }
H1.HeaderClassName
{
color: #FFBCFA;
}
.AnyTagClassName
{
color: #FFBCFA;
}
</style>
background-color css
<style>
a { background-color: #FFBCFA; }
a { background-color: rgb(255,188,250); }
div.DivClassName
{
background-color: #FFBCFA;
}
.BgClassName
{
background-color: #FFBCFA;
}
</style>
border-color css
<style>
span { border-color: #FFBCFA; }
span { border-color: rgb(255,188,250); }
td.TdClassName
{
border-color: #FFBCFA;
}
.TagClassName
{
border-color: #FFBCFA;
}
</style>