Shades of Tea Rose #FC8BCD
Tints of Tea Rose #FC8BCD
RGB
CMYK
RGB Variations
Color information
#FC8BCD (or 0xFC8BCD) is known color: Tea Rose. HEX triplet: FC, 8B and CD. RGB value is (252,139,205). Sum of RGB (Red+Green+Blue) = 252+139+205=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 139 (54.69% from 255 or 23.32% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8BCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8BCD is #037432. Grayscale: #B4B4B4. Windows color (decimal): -226355 or 13470716. OLE color: 13470716.
HSL color Cylindrical-coordinate representation of color #FC8BCD: hue angle of 324.96º 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 #FC8BCD is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 139 | 205 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.01 |
| HSL | 324.96º | 0.95% | 0.77% | - |
| HSV(B) | 324.96º | 0.45% | 0.99% | - |
| XYZ | 60.4 | 43.57 | 62.98 | - |
| YUV | 180.31 | 141.94 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 139 | 205 | 0 | 0.45 | 0.19 | 0.01 | 324.96 | 0.95 | 0.77 |
| Hex | FC | 8B | CD | 0 | 2D | 13 | 1 | 145 | 5F | 4D |
| Octal | 374 | 213 | 315 | 0 | 55 | 23 | 1 | 505 | 137 | 115 |
| Binary | 11111100 | 10001011 | 11001101 | 0 | 101101 | 10011 | 1 | 101000101 | 1011111 | 1001101 |
Color Harmonies of #FC8BCD
Complementary color
Monochromatic Colors of #FC8BCD
Black with #FC8BCD
Text Example
Text Example
White with #FC8BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8BCD; }
p { color: rgb(252,139,205); }
H1.HeaderClassName
{
color: #FC8BCD;
}
.AnyTagClassName
{
color: #FC8BCD;
}
</style>
background-color css
<style>
a { background-color: #FC8BCD; }
a { background-color: rgb(252,139,205); }
div.DivClassName
{
background-color: #FC8BCD;
}
.BgClassName
{
background-color: #FC8BCD;
}
</style>
border-color css
<style>
span { border-color: #FC8BCD; }
span { border-color: rgb(252,139,205); }
td.TdClassName
{
border-color: #FC8BCD;
}
.TagClassName
{
border-color: #FC8BCD;
}
</style>