Shades of Tea Rose #FC7FCD
Tints of Tea Rose #FC7FCD
RGB
CMYK
RGB Variations
Color information
#FC7FCD (or 0xFC7FCD) is known color: Tea Rose. HEX triplet: FC, 7F and CD. RGB value is (252,127,205). Sum of RGB (Red+Green+Blue) = 252+127+205=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 127 (50% from 255 or 21.75% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7FCD is #038032. Grayscale: #ADADAD. Windows color (decimal): -229427 or 13467644. OLE color: 13467644.
HSL color Cylindrical-coordinate representation of color #FC7FCD: hue angle of 322.56º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7FCD is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 127 | 205 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.01 |
| HSL | 322.56º | 0.95% | 0.74% | - |
| HSV(B) | 322.56º | 0.5% | 0.99% | - |
| XYZ | 58.75 | 40.28 | 62.44 | - |
| YUV | 173.27 | 145.91 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 127 | 205 | 0 | 0.50 | 0.19 | 0.01 | 322.56 | 0.95 | 0.74 |
| Hex | FC | 7F | CD | 0 | 32 | 13 | 1 | 143 | 5F | 4A |
| Octal | 374 | 177 | 315 | 0 | 62 | 23 | 1 | 503 | 137 | 112 |
| Binary | 11111100 | 1111111 | 11001101 | 0 | 110010 | 10011 | 1 | 101000011 | 1011111 | 1001010 |
Color Harmonies of #FC7FCD
Complementary color
Monochromatic Colors of #FC7FCD
Black with #FC7FCD
Text Example
Text Example
White with #FC7FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7FCD; }
p { color: rgb(252,127,205); }
H1.HeaderClassName
{
color: #FC7FCD;
}
.AnyTagClassName
{
color: #FC7FCD;
}
</style>
background-color css
<style>
a { background-color: #FC7FCD; }
a { background-color: rgb(252,127,205); }
div.DivClassName
{
background-color: #FC7FCD;
}
.BgClassName
{
background-color: #FC7FCD;
}
</style>
border-color css
<style>
span { border-color: #FC7FCD; }
span { border-color: rgb(252,127,205); }
td.TdClassName
{
border-color: #FC7FCD;
}
.TagClassName
{
border-color: #FC7FCD;
}
</style>