Shades of Tea Rose #FC7EC7
Tints of Tea Rose #FC7EC7
RGB
CMYK
RGB Variations
Color information
#FC7EC7 (or 0xFC7EC7) is known color: Tea Rose. HEX triplet: FC, 7E and C7. RGB value is (252,126,199). Sum of RGB (Red+Green+Blue) = 252+126+199=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 126 (49.61% from 255 or 21.84% from 577); Blue value is 199 (78.12% from 255 or 34.49% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7EC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7EC7 is #038138. Grayscale: #ABABAB. Windows color (decimal): -229689 or 13074172. OLE color: 13074172.
HSL color Cylindrical-coordinate representation of color #FC7EC7: hue angle of 325.24º 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 #FC7EC7 is Cyan = 0, Magento = 0.5, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 126 | 199 | - |
| CMYK | 0 | 0.5 | 0.21 | 0.01 |
| HSL | 325.24º | 0.95% | 0.74% | - |
| HSV(B) | 325.24º | 0.5% | 0.99% | - |
| XYZ | 57.91 | 39.74 | 58.65 | - |
| YUV | 172 | 143.24 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 126 | 199 | 0 | 0.5 | 0.21 | 0.01 | 325.24 | 0.95 | 0.74 |
| Hex | FC | 7E | C7 | 0 | 32 | 15 | 1 | 145 | 5F | 4A |
| Octal | 374 | 176 | 307 | 0 | 62 | 25 | 1 | 505 | 137 | 112 |
| Binary | 11111100 | 1111110 | 11000111 | 0 | 110010 | 10101 | 1 | 101000101 | 1011111 | 1001010 |
Color Harmonies of #FC7EC7
Complementary color
Monochromatic Colors of #FC7EC7
Black with #FC7EC7
Text Example
Text Example
White with #FC7EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7EC7; }
p { color: rgb(252,126,199); }
H1.HeaderClassName
{
color: #FC7EC7;
}
.AnyTagClassName
{
color: #FC7EC7;
}
</style>
background-color css
<style>
a { background-color: #FC7EC7; }
a { background-color: rgb(252,126,199); }
div.DivClassName
{
background-color: #FC7EC7;
}
.BgClassName
{
background-color: #FC7EC7;
}
</style>
border-color css
<style>
span { border-color: #FC7EC7; }
span { border-color: rgb(252,126,199); }
td.TdClassName
{
border-color: #FC7EC7;
}
.TagClassName
{
border-color: #FC7EC7;
}
</style>