Shades of Tea Rose #FC7DCC
Tints of Tea Rose #FC7DCC
RGB
CMYK
RGB Variations
Color information
#FC7DCC (or 0xFC7DCC) is known color: Tea Rose. HEX triplet: FC, 7D and CC. RGB value is (252,125,204). Sum of RGB (Red+Green+Blue) = 252+125+204=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 125 (49.22% from 255 or 21.51% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7DCC is #038233. Grayscale: #ABABAB. Windows color (decimal): -229940 or 13401596. OLE color: 13401596.
HSL color Cylindrical-coordinate representation of color #FC7DCC: hue angle of 322.68º 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 #FC7DCC is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 204 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.01 |
| HSL | 322.68º | 0.95% | 0.74% | - |
| HSV(B) | 322.68º | 0.5% | 0.99% | - |
| XYZ | 58.38 | 39.72 | 61.72 | - |
| YUV | 171.98 | 146.08 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 204 | 0 | 0.50 | 0.19 | 0.01 | 322.68 | 0.95 | 0.74 |
| Hex | FC | 7D | CC | 0 | 32 | 13 | 1 | 143 | 5F | 4A |
| Octal | 374 | 175 | 314 | 0 | 62 | 23 | 1 | 503 | 137 | 112 |
| Binary | 11111100 | 1111101 | 11001100 | 0 | 110010 | 10011 | 1 | 101000011 | 1011111 | 1001010 |
Color Harmonies of #FC7DCC
Complementary color
Monochromatic Colors of #FC7DCC
Black with #FC7DCC
Text Example
Text Example
White with #FC7DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7DCC; }
p { color: rgb(252,125,204); }
H1.HeaderClassName
{
color: #FC7DCC;
}
.AnyTagClassName
{
color: #FC7DCC;
}
</style>
background-color css
<style>
a { background-color: #FC7DCC; }
a { background-color: rgb(252,125,204); }
div.DivClassName
{
background-color: #FC7DCC;
}
.BgClassName
{
background-color: #FC7DCC;
}
</style>
border-color css
<style>
span { border-color: #FC7DCC; }
span { border-color: rgb(252,125,204); }
td.TdClassName
{
border-color: #FC7DCC;
}
.TagClassName
{
border-color: #FC7DCC;
}
</style>