Shades of Tea Rose #FC83C9
Tints of Tea Rose #FC83C9
RGB
CMYK
RGB Variations
Color information
#FC83C9 (or 0xFC83C9) is known color: Tea Rose. HEX triplet: FC, 83 and C9. RGB value is (252,131,201). Sum of RGB (Red+Green+Blue) = 252+131+201=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 131 (51.56% from 255 or 22.43% from 584); Blue value is 201 (78.91% from 255 or 34.42% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FC83C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC83C9 is #037C36. Grayscale: #AFAFAF. Windows color (decimal): -228407 or 13206524. OLE color: 13206524.
HSL color Cylindrical-coordinate representation of color #FC83C9: hue angle of 325.29º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FC83C9 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 131 | 201 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.01 |
| HSL | 325.29º | 0.95% | 0.75% | - |
| HSV(B) | 325.29º | 0.48% | 0.99% | - |
| XYZ | 58.8 | 41.15 | 60.1 | - |
| YUV | 175.16 | 142.59 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 131 | 201 | 0 | 0.48 | 0.20 | 0.01 | 325.29 | 0.95 | 0.75 |
| Hex | FC | 83 | C9 | 0 | 30 | 14 | 1 | 145 | 5F | 4B |
| Octal | 374 | 203 | 311 | 0 | 60 | 24 | 1 | 505 | 137 | 113 |
| Binary | 11111100 | 10000011 | 11001001 | 0 | 110000 | 10100 | 1 | 101000101 | 1011111 | 1001011 |
Color Harmonies of #FC83C9
Complementary color
Monochromatic Colors of #FC83C9
Black with #FC83C9
Text Example
Text Example
White with #FC83C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC83C9; }
p { color: rgb(252,131,201); }
H1.HeaderClassName
{
color: #FC83C9;
}
.AnyTagClassName
{
color: #FC83C9;
}
</style>
background-color css
<style>
a { background-color: #FC83C9; }
a { background-color: rgb(252,131,201); }
div.DivClassName
{
background-color: #FC83C9;
}
.BgClassName
{
background-color: #FC83C9;
}
</style>
border-color css
<style>
span { border-color: #FC83C9; }
span { border-color: rgb(252,131,201); }
td.TdClassName
{
border-color: #FC83C9;
}
.TagClassName
{
border-color: #FC83C9;
}
</style>