Shades of Tea Rose #FB8ABB
Tints of Tea Rose #FB8ABB
RGB
CMYK
RGB Variations
Color information
#FB8ABB (or 0xFB8ABB) is known color: Tea Rose. HEX triplet: FB, 8A and BB. RGB value is (251,138,187). Sum of RGB (Red+Green+Blue) = 251+138+187=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 138 (54.30% from 255 or 23.96% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8ABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8ABB is #047544. Grayscale: #B1B1B1. Windows color (decimal): -292165 or 12290811. OLE color: 12290811.
HSL color Cylindrical-coordinate representation of color #FB8ABB: hue angle of 333.98º 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 #FB8ABB is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 138 | 187 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.02 |
| HSL | 333.98º | 0.93% | 0.76% | - |
| HSV(B) | 333.98º | 0.45% | 0.98% | - |
| XYZ | 57.84 | 42.27 | 52.12 | - |
| YUV | 177.37 | 133.44 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 138 | 187 | 0 | 0.45 | 0.25 | 0.02 | 333.98 | 0.93 | 0.76 |
| Hex | FB | 8A | BB | 0 | 2D | 19 | 2 | 14E | 5D | 4C |
| Octal | 373 | 212 | 273 | 0 | 55 | 31 | 2 | 516 | 135 | 114 |
| Binary | 11111011 | 10001010 | 10111011 | 0 | 101101 | 11001 | 10 | 101001110 | 1011101 | 1001100 |
Color Harmonies of #FB8ABB
Complementary color
Monochromatic Colors of #FB8ABB
Black with #FB8ABB
Text Example
Text Example
White with #FB8ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8ABB; }
p { color: rgb(251,138,187); }
H1.HeaderClassName
{
color: #FB8ABB;
}
.AnyTagClassName
{
color: #FB8ABB;
}
</style>
background-color css
<style>
a { background-color: #FB8ABB; }
a { background-color: rgb(251,138,187); }
div.DivClassName
{
background-color: #FB8ABB;
}
.BgClassName
{
background-color: #FB8ABB;
}
</style>
border-color css
<style>
span { border-color: #FB8ABB; }
span { border-color: rgb(251,138,187); }
td.TdClassName
{
border-color: #FB8ABB;
}
.TagClassName
{
border-color: #FB8ABB;
}
</style>