Shades of Tea Rose #FA8CBF
Tints of Tea Rose #FA8CBF
RGB
CMYK
RGB Variations
Color information
#FA8CBF (or 0xFA8CBF) is known color: Tea Rose. HEX triplet: FA, 8C and BF. RGB value is (250,140,191). Sum of RGB (Red+Green+Blue) = 250+140+191=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 140 (55.08% from 255 or 24.10% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8CBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8CBF is #057340. Grayscale: #B2B2B2. Windows color (decimal): -357185 or 12553466. OLE color: 12553466.
HSL color Cylindrical-coordinate representation of color #FA8CBF: hue angle of 332.18º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8CBF is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 140 | 191 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.02 |
| HSL | 332.18º | 0.92% | 0.76% | - |
| HSV(B) | 332.18º | 0.44% | 0.98% | - |
| XYZ | 58.21 | 42.84 | 54.49 | - |
| YUV | 178.7 | 134.94 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 140 | 191 | 0 | 0.44 | 0.24 | 0.02 | 332.18 | 0.92 | 0.76 |
| Hex | FA | 8C | BF | 0 | 2C | 18 | 2 | 14C | 5C | 4C |
| Octal | 372 | 214 | 277 | 0 | 54 | 30 | 2 | 514 | 134 | 114 |
| Binary | 11111010 | 10001100 | 10111111 | 0 | 101100 | 11000 | 10 | 101001100 | 1011100 | 1001100 |
Color Harmonies of #FA8CBF
Complementary color
Monochromatic Colors of #FA8CBF
Black with #FA8CBF
Text Example
Text Example
White with #FA8CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8CBF; }
p { color: rgb(250,140,191); }
H1.HeaderClassName
{
color: #FA8CBF;
}
.AnyTagClassName
{
color: #FA8CBF;
}
</style>
background-color css
<style>
a { background-color: #FA8CBF; }
a { background-color: rgb(250,140,191); }
div.DivClassName
{
background-color: #FA8CBF;
}
.BgClassName
{
background-color: #FA8CBF;
}
</style>
border-color css
<style>
span { border-color: #FA8CBF; }
span { border-color: rgb(250,140,191); }
td.TdClassName
{
border-color: #FA8CBF;
}
.TagClassName
{
border-color: #FA8CBF;
}
</style>