Shades of Tea Rose #FA83CC
Tints of Tea Rose #FA83CC
RGB
CMYK
RGB Variations
Color information
#FA83CC (or 0xFA83CC) is known color: Tea Rose. HEX triplet: FA, 83 and CC. RGB value is (250,131,204). Sum of RGB (Red+Green+Blue) = 250+131+204=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 131 (51.56% from 255 or 22.39% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FA83CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA83CC is #057C33. Grayscale: #AEAEAE. Windows color (decimal): -359476 or 13403130. OLE color: 13403130.
HSL color Cylindrical-coordinate representation of color #FA83CC: hue angle of 323.19º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA83CC is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 131 | 204 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.02 |
| HSL | 323.19º | 0.92% | 0.75% | - |
| HSV(B) | 323.19º | 0.48% | 0.98% | - |
| XYZ | 58.44 | 40.92 | 61.94 | - |
| YUV | 174.9 | 144.42 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 131 | 204 | 0 | 0.48 | 0.18 | 0.02 | 323.19 | 0.92 | 0.75 |
| Hex | FA | 83 | CC | 0 | 30 | 12 | 2 | 143 | 5C | 4B |
| Octal | 372 | 203 | 314 | 0 | 60 | 22 | 2 | 503 | 134 | 113 |
| Binary | 11111010 | 10000011 | 11001100 | 0 | 110000 | 10010 | 10 | 101000011 | 1011100 | 1001011 |
Color Harmonies of #FA83CC
Complementary color
Monochromatic Colors of #FA83CC
Black with #FA83CC
Text Example
Text Example
White with #FA83CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA83CC; }
p { color: rgb(250,131,204); }
H1.HeaderClassName
{
color: #FA83CC;
}
.AnyTagClassName
{
color: #FA83CC;
}
</style>
background-color css
<style>
a { background-color: #FA83CC; }
a { background-color: rgb(250,131,204); }
div.DivClassName
{
background-color: #FA83CC;
}
.BgClassName
{
background-color: #FA83CC;
}
</style>
border-color css
<style>
span { border-color: #FA83CC; }
span { border-color: rgb(250,131,204); }
td.TdClassName
{
border-color: #FA83CC;
}
.TagClassName
{
border-color: #FA83CC;
}
</style>