Shades of Tea Rose #FB8FBB
Tints of Tea Rose #FB8FBB
RGB
CMYK
RGB Variations
Color information
#FB8FBB (or 0xFB8FBB) is known color: Tea Rose. HEX triplet: FB, 8F and BB. RGB value is (251,143,187). Sum of RGB (Red+Green+Blue) = 251+143+187=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8FBB is #047044. Grayscale: #B4B4B4. Windows color (decimal): -290885 or 12292091. OLE color: 12292091.
HSL color Cylindrical-coordinate representation of color #FB8FBB: hue angle of 335.56º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB8FBB is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 187 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.02 |
| HSL | 335.56º | 0.93% | 0.77% | - |
| HSV(B) | 335.56º | 0.43% | 0.98% | - |
| XYZ | 58.58 | 43.74 | 52.37 | - |
| YUV | 180.31 | 131.78 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 187 | 0 | 0.43 | 0.25 | 0.02 | 335.56 | 0.93 | 0.77 |
| Hex | FB | 8F | BB | 0 | 2B | 19 | 2 | 150 | 5D | 4D |
| Octal | 373 | 217 | 273 | 0 | 53 | 31 | 2 | 520 | 135 | 115 |
| Binary | 11111011 | 10001111 | 10111011 | 0 | 101011 | 11001 | 10 | 101010000 | 1011101 | 1001101 |
Color Harmonies of #FB8FBB
Complementary color
Monochromatic Colors of #FB8FBB
Black with #FB8FBB
Text Example
Text Example
White with #FB8FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8FBB; }
p { color: rgb(251,143,187); }
H1.HeaderClassName
{
color: #FB8FBB;
}
.AnyTagClassName
{
color: #FB8FBB;
}
</style>
background-color css
<style>
a { background-color: #FB8FBB; }
a { background-color: rgb(251,143,187); }
div.DivClassName
{
background-color: #FB8FBB;
}
.BgClassName
{
background-color: #FB8FBB;
}
</style>
border-color css
<style>
span { border-color: #FB8FBB; }
span { border-color: rgb(251,143,187); }
td.TdClassName
{
border-color: #FB8FBB;
}
.TagClassName
{
border-color: #FB8FBB;
}
</style>