Shades of Tea Rose #FC7EC2
Tints of Tea Rose #FC7EC2
RGB
CMYK
RGB Variations
Color information
#FC7EC2 (or 0xFC7EC2) is known color: Tea Rose. HEX triplet: FC, 7E and C2. RGB value is (252,126,194). Sum of RGB (Red+Green+Blue) = 252+126+194=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 126 (49.61% from 255 or 22.03% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7EC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7EC2 is #03813D. Grayscale: #ABABAB. Windows color (decimal): -229694 or 12746492. OLE color: 12746492.
HSL color Cylindrical-coordinate representation of color #FC7EC2: hue angle of 327.62º 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 #FC7EC2 is Cyan = 0, Magento = 0.5, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 126 | 194 | - |
| CMYK | 0 | 0.5 | 0.23 | 0.01 |
| HSL | 327.62º | 0.95% | 0.74% | - |
| HSV(B) | 327.62º | 0.5% | 0.99% | - |
| XYZ | 57.34 | 39.51 | 55.64 | - |
| YUV | 171.43 | 140.74 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 126 | 194 | 0 | 0.5 | 0.23 | 0.01 | 327.62 | 0.95 | 0.74 |
| Hex | FC | 7E | C2 | 0 | 32 | 17 | 1 | 148 | 5F | 4A |
| Octal | 374 | 176 | 302 | 0 | 62 | 27 | 1 | 510 | 137 | 112 |
| Binary | 11111100 | 1111110 | 11000010 | 0 | 110010 | 10111 | 1 | 101001000 | 1011111 | 1001010 |
Color Harmonies of #FC7EC2
Complementary color
Monochromatic Colors of #FC7EC2
Black with #FC7EC2
Text Example
Text Example
White with #FC7EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7EC2; }
p { color: rgb(252,126,194); }
H1.HeaderClassName
{
color: #FC7EC2;
}
.AnyTagClassName
{
color: #FC7EC2;
}
</style>
background-color css
<style>
a { background-color: #FC7EC2; }
a { background-color: rgb(252,126,194); }
div.DivClassName
{
background-color: #FC7EC2;
}
.BgClassName
{
background-color: #FC7EC2;
}
</style>
border-color css
<style>
span { border-color: #FC7EC2; }
span { border-color: rgb(252,126,194); }
td.TdClassName
{
border-color: #FC7EC2;
}
.TagClassName
{
border-color: #FC7EC2;
}
</style>