Shades of Tea Rose #FA8CBE
Tints of Tea Rose #FA8CBE
RGB
CMYK
RGB Variations
Color information
#FA8CBE (or 0xFA8CBE) is known color: Tea Rose. HEX triplet: FA, 8C and BE. RGB value is (250,140,190). Sum of RGB (Red+Green+Blue) = 250+140+190=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8CBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8CBE is #057341. Grayscale: #B2B2B2. Windows color (decimal): -357186 or 12487930. OLE color: 12487930.
HSL color Cylindrical-coordinate representation of color #FA8CBE: hue angle of 332.73º 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 #FA8CBE is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 140 | 190 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.02 |
| HSL | 332.73º | 0.92% | 0.76% | - |
| HSV(B) | 332.73º | 0.44% | 0.98% | - |
| XYZ | 58.1 | 42.8 | 53.91 | - |
| YUV | 178.59 | 134.44 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 140 | 190 | 0 | 0.44 | 0.24 | 0.02 | 332.73 | 0.92 | 0.76 |
| Hex | FA | 8C | BE | 0 | 2C | 18 | 2 | 14D | 5C | 4C |
| Octal | 372 | 214 | 276 | 0 | 54 | 30 | 2 | 515 | 134 | 114 |
| Binary | 11111010 | 10001100 | 10111110 | 0 | 101100 | 11000 | 10 | 101001101 | 1011100 | 1001100 |
Color Harmonies of #FA8CBE
Complementary color
Monochromatic Colors of #FA8CBE
Black with #FA8CBE
Text Example
Text Example
White with #FA8CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8CBE; }
p { color: rgb(250,140,190); }
H1.HeaderClassName
{
color: #FA8CBE;
}
.AnyTagClassName
{
color: #FA8CBE;
}
</style>
background-color css
<style>
a { background-color: #FA8CBE; }
a { background-color: rgb(250,140,190); }
div.DivClassName
{
background-color: #FA8CBE;
}
.BgClassName
{
background-color: #FA8CBE;
}
</style>
border-color css
<style>
span { border-color: #FA8CBE; }
span { border-color: rgb(250,140,190); }
td.TdClassName
{
border-color: #FA8CBE;
}
.TagClassName
{
border-color: #FA8CBE;
}
</style>