Shades of Lavender Rose #FBB7F3
Tints of Lavender Rose #FBB7F3
RGB
CMYK
RGB Variations
Color information
#FBB7F3 (or 0xFBB7F3) is known color: Lavender Rose. HEX triplet: FB, B7 and F3. RGB value is (251,183,243). Sum of RGB (Red+Green+Blue) = 251+183+243=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 183 (71.88% from 255 or 27.03% from 677); Blue value is 243 (95.31% from 255 or 35.89% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB7F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB7F3 is #04480C. Grayscale: #D1D1D1. Windows color (decimal): -280589 or 15972347. OLE color: 15972347.
HSL color Cylindrical-coordinate representation of color #FBB7F3: hue angle of 307.06º 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 #FBB7F3 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 183 | 243 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.02 |
| HSL | 307.06º | 0.89% | 0.85% | - |
| HSV(B) | 307.06º | 0.27% | 0.98% | - |
| XYZ | 72.89 | 60.85 | 92.7 | - |
| YUV | 210.17 | 146.53 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 183 | 243 | 0 | 0.27 | 0.03 | 0.02 | 307.06 | 0.89 | 0.85 |
| Hex | FB | B7 | F3 | 0 | 1B | 3 | 2 | 133 | 59 | 55 |
| Octal | 373 | 267 | 363 | 0 | 33 | 3 | 2 | 463 | 131 | 125 |
| Binary | 11111011 | 10110111 | 11110011 | 0 | 11011 | 11 | 10 | 100110011 | 1011001 | 1010101 |
Color Harmonies of #FBB7F3
Complementary color
Monochromatic Colors of #FBB7F3
Black with #FBB7F3
Text Example
Text Example
White with #FBB7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB7F3; }
p { color: rgb(251,183,243); }
H1.HeaderClassName
{
color: #FBB7F3;
}
.AnyTagClassName
{
color: #FBB7F3;
}
</style>
background-color css
<style>
a { background-color: #FBB7F3; }
a { background-color: rgb(251,183,243); }
div.DivClassName
{
background-color: #FBB7F3;
}
.BgClassName
{
background-color: #FBB7F3;
}
</style>
border-color css
<style>
span { border-color: #FBB7F3; }
span { border-color: rgb(251,183,243); }
td.TdClassName
{
border-color: #FBB7F3;
}
.TagClassName
{
border-color: #FBB7F3;
}
</style>