Shades of Lavender Rose #FBB7FA
Tints of Lavender Rose #FBB7FA
RGB
CMYK
RGB Variations
Color information
#FBB7FA (or 0xFBB7FA) is known color: Lavender Rose. HEX triplet: FB, B7 and FA. RGB value is (251,183,250). Sum of RGB (Red+Green+Blue) = 251+183+250=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 183 (71.88% from 255 or 26.75% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB7FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB7FA is #044805. Grayscale: #D2D2D2. Windows color (decimal): -280582 or 16431099. OLE color: 16431099.
HSL color Cylindrical-coordinate representation of color #FBB7FA: hue angle of 300.88º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBB7FA is Cyan = 0, Magento = 0.27, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 183 | 250 | - |
| CMYK | 0 | 0.27 | 0.00 | 0.02 |
| HSL | 300.88º | 0.89% | 0.85% | - |
| HSV(B) | 300.88º | 0.27% | 0.98% | - |
| XYZ | 73.97 | 61.28 | 98.37 | - |
| YUV | 210.97 | 150.03 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 183 | 250 | 0 | 0.27 | 0.00 | 0.02 | 300.88 | 0.89 | 0.85 |
| Hex | FB | B7 | FA | 0 | 1B | 0 | 2 | 12D | 59 | 55 |
| Octal | 373 | 267 | 372 | 0 | 33 | 0 | 2 | 455 | 131 | 125 |
| Binary | 11111011 | 10110111 | 11111010 | 0 | 11011 | 0 | 10 | 100101101 | 1011001 | 1010101 |
Color Harmonies of #FBB7FA
Complementary color
Monochromatic Colors of #FBB7FA
Black with #FBB7FA
Text Example
Text Example
White with #FBB7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB7FA; }
p { color: rgb(251,183,250); }
H1.HeaderClassName
{
color: #FBB7FA;
}
.AnyTagClassName
{
color: #FBB7FA;
}
</style>
background-color css
<style>
a { background-color: #FBB7FA; }
a { background-color: rgb(251,183,250); }
div.DivClassName
{
background-color: #FBB7FA;
}
.BgClassName
{
background-color: #FBB7FA;
}
</style>
border-color css
<style>
span { border-color: #FBB7FA; }
span { border-color: rgb(251,183,250); }
td.TdClassName
{
border-color: #FBB7FA;
}
.TagClassName
{
border-color: #FBB7FA;
}
</style>