Shades of Tea Rose #FC93C3
Tints of Tea Rose #FC93C3
RGB
CMYK
RGB Variations
Color information
#FC93C3 (or 0xFC93C3) is known color: Tea Rose. HEX triplet: FC, 93 and C3. RGB value is (252,147,195). Sum of RGB (Red+Green+Blue) = 252+147+195=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 147 (57.81% from 255 or 24.75% from 594); Blue value is 195 (76.56% from 255 or 32.83% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC93C3 is #036C3C. Grayscale: #B7B7B7. Windows color (decimal): -224317 or 12817404. OLE color: 12817404.
HSL color Cylindrical-coordinate representation of color #FC93C3: hue angle of 332.57º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FC93C3 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 147 | 195 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.01 |
| HSL | 332.57º | 0.95% | 0.78% | - |
| HSV(B) | 332.57º | 0.42% | 0.99% | - |
| XYZ | 60.43 | 45.5 | 57.23 | - |
| YUV | 183.87 | 134.29 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 147 | 195 | 0 | 0.42 | 0.23 | 0.01 | 332.57 | 0.95 | 0.78 |
| Hex | FC | 93 | C3 | 0 | 2A | 17 | 1 | 14D | 5F | 4E |
| Octal | 374 | 223 | 303 | 0 | 52 | 27 | 1 | 515 | 137 | 116 |
| Binary | 11111100 | 10010011 | 11000011 | 0 | 101010 | 10111 | 1 | 101001101 | 1011111 | 1001110 |
Color Harmonies of #FC93C3
Complementary color
Monochromatic Colors of #FC93C3
Black with #FC93C3
Text Example
Text Example
White with #FC93C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC93C3; }
p { color: rgb(252,147,195); }
H1.HeaderClassName
{
color: #FC93C3;
}
.AnyTagClassName
{
color: #FC93C3;
}
</style>
background-color css
<style>
a { background-color: #FC93C3; }
a { background-color: rgb(252,147,195); }
div.DivClassName
{
background-color: #FC93C3;
}
.BgClassName
{
background-color: #FC93C3;
}
</style>
border-color css
<style>
span { border-color: #FC93C3; }
span { border-color: rgb(252,147,195); }
td.TdClassName
{
border-color: #FC93C3;
}
.TagClassName
{
border-color: #FC93C3;
}
</style>