Shades of Tea Rose #FA8BBB
Tints of Tea Rose #FA8BBB
RGB
CMYK
RGB Variations
Color information
#FA8BBB (or 0xFA8BBB) is known color: Tea Rose. HEX triplet: FA, 8B and BB. RGB value is (250,139,187). Sum of RGB (Red+Green+Blue) = 250+139+187=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 139 (54.69% from 255 or 24.13% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8BBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8BBB is #057444. Grayscale: #B1B1B1. Windows color (decimal): -357445 or 12291066. OLE color: 12291066.
HSL color Cylindrical-coordinate representation of color #FA8BBB: hue angle of 334.05º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8BBB is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 139 | 187 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.02 |
| HSL | 334.05º | 0.92% | 0.76% | - |
| HSV(B) | 334.05º | 0.44% | 0.98% | - |
| XYZ | 57.63 | 42.38 | 52.16 | - |
| YUV | 177.66 | 133.27 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 139 | 187 | 0 | 0.44 | 0.25 | 0.02 | 334.05 | 0.92 | 0.76 |
| Hex | FA | 8B | BB | 0 | 2C | 19 | 2 | 14E | 5C | 4C |
| Octal | 372 | 213 | 273 | 0 | 54 | 31 | 2 | 516 | 134 | 114 |
| Binary | 11111010 | 10001011 | 10111011 | 0 | 101100 | 11001 | 10 | 101001110 | 1011100 | 1001100 |
Color Harmonies of #FA8BBB
Complementary color
Monochromatic Colors of #FA8BBB
Black with #FA8BBB
Text Example
Text Example
White with #FA8BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8BBB; }
p { color: rgb(250,139,187); }
H1.HeaderClassName
{
color: #FA8BBB;
}
.AnyTagClassName
{
color: #FA8BBB;
}
</style>
background-color css
<style>
a { background-color: #FA8BBB; }
a { background-color: rgb(250,139,187); }
div.DivClassName
{
background-color: #FA8BBB;
}
.BgClassName
{
background-color: #FA8BBB;
}
</style>
border-color css
<style>
span { border-color: #FA8BBB; }
span { border-color: rgb(250,139,187); }
td.TdClassName
{
border-color: #FA8BBB;
}
.TagClassName
{
border-color: #FA8BBB;
}
</style>