Shades of Tea Rose #FA8DBB
Tints of Tea Rose #FA8DBB
RGB
CMYK
RGB Variations
Color information
#FA8DBB (or 0xFA8DBB) is known color: Tea Rose. HEX triplet: FA, 8D and BB. RGB value is (250,141,187). Sum of RGB (Red+Green+Blue) = 250+141+187=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 141 (55.47% from 255 or 24.39% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8DBB is #057244. Grayscale: #B2B2B2. Windows color (decimal): -356933 or 12291578. OLE color: 12291578.
HSL color Cylindrical-coordinate representation of color #FA8DBB: hue angle of 334.68º 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 #FA8DBB is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 187 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.02 |
| HSL | 334.68º | 0.92% | 0.77% | - |
| HSV(B) | 334.68º | 0.44% | 0.98% | - |
| XYZ | 57.92 | 42.96 | 52.25 | - |
| YUV | 178.84 | 132.61 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 187 | 0 | 0.44 | 0.25 | 0.02 | 334.68 | 0.92 | 0.77 |
| Hex | FA | 8D | BB | 0 | 2C | 19 | 2 | 14F | 5C | 4D |
| Octal | 372 | 215 | 273 | 0 | 54 | 31 | 2 | 517 | 134 | 115 |
| Binary | 11111010 | 10001101 | 10111011 | 0 | 101100 | 11001 | 10 | 101001111 | 1011100 | 1001101 |
Color Harmonies of #FA8DBB
Complementary color
Monochromatic Colors of #FA8DBB
Black with #FA8DBB
Text Example
Text Example
White with #FA8DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8DBB; }
p { color: rgb(250,141,187); }
H1.HeaderClassName
{
color: #FA8DBB;
}
.AnyTagClassName
{
color: #FA8DBB;
}
</style>
background-color css
<style>
a { background-color: #FA8DBB; }
a { background-color: rgb(250,141,187); }
div.DivClassName
{
background-color: #FA8DBB;
}
.BgClassName
{
background-color: #FA8DBB;
}
</style>
border-color css
<style>
span { border-color: #FA8DBB; }
span { border-color: rgb(250,141,187); }
td.TdClassName
{
border-color: #FA8DBB;
}
.TagClassName
{
border-color: #FA8DBB;
}
</style>