Shades of Tea Rose #FA8EBC
Tints of Tea Rose #FA8EBC
RGB
CMYK
RGB Variations
Color information
#FA8EBC (or 0xFA8EBC) is known color: Tea Rose. HEX triplet: FA, 8E and BC. RGB value is (250,142,188). Sum of RGB (Red+Green+Blue) = 250+142+188=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 142 (55.86% from 255 or 24.48% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8EBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8EBC is #057143. Grayscale: #B3B3B3. Windows color (decimal): -356676 or 12357370. OLE color: 12357370.
HSL color Cylindrical-coordinate representation of color #FA8EBC: hue angle of 334.44º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA8EBC is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 142 | 188 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.02 |
| HSL | 334.44º | 0.92% | 0.77% | - |
| HSV(B) | 334.44º | 0.43% | 0.98% | - |
| XYZ | 58.17 | 43.3 | 52.87 | - |
| YUV | 179.54 | 132.78 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 142 | 188 | 0 | 0.43 | 0.25 | 0.02 | 334.44 | 0.92 | 0.77 |
| Hex | FA | 8E | BC | 0 | 2B | 19 | 2 | 14E | 5C | 4D |
| Octal | 372 | 216 | 274 | 0 | 53 | 31 | 2 | 516 | 134 | 115 |
| Binary | 11111010 | 10001110 | 10111100 | 0 | 101011 | 11001 | 10 | 101001110 | 1011100 | 1001101 |
Color Harmonies of #FA8EBC
Complementary color
Monochromatic Colors of #FA8EBC
Black with #FA8EBC
Text Example
Text Example
White with #FA8EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8EBC; }
p { color: rgb(250,142,188); }
H1.HeaderClassName
{
color: #FA8EBC;
}
.AnyTagClassName
{
color: #FA8EBC;
}
</style>
background-color css
<style>
a { background-color: #FA8EBC; }
a { background-color: rgb(250,142,188); }
div.DivClassName
{
background-color: #FA8EBC;
}
.BgClassName
{
background-color: #FA8EBC;
}
</style>
border-color css
<style>
span { border-color: #FA8EBC; }
span { border-color: rgb(250,142,188); }
td.TdClassName
{
border-color: #FA8EBC;
}
.TagClassName
{
border-color: #FA8EBC;
}
</style>