Shades of Tea Rose #FC83CF
Tints of Tea Rose #FC83CF
RGB
CMYK
RGB Variations
Color information
#FC83CF (or 0xFC83CF) is known color: Tea Rose. HEX triplet: FC, 83 and CF. RGB value is (252,131,207). Sum of RGB (Red+Green+Blue) = 252+131+207=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 131 (51.56% from 255 or 22.20% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FC83CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC83CF is #037C30. Grayscale: #AFAFAF. Windows color (decimal): -228401 or 13599740. OLE color: 13599740.
HSL color Cylindrical-coordinate representation of color #FC83CF: hue angle of 322.31º 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 #FC83CF is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 131 | 207 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.01 |
| HSL | 322.31º | 0.95% | 0.75% | - |
| HSV(B) | 322.31º | 0.48% | 0.99% | - |
| XYZ | 59.52 | 41.43 | 63.89 | - |
| YUV | 175.84 | 145.59 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 131 | 207 | 0 | 0.48 | 0.18 | 0.01 | 322.31 | 0.95 | 0.75 |
| Hex | FC | 83 | CF | 0 | 30 | 12 | 1 | 142 | 5F | 4B |
| Octal | 374 | 203 | 317 | 0 | 60 | 22 | 1 | 502 | 137 | 113 |
| Binary | 11111100 | 10000011 | 11001111 | 0 | 110000 | 10010 | 1 | 101000010 | 1011111 | 1001011 |
Color Harmonies of #FC83CF
Complementary color
Monochromatic Colors of #FC83CF
Black with #FC83CF
Text Example
Text Example
White with #FC83CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC83CF; }
p { color: rgb(252,131,207); }
H1.HeaderClassName
{
color: #FC83CF;
}
.AnyTagClassName
{
color: #FC83CF;
}
</style>
background-color css
<style>
a { background-color: #FC83CF; }
a { background-color: rgb(252,131,207); }
div.DivClassName
{
background-color: #FC83CF;
}
.BgClassName
{
background-color: #FC83CF;
}
</style>
border-color css
<style>
span { border-color: #FC83CF; }
span { border-color: rgb(252,131,207); }
td.TdClassName
{
border-color: #FC83CF;
}
.TagClassName
{
border-color: #FC83CF;
}
</style>