Shades of Tea Rose #FC7EC8
Tints of Tea Rose #FC7EC8
RGB
CMYK
RGB Variations
Color information
#FC7EC8 (or 0xFC7EC8) is known color: Tea Rose. HEX triplet: FC, 7E and C8. RGB value is (252,126,200). Sum of RGB (Red+Green+Blue) = 252+126+200=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 126 (49.61% from 255 or 21.80% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7EC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7EC8 is #038137. Grayscale: #ABABAB. Windows color (decimal): -229688 or 13139708. OLE color: 13139708.
HSL color Cylindrical-coordinate representation of color #FC7EC8: hue angle of 324.76º 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 #FC7EC8 is Cyan = 0, Magento = 0.5, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 126 | 200 | - |
| CMYK | 0 | 0.5 | 0.21 | 0.01 |
| HSL | 324.76º | 0.95% | 0.74% | - |
| HSV(B) | 324.76º | 0.5% | 0.99% | - |
| XYZ | 58.03 | 39.79 | 59.26 | - |
| YUV | 172.11 | 143.74 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 126 | 200 | 0 | 0.5 | 0.21 | 0.01 | 324.76 | 0.95 | 0.74 |
| Hex | FC | 7E | C8 | 0 | 32 | 15 | 1 | 145 | 5F | 4A |
| Octal | 374 | 176 | 310 | 0 | 62 | 25 | 1 | 505 | 137 | 112 |
| Binary | 11111100 | 1111110 | 11001000 | 0 | 110010 | 10101 | 1 | 101000101 | 1011111 | 1001010 |
Color Harmonies of #FC7EC8
Complementary color
Monochromatic Colors of #FC7EC8
Black with #FC7EC8
Text Example
Text Example
White with #FC7EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7EC8; }
p { color: rgb(252,126,200); }
H1.HeaderClassName
{
color: #FC7EC8;
}
.AnyTagClassName
{
color: #FC7EC8;
}
</style>
background-color css
<style>
a { background-color: #FC7EC8; }
a { background-color: rgb(252,126,200); }
div.DivClassName
{
background-color: #FC7EC8;
}
.BgClassName
{
background-color: #FC7EC8;
}
</style>
border-color css
<style>
span { border-color: #FC7EC8; }
span { border-color: rgb(252,126,200); }
td.TdClassName
{
border-color: #FC7EC8;
}
.TagClassName
{
border-color: #FC7EC8;
}
</style>