Shades of Tea Rose #FC8CBC
Tints of Tea Rose #FC8CBC
RGB
CMYK
RGB Variations
Color information
#FC8CBC (or 0xFC8CBC) is known color: Tea Rose. HEX triplet: FC, 8C and BC. RGB value is (252,140,188). Sum of RGB (Red+Green+Blue) = 252+140+188=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8CBC is #037343. Grayscale: #B2B2B2. Windows color (decimal): -226116 or 12356860. OLE color: 12356860.
HSL color Cylindrical-coordinate representation of color #FC8CBC: hue angle of 334.29º 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 #FC8CBC is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 188 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.01 |
| HSL | 334.29º | 0.95% | 0.77% | - |
| HSV(B) | 334.29º | 0.44% | 0.99% | - |
| XYZ | 58.6 | 43.08 | 52.8 | - |
| YUV | 178.96 | 133.11 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 188 | 0 | 0.44 | 0.25 | 0.01 | 334.29 | 0.95 | 0.77 |
| Hex | FC | 8C | BC | 0 | 2C | 19 | 1 | 14E | 5F | 4D |
| Octal | 374 | 214 | 274 | 0 | 54 | 31 | 1 | 516 | 137 | 115 |
| Binary | 11111100 | 10001100 | 10111100 | 0 | 101100 | 11001 | 1 | 101001110 | 1011111 | 1001101 |
Color Harmonies of #FC8CBC
Complementary color
Monochromatic Colors of #FC8CBC
Black with #FC8CBC
Text Example
Text Example
White with #FC8CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8CBC; }
p { color: rgb(252,140,188); }
H1.HeaderClassName
{
color: #FC8CBC;
}
.AnyTagClassName
{
color: #FC8CBC;
}
</style>
background-color css
<style>
a { background-color: #FC8CBC; }
a { background-color: rgb(252,140,188); }
div.DivClassName
{
background-color: #FC8CBC;
}
.BgClassName
{
background-color: #FC8CBC;
}
</style>
border-color css
<style>
span { border-color: #FC8CBC; }
span { border-color: rgb(252,140,188); }
td.TdClassName
{
border-color: #FC8CBC;
}
.TagClassName
{
border-color: #FC8CBC;
}
</style>