Shades of Tea Rose #FA8ABC
Tints of Tea Rose #FA8ABC
RGB
CMYK
RGB Variations
Color information
#FA8ABC (or 0xFA8ABC) is known color: Tea Rose. HEX triplet: FA, 8A and BC. RGB value is (250,138,188). Sum of RGB (Red+Green+Blue) = 250+138+188=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 138 (54.30% from 255 or 23.96% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8ABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8ABC is #057543. Grayscale: #B1B1B1. Windows color (decimal): -357700 or 12356346. OLE color: 12356346.
HSL color Cylindrical-coordinate representation of color #FA8ABC: hue angle of 333.21º degrees, saturation: 0.92, 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 #FA8ABC is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 138 | 188 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.02 |
| HSL | 333.21º | 0.92% | 0.76% | - |
| HSV(B) | 333.21º | 0.45% | 0.98% | - |
| XYZ | 57.59 | 42.13 | 52.67 | - |
| YUV | 177.19 | 134.11 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 138 | 188 | 0 | 0.45 | 0.25 | 0.02 | 333.21 | 0.92 | 0.76 |
| Hex | FA | 8A | BC | 0 | 2D | 19 | 2 | 14D | 5C | 4C |
| Octal | 372 | 212 | 274 | 0 | 55 | 31 | 2 | 515 | 134 | 114 |
| Binary | 11111010 | 10001010 | 10111100 | 0 | 101101 | 11001 | 10 | 101001101 | 1011100 | 1001100 |
Color Harmonies of #FA8ABC
Complementary color
Monochromatic Colors of #FA8ABC
Black with #FA8ABC
Text Example
Text Example
White with #FA8ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8ABC; }
p { color: rgb(250,138,188); }
H1.HeaderClassName
{
color: #FA8ABC;
}
.AnyTagClassName
{
color: #FA8ABC;
}
</style>
background-color css
<style>
a { background-color: #FA8ABC; }
a { background-color: rgb(250,138,188); }
div.DivClassName
{
background-color: #FA8ABC;
}
.BgClassName
{
background-color: #FA8ABC;
}
</style>
border-color css
<style>
span { border-color: #FA8ABC; }
span { border-color: rgb(250,138,188); }
td.TdClassName
{
border-color: #FA8ABC;
}
.TagClassName
{
border-color: #FA8ABC;
}
</style>