Shades of Tea Rose #FC7ECF
Tints of Tea Rose #FC7ECF
RGB
CMYK
RGB Variations
Color information
#FC7ECF (or 0xFC7ECF) is known color: Tea Rose. HEX triplet: FC, 7E and CF. RGB value is (252,126,207). Sum of RGB (Red+Green+Blue) = 252+126+207=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 126 (49.61% from 255 or 21.54% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7ECF is #038130. Grayscale: #ACACAC. Windows color (decimal): -229681 or 13598460. OLE color: 13598460.
HSL color Cylindrical-coordinate representation of color #FC7ECF: hue angle of 321.43º 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 #FC7ECF is Cyan = 0, Magento = 0.5, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 126 | 207 | - |
| CMYK | 0 | 0.5 | 0.18 | 0.01 |
| HSL | 321.43º | 0.95% | 0.74% | - |
| HSV(B) | 321.43º | 0.5% | 0.99% | - |
| XYZ | 58.87 | 40.12 | 63.67 | - |
| YUV | 172.91 | 147.24 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 126 | 207 | 0 | 0.5 | 0.18 | 0.01 | 321.43 | 0.95 | 0.74 |
| Hex | FC | 7E | CF | 0 | 32 | 12 | 1 | 141 | 5F | 4A |
| Octal | 374 | 176 | 317 | 0 | 62 | 22 | 1 | 501 | 137 | 112 |
| Binary | 11111100 | 1111110 | 11001111 | 0 | 110010 | 10010 | 1 | 101000001 | 1011111 | 1001010 |
Color Harmonies of #FC7ECF
Complementary color
Monochromatic Colors of #FC7ECF
Black with #FC7ECF
Text Example
Text Example
White with #FC7ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7ECF; }
p { color: rgb(252,126,207); }
H1.HeaderClassName
{
color: #FC7ECF;
}
.AnyTagClassName
{
color: #FC7ECF;
}
</style>
background-color css
<style>
a { background-color: #FC7ECF; }
a { background-color: rgb(252,126,207); }
div.DivClassName
{
background-color: #FC7ECF;
}
.BgClassName
{
background-color: #FC7ECF;
}
</style>
border-color css
<style>
span { border-color: #FC7ECF; }
span { border-color: rgb(252,126,207); }
td.TdClassName
{
border-color: #FC7ECF;
}
.TagClassName
{
border-color: #FC7ECF;
}
</style>