Shades of Tea Rose #FA8CBA
Tints of Tea Rose #FA8CBA
RGB
CMYK
RGB Variations
Color information
#FA8CBA (or 0xFA8CBA) is known color: Tea Rose. HEX triplet: FA, 8C and BA. RGB value is (250,140,186). Sum of RGB (Red+Green+Blue) = 250+140+186=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8CBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8CBA is #057345. Grayscale: #B2B2B2. Windows color (decimal): -357190 or 12225786. OLE color: 12225786.
HSL color Cylindrical-coordinate representation of color #FA8CBA: hue angle of 334.91º 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 #FA8CBA is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 140 | 186 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.02 |
| HSL | 334.91º | 0.92% | 0.76% | - |
| HSV(B) | 334.91º | 0.44% | 0.98% | - |
| XYZ | 57.67 | 42.63 | 51.64 | - |
| YUV | 178.13 | 132.44 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 140 | 186 | 0 | 0.44 | 0.26 | 0.02 | 334.91 | 0.92 | 0.76 |
| Hex | FA | 8C | BA | 0 | 2C | 1A | 2 | 14F | 5C | 4C |
| Octal | 372 | 214 | 272 | 0 | 54 | 32 | 2 | 517 | 134 | 114 |
| Binary | 11111010 | 10001100 | 10111010 | 0 | 101100 | 11010 | 10 | 101001111 | 1011100 | 1001100 |
Color Harmonies of #FA8CBA
Complementary color
Monochromatic Colors of #FA8CBA
Black with #FA8CBA
Text Example
Text Example
White with #FA8CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8CBA; }
p { color: rgb(250,140,186); }
H1.HeaderClassName
{
color: #FA8CBA;
}
.AnyTagClassName
{
color: #FA8CBA;
}
</style>
background-color css
<style>
a { background-color: #FA8CBA; }
a { background-color: rgb(250,140,186); }
div.DivClassName
{
background-color: #FA8CBA;
}
.BgClassName
{
background-color: #FA8CBA;
}
</style>
border-color css
<style>
span { border-color: #FA8CBA; }
span { border-color: rgb(250,140,186); }
td.TdClassName
{
border-color: #FA8CBA;
}
.TagClassName
{
border-color: #FA8CBA;
}
</style>