Shades of Tea Rose #FC83D0
Tints of Tea Rose #FC83D0
RGB
CMYK
RGB Variations
Color information
#FC83D0 (or 0xFC83D0) is known color: Tea Rose. HEX triplet: FC, 83 and D0. RGB value is (252,131,208). Sum of RGB (Red+Green+Blue) = 252+131+208=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 131 (51.56% from 255 or 22.17% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FC83D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC83D0 is #037C2F. Grayscale: #AFAFAF. Windows color (decimal): -228400 or 13665276. OLE color: 13665276.
HSL color Cylindrical-coordinate representation of color #FC83D0: hue angle of 321.82º 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 #FC83D0 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 131 | 208 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.01 |
| HSL | 321.82º | 0.95% | 0.75% | - |
| HSV(B) | 321.82º | 0.48% | 0.99% | - |
| XYZ | 59.65 | 41.48 | 64.54 | - |
| YUV | 175.96 | 146.09 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 131 | 208 | 0 | 0.48 | 0.17 | 0.01 | 321.82 | 0.95 | 0.75 |
| Hex | FC | 83 | D0 | 0 | 30 | 11 | 1 | 142 | 5F | 4B |
| Octal | 374 | 203 | 320 | 0 | 60 | 21 | 1 | 502 | 137 | 113 |
| Binary | 11111100 | 10000011 | 11010000 | 0 | 110000 | 10001 | 1 | 101000010 | 1011111 | 1001011 |
Color Harmonies of #FC83D0
Complementary color
Monochromatic Colors of #FC83D0
Black with #FC83D0
Text Example
Text Example
White with #FC83D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC83D0; }
p { color: rgb(252,131,208); }
H1.HeaderClassName
{
color: #FC83D0;
}
.AnyTagClassName
{
color: #FC83D0;
}
</style>
background-color css
<style>
a { background-color: #FC83D0; }
a { background-color: rgb(252,131,208); }
div.DivClassName
{
background-color: #FC83D0;
}
.BgClassName
{
background-color: #FC83D0;
}
</style>
border-color css
<style>
span { border-color: #FC83D0; }
span { border-color: rgb(252,131,208); }
td.TdClassName
{
border-color: #FC83D0;
}
.TagClassName
{
border-color: #FC83D0;
}
</style>