Shades of Tea Rose #FA84CB
Tints of Tea Rose #FA84CB
RGB
CMYK
RGB Variations
Color information
#FA84CB (or 0xFA84CB) is known color: Tea Rose. HEX triplet: FA, 84 and CB. RGB value is (250,132,203). Sum of RGB (Red+Green+Blue) = 250+132+203=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 132 (51.95% from 255 or 22.56% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FA84CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA84CB is #057B34. Grayscale: #AFAFAF. Windows color (decimal): -359221 or 13337850. OLE color: 13337850.
HSL color Cylindrical-coordinate representation of color #FA84CB: hue angle of 323.9º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FA84CB is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 203 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.02 |
| HSL | 323.9º | 0.92% | 0.75% | - |
| HSV(B) | 323.9º | 0.47% | 0.98% | - |
| XYZ | 58.46 | 41.14 | 61.36 | - |
| YUV | 175.38 | 143.59 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 203 | 0 | 0.47 | 0.19 | 0.02 | 323.9 | 0.92 | 0.75 |
| Hex | FA | 84 | CB | 0 | 2F | 13 | 2 | 144 | 5C | 4B |
| Octal | 372 | 204 | 313 | 0 | 57 | 23 | 2 | 504 | 134 | 113 |
| Binary | 11111010 | 10000100 | 11001011 | 0 | 101111 | 10011 | 10 | 101000100 | 1011100 | 1001011 |
Color Harmonies of #FA84CB
Complementary color
Monochromatic Colors of #FA84CB
Black with #FA84CB
Text Example
Text Example
White with #FA84CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA84CB; }
p { color: rgb(250,132,203); }
H1.HeaderClassName
{
color: #FA84CB;
}
.AnyTagClassName
{
color: #FA84CB;
}
</style>
background-color css
<style>
a { background-color: #FA84CB; }
a { background-color: rgb(250,132,203); }
div.DivClassName
{
background-color: #FA84CB;
}
.BgClassName
{
background-color: #FA84CB;
}
</style>
border-color css
<style>
span { border-color: #FA84CB; }
span { border-color: rgb(250,132,203); }
td.TdClassName
{
border-color: #FA84CB;
}
.TagClassName
{
border-color: #FA84CB;
}
</style>