Shades of Tea Rose #FC8BC0
Tints of Tea Rose #FC8BC0
RGB
CMYK
RGB Variations
Color information
#FC8BC0 (or 0xFC8BC0) is known color: Tea Rose. HEX triplet: FC, 8B and C0. RGB value is (252,139,192). Sum of RGB (Red+Green+Blue) = 252+139+192=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 139 (54.69% from 255 or 23.84% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8BC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8BC0 is #03743F. Grayscale: #B2B2B2. Windows color (decimal): -226368 or 12618748. OLE color: 12618748.
HSL color Cylindrical-coordinate representation of color #FC8BC0: hue angle of 331.86º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FC8BC0 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 139 | 192 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.01 |
| HSL | 331.86º | 0.95% | 0.77% | - |
| HSV(B) | 331.86º | 0.45% | 0.99% | - |
| XYZ | 58.89 | 42.97 | 55.06 | - |
| YUV | 178.83 | 135.44 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 139 | 192 | 0 | 0.45 | 0.24 | 0.01 | 331.86 | 0.95 | 0.77 |
| Hex | FC | 8B | C0 | 0 | 2D | 18 | 1 | 14C | 5F | 4D |
| Octal | 374 | 213 | 300 | 0 | 55 | 30 | 1 | 514 | 137 | 115 |
| Binary | 11111100 | 10001011 | 11000000 | 0 | 101101 | 11000 | 1 | 101001100 | 1011111 | 1001101 |
Color Harmonies of #FC8BC0
Complementary color
Monochromatic Colors of #FC8BC0
Black with #FC8BC0
Text Example
Text Example
White with #FC8BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8BC0; }
p { color: rgb(252,139,192); }
H1.HeaderClassName
{
color: #FC8BC0;
}
.AnyTagClassName
{
color: #FC8BC0;
}
</style>
background-color css
<style>
a { background-color: #FC8BC0; }
a { background-color: rgb(252,139,192); }
div.DivClassName
{
background-color: #FC8BC0;
}
.BgClassName
{
background-color: #FC8BC0;
}
</style>
border-color css
<style>
span { border-color: #FC8BC0; }
span { border-color: rgb(252,139,192); }
td.TdClassName
{
border-color: #FC8BC0;
}
.TagClassName
{
border-color: #FC8BC0;
}
</style>