Shades of Tea Rose #FC94C0
Tints of Tea Rose #FC94C0
RGB
CMYK
RGB Variations
Color information
#FC94C0 (or 0xFC94C0) is known color: Tea Rose. HEX triplet: FC, 94 and C0. RGB value is (252,148,192). Sum of RGB (Red+Green+Blue) = 252+148+192=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 148 (58.20% from 255 or 25% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FC94C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC94C0 is #036B3F. Grayscale: #B8B8B8. Windows color (decimal): -224064 or 12621052. OLE color: 12621052.
HSL color Cylindrical-coordinate representation of color #FC94C0: hue angle of 334.62º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FC94C0 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 148 | 192 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.01 |
| HSL | 334.62º | 0.95% | 0.78% | - |
| HSV(B) | 334.62º | 0.41% | 0.99% | - |
| XYZ | 60.25 | 45.68 | 55.51 | - |
| YUV | 184.11 | 132.46 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 148 | 192 | 0 | 0.41 | 0.24 | 0.01 | 334.62 | 0.95 | 0.78 |
| Hex | FC | 94 | C0 | 0 | 29 | 18 | 1 | 14F | 5F | 4E |
| Octal | 374 | 224 | 300 | 0 | 51 | 30 | 1 | 517 | 137 | 116 |
| Binary | 11111100 | 10010100 | 11000000 | 0 | 101001 | 11000 | 1 | 101001111 | 1011111 | 1001110 |
Color Harmonies of #FC94C0
Complementary color
Monochromatic Colors of #FC94C0
Black with #FC94C0
Text Example
Text Example
White with #FC94C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC94C0; }
p { color: rgb(252,148,192); }
H1.HeaderClassName
{
color: #FC94C0;
}
.AnyTagClassName
{
color: #FC94C0;
}
</style>
background-color css
<style>
a { background-color: #FC94C0; }
a { background-color: rgb(252,148,192); }
div.DivClassName
{
background-color: #FC94C0;
}
.BgClassName
{
background-color: #FC94C0;
}
</style>
border-color css
<style>
span { border-color: #FC94C0; }
span { border-color: rgb(252,148,192); }
td.TdClassName
{
border-color: #FC94C0;
}
.TagClassName
{
border-color: #FC94C0;
}
</style>