Shades of Tea Rose #FC8CBA
Tints of Tea Rose #FC8CBA
RGB
CMYK
RGB Variations
Color information
#FC8CBA (or 0xFC8CBA) is known color: Tea Rose. HEX triplet: FC, 8C and BA. RGB value is (252,140,186). Sum of RGB (Red+Green+Blue) = 252+140+186=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 140 (55.08% from 255 or 24.22% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8CBA is #037345. Grayscale: #B2B2B2. Windows color (decimal): -226118 or 12225788. OLE color: 12225788.
HSL color Cylindrical-coordinate representation of color #FC8CBA: hue angle of 335.36º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FC8CBA is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 186 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.01 |
| HSL | 335.36º | 0.95% | 0.77% | - |
| HSV(B) | 335.36º | 0.44% | 0.99% | - |
| XYZ | 58.39 | 43 | 51.68 | - |
| YUV | 178.73 | 132.11 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 186 | 0 | 0.44 | 0.26 | 0.01 | 335.36 | 0.95 | 0.77 |
| Hex | FC | 8C | BA | 0 | 2C | 1A | 1 | 14F | 5F | 4D |
| Octal | 374 | 214 | 272 | 0 | 54 | 32 | 1 | 517 | 137 | 115 |
| Binary | 11111100 | 10001100 | 10111010 | 0 | 101100 | 11010 | 1 | 101001111 | 1011111 | 1001101 |
Color Harmonies of #FC8CBA
Complementary color
Monochromatic Colors of #FC8CBA
Black with #FC8CBA
Text Example
Text Example
White with #FC8CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8CBA; }
p { color: rgb(252,140,186); }
H1.HeaderClassName
{
color: #FC8CBA;
}
.AnyTagClassName
{
color: #FC8CBA;
}
</style>
background-color css
<style>
a { background-color: #FC8CBA; }
a { background-color: rgb(252,140,186); }
div.DivClassName
{
background-color: #FC8CBA;
}
.BgClassName
{
background-color: #FC8CBA;
}
</style>
border-color css
<style>
span { border-color: #FC8CBA; }
span { border-color: rgb(252,140,186); }
td.TdClassName
{
border-color: #FC8CBA;
}
.TagClassName
{
border-color: #FC8CBA;
}
</style>