Shades of Tea Rose #FB8ABA
Tints of Tea Rose #FB8ABA
RGB
CMYK
RGB Variations
Color information
#FB8ABA (or 0xFB8ABA) is known color: Tea Rose. HEX triplet: FB, 8A and BA. RGB value is (251,138,186). Sum of RGB (Red+Green+Blue) = 251+138+186=575 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.65% from 575); Green value is 138 (54.30% from 255 or 24% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8ABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8ABA is #047545. Grayscale: #B1B1B1. Windows color (decimal): -292166 or 12225275. OLE color: 12225275.
HSL color Cylindrical-coordinate representation of color #FB8ABA: hue angle of 334.51º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FB8ABA is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 138 | 186 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.02 |
| HSL | 334.51º | 0.93% | 0.76% | - |
| HSV(B) | 334.51º | 0.45% | 0.98% | - |
| XYZ | 57.74 | 42.23 | 51.56 | - |
| YUV | 177.26 | 132.94 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 138 | 186 | 0 | 0.45 | 0.26 | 0.02 | 334.51 | 0.93 | 0.76 |
| Hex | FB | 8A | BA | 0 | 2D | 1A | 2 | 14F | 5D | 4C |
| Octal | 373 | 212 | 272 | 0 | 55 | 32 | 2 | 517 | 135 | 114 |
| Binary | 11111011 | 10001010 | 10111010 | 0 | 101101 | 11010 | 10 | 101001111 | 1011101 | 1001100 |
Color Harmonies of #FB8ABA
Complementary color
Monochromatic Colors of #FB8ABA
Black with #FB8ABA
Text Example
Text Example
White with #FB8ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8ABA; }
p { color: rgb(251,138,186); }
H1.HeaderClassName
{
color: #FB8ABA;
}
.AnyTagClassName
{
color: #FB8ABA;
}
</style>
background-color css
<style>
a { background-color: #FB8ABA; }
a { background-color: rgb(251,138,186); }
div.DivClassName
{
background-color: #FB8ABA;
}
.BgClassName
{
background-color: #FB8ABA;
}
</style>
border-color css
<style>
span { border-color: #FB8ABA; }
span { border-color: rgb(251,138,186); }
td.TdClassName
{
border-color: #FB8ABA;
}
.TagClassName
{
border-color: #FB8ABA;
}
</style>