Shades of Lavender Rose #FBB3FB
Tints of Lavender Rose #FBB3FB
RGB
CMYK
RGB Variations
Color information
#FBB3FB (or 0xFBB3FB) is known color: Lavender Rose. HEX triplet: FB, B3 and FB. RGB value is (251,179,251). Sum of RGB (Red+Green+Blue) = 251+179+251=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 179 (70.31% from 255 or 26.28% from 681); Blue value is 251 (98.44% from 255 or 36.86% from 681); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBB3FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB3FB is #044C04. Grayscale: #D0D0D0. Windows color (decimal): -281605 or 16495611. OLE color: 16495611.
HSL color Cylindrical-coordinate representation of color #FBB3FB: hue angle of 300º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBB3FB is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 179 | 251 | - |
| CMYK | 0 | 0.29 | 0 | 0.02 |
| HSL | 300º | 0.9% | 0.84% | - |
| HSV(B) | 300º | 0.29% | 0.98% | - |
| XYZ | 73.32 | 59.71 | 98.93 | - |
| YUV | 208.74 | 151.85 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 179 | 251 | 0 | 0.29 | 0 | 0.02 | 300 | 0.9 | 0.84 |
| Hex | FB | B3 | FB | 0 | 1D | 0 | 2 | 12C | 5A | 54 |
| Octal | 373 | 263 | 373 | 0 | 35 | 0 | 2 | 454 | 132 | 124 |
| Binary | 11111011 | 10110011 | 11111011 | 0 | 11101 | 0 | 10 | 100101100 | 1011010 | 1010100 |
Color Harmonies of #FBB3FB
Complementary color
Monochromatic Colors of #FBB3FB
Black with #FBB3FB
Text Example
Text Example
White with #FBB3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB3FB; }
p { color: rgb(251,179,251); }
H1.HeaderClassName
{
color: #FBB3FB;
}
.AnyTagClassName
{
color: #FBB3FB;
}
</style>
background-color css
<style>
a { background-color: #FBB3FB; }
a { background-color: rgb(251,179,251); }
div.DivClassName
{
background-color: #FBB3FB;
}
.BgClassName
{
background-color: #FBB3FB;
}
</style>
border-color css
<style>
span { border-color: #FBB3FB; }
span { border-color: rgb(251,179,251); }
td.TdClassName
{
border-color: #FBB3FB;
}
.TagClassName
{
border-color: #FBB3FB;
}
</style>