Shades of Tea Rose #FC7ECE
Tints of Tea Rose #FC7ECE
RGB
CMYK
RGB Variations
Color information
#FC7ECE (or 0xFC7ECE) is known color: Tea Rose. HEX triplet: FC, 7E and CE. RGB value is (252,126,206). Sum of RGB (Red+Green+Blue) = 252+126+206=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 126 (49.61% from 255 or 21.58% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7ECE is #038131. Grayscale: #ACACAC. Windows color (decimal): -229682 or 13532924. OLE color: 13532924.
HSL color Cylindrical-coordinate representation of color #FC7ECE: hue angle of 321.9º 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 #FC7ECE is Cyan = 0, Magento = 0.5, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 126 | 206 | - |
| CMYK | 0 | 0.5 | 0.18 | 0.01 |
| HSL | 321.9º | 0.95% | 0.74% | - |
| HSV(B) | 321.9º | 0.5% | 0.99% | - |
| XYZ | 58.75 | 40.07 | 63.03 | - |
| YUV | 172.79 | 146.74 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 126 | 206 | 0 | 0.5 | 0.18 | 0.01 | 321.9 | 0.95 | 0.74 |
| Hex | FC | 7E | CE | 0 | 32 | 12 | 1 | 142 | 5F | 4A |
| Octal | 374 | 176 | 316 | 0 | 62 | 22 | 1 | 502 | 137 | 112 |
| Binary | 11111100 | 1111110 | 11001110 | 0 | 110010 | 10010 | 1 | 101000010 | 1011111 | 1001010 |
Color Harmonies of #FC7ECE
Complementary color
Monochromatic Colors of #FC7ECE
Black with #FC7ECE
Text Example
Text Example
White with #FC7ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7ECE; }
p { color: rgb(252,126,206); }
H1.HeaderClassName
{
color: #FC7ECE;
}
.AnyTagClassName
{
color: #FC7ECE;
}
</style>
background-color css
<style>
a { background-color: #FC7ECE; }
a { background-color: rgb(252,126,206); }
div.DivClassName
{
background-color: #FC7ECE;
}
.BgClassName
{
background-color: #FC7ECE;
}
</style>
border-color css
<style>
span { border-color: #FC7ECE; }
span { border-color: rgb(252,126,206); }
td.TdClassName
{
border-color: #FC7ECE;
}
.TagClassName
{
border-color: #FC7ECE;
}
</style>