Shades of Tea Rose #FC8FBC
Tints of Tea Rose #FC8FBC
RGB
CMYK
RGB Variations
Color information
#FC8FBC (or 0xFC8FBC) is known color: Tea Rose. HEX triplet: FC, 8F and BC. RGB value is (252,143,188). Sum of RGB (Red+Green+Blue) = 252+143+188=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 143 (56.25% from 255 or 24.53% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8FBC is #037043. Grayscale: #B4B4B4. Windows color (decimal): -225348 or 12357628. OLE color: 12357628.
HSL color Cylindrical-coordinate representation of color #FC8FBC: hue angle of 335.23º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FC8FBC is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 188 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.01 |
| HSL | 335.23º | 0.95% | 0.77% | - |
| HSV(B) | 335.23º | 0.43% | 0.99% | - |
| XYZ | 59.04 | 43.97 | 52.95 | - |
| YUV | 180.72 | 132.11 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 188 | 0 | 0.43 | 0.25 | 0.01 | 335.23 | 0.95 | 0.77 |
| Hex | FC | 8F | BC | 0 | 2B | 19 | 1 | 14F | 5F | 4D |
| Octal | 374 | 217 | 274 | 0 | 53 | 31 | 1 | 517 | 137 | 115 |
| Binary | 11111100 | 10001111 | 10111100 | 0 | 101011 | 11001 | 1 | 101001111 | 1011111 | 1001101 |
Color Harmonies of #FC8FBC
Complementary color
Monochromatic Colors of #FC8FBC
Black with #FC8FBC
Text Example
Text Example
White with #FC8FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8FBC; }
p { color: rgb(252,143,188); }
H1.HeaderClassName
{
color: #FC8FBC;
}
.AnyTagClassName
{
color: #FC8FBC;
}
</style>
background-color css
<style>
a { background-color: #FC8FBC; }
a { background-color: rgb(252,143,188); }
div.DivClassName
{
background-color: #FC8FBC;
}
.BgClassName
{
background-color: #FC8FBC;
}
</style>
border-color css
<style>
span { border-color: #FC8FBC; }
span { border-color: rgb(252,143,188); }
td.TdClassName
{
border-color: #FC8FBC;
}
.TagClassName
{
border-color: #FC8FBC;
}
</style>