Shades of Tea Rose #FA8DBF
Tints of Tea Rose #FA8DBF
RGB
CMYK
RGB Variations
Color information
#FA8DBF (or 0xFA8DBF) is known color: Tea Rose. HEX triplet: FA, 8D and BF. RGB value is (250,141,191). Sum of RGB (Red+Green+Blue) = 250+141+191=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 141 (55.47% from 255 or 24.23% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8DBF is #057240. Grayscale: #B3B3B3. Windows color (decimal): -356929 or 12553722. OLE color: 12553722.
HSL color Cylindrical-coordinate representation of color #FA8DBF: hue angle of 332.48º 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 #FA8DBF is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 191 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.02 |
| HSL | 332.48º | 0.92% | 0.77% | - |
| HSV(B) | 332.48º | 0.44% | 0.98% | - |
| XYZ | 58.35 | 43.14 | 54.54 | - |
| YUV | 179.29 | 134.61 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 191 | 0 | 0.44 | 0.24 | 0.02 | 332.48 | 0.92 | 0.77 |
| Hex | FA | 8D | BF | 0 | 2C | 18 | 2 | 14C | 5C | 4D |
| Octal | 372 | 215 | 277 | 0 | 54 | 30 | 2 | 514 | 134 | 115 |
| Binary | 11111010 | 10001101 | 10111111 | 0 | 101100 | 11000 | 10 | 101001100 | 1011100 | 1001101 |
Color Harmonies of #FA8DBF
Complementary color
Monochromatic Colors of #FA8DBF
Black with #FA8DBF
Text Example
Text Example
White with #FA8DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8DBF; }
p { color: rgb(250,141,191); }
H1.HeaderClassName
{
color: #FA8DBF;
}
.AnyTagClassName
{
color: #FA8DBF;
}
</style>
background-color css
<style>
a { background-color: #FA8DBF; }
a { background-color: rgb(250,141,191); }
div.DivClassName
{
background-color: #FA8DBF;
}
.BgClassName
{
background-color: #FA8DBF;
}
</style>
border-color css
<style>
span { border-color: #FA8DBF; }
span { border-color: rgb(250,141,191); }
td.TdClassName
{
border-color: #FA8DBF;
}
.TagClassName
{
border-color: #FA8DBF;
}
</style>