Shades of Tea Rose #FA8DB9
Tints of Tea Rose #FA8DB9
RGB
CMYK
RGB Variations
Color information
#FA8DB9 (or 0xFA8DB9) is known color: Tea Rose. HEX triplet: FA, 8D and B9. RGB value is (250,141,185). Sum of RGB (Red+Green+Blue) = 250+141+185=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 141 (55.47% from 255 or 24.48% from 576); Blue value is 185 (72.66% from 255 or 32.12% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8DB9 is #057246. Grayscale: #B2B2B2. Windows color (decimal): -356935 or 12160506. OLE color: 12160506.
HSL color Cylindrical-coordinate representation of color #FA8DB9: hue angle of 335.78º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8DB9 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 185 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.02 |
| HSL | 335.78º | 0.92% | 0.77% | - |
| HSV(B) | 335.78º | 0.44% | 0.98% | - |
| XYZ | 57.71 | 42.88 | 51.13 | - |
| YUV | 178.61 | 131.61 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 185 | 0 | 0.44 | 0.26 | 0.02 | 335.78 | 0.92 | 0.77 |
| Hex | FA | 8D | B9 | 0 | 2C | 1A | 2 | 150 | 5C | 4D |
| Octal | 372 | 215 | 271 | 0 | 54 | 32 | 2 | 520 | 134 | 115 |
| Binary | 11111010 | 10001101 | 10111001 | 0 | 101100 | 11010 | 10 | 101010000 | 1011100 | 1001101 |
Color Harmonies of #FA8DB9
Complementary color
Monochromatic Colors of #FA8DB9
Black with #FA8DB9
Text Example
Text Example
White with #FA8DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8DB9; }
p { color: rgb(250,141,185); }
H1.HeaderClassName
{
color: #FA8DB9;
}
.AnyTagClassName
{
color: #FA8DB9;
}
</style>
background-color css
<style>
a { background-color: #FA8DB9; }
a { background-color: rgb(250,141,185); }
div.DivClassName
{
background-color: #FA8DB9;
}
.BgClassName
{
background-color: #FA8DB9;
}
</style>
border-color css
<style>
span { border-color: #FA8DB9; }
span { border-color: rgb(250,141,185); }
td.TdClassName
{
border-color: #FA8DB9;
}
.TagClassName
{
border-color: #FA8DB9;
}
</style>