Shades of Tea Rose #FC8ACD
Tints of Tea Rose #FC8ACD
RGB
CMYK
RGB Variations
Color information
#FC8ACD (or 0xFC8ACD) is known color: Tea Rose. HEX triplet: FC, 8A and CD. RGB value is (252,138,205). Sum of RGB (Red+Green+Blue) = 252+138+205=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 138 (54.30% from 255 or 23.19% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8ACD is #037532. Grayscale: #B3B3B3. Windows color (decimal): -226611 or 13470460. OLE color: 13470460.
HSL color Cylindrical-coordinate representation of color #FC8ACD: hue angle of 324.74º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FC8ACD is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 138 | 205 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.01 |
| HSL | 324.74º | 0.95% | 0.76% | - |
| HSV(B) | 324.74º | 0.45% | 0.99% | - |
| XYZ | 60.25 | 43.28 | 62.94 | - |
| YUV | 179.72 | 142.27 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 138 | 205 | 0 | 0.45 | 0.19 | 0.01 | 324.74 | 0.95 | 0.76 |
| Hex | FC | 8A | CD | 0 | 2D | 13 | 1 | 145 | 5F | 4C |
| Octal | 374 | 212 | 315 | 0 | 55 | 23 | 1 | 505 | 137 | 114 |
| Binary | 11111100 | 10001010 | 11001101 | 0 | 101101 | 10011 | 1 | 101000101 | 1011111 | 1001100 |
Color Harmonies of #FC8ACD
Complementary color
Monochromatic Colors of #FC8ACD
Black with #FC8ACD
Text Example
Text Example
White with #FC8ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8ACD; }
p { color: rgb(252,138,205); }
H1.HeaderClassName
{
color: #FC8ACD;
}
.AnyTagClassName
{
color: #FC8ACD;
}
</style>
background-color css
<style>
a { background-color: #FC8ACD; }
a { background-color: rgb(252,138,205); }
div.DivClassName
{
background-color: #FC8ACD;
}
.BgClassName
{
background-color: #FC8ACD;
}
</style>
border-color css
<style>
span { border-color: #FC8ACD; }
span { border-color: rgb(252,138,205); }
td.TdClassName
{
border-color: #FC8ACD;
}
.TagClassName
{
border-color: #FC8ACD;
}
</style>