Shades of Tea Rose #FA8CCA
Tints of Tea Rose #FA8CCA
RGB
CMYK
RGB Variations
Color information
#FA8CCA (or 0xFA8CCA) is known color: Tea Rose. HEX triplet: FA, 8C and CA. RGB value is (250,140,202). Sum of RGB (Red+Green+Blue) = 250+140+202=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 140 (55.08% from 255 or 23.65% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8CCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8CCA is #057335. Grayscale: #B3B3B3. Windows color (decimal): -357174 or 13274362. OLE color: 13274362.
HSL color Cylindrical-coordinate representation of color #FA8CCA: hue angle of 326.18º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8CCA is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 140 | 202 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.02 |
| HSL | 326.18º | 0.92% | 0.76% | - |
| HSV(B) | 326.18º | 0.44% | 0.98% | - |
| XYZ | 59.46 | 43.34 | 61.11 | - |
| YUV | 179.96 | 140.44 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 140 | 202 | 0 | 0.44 | 0.19 | 0.02 | 326.18 | 0.92 | 0.76 |
| Hex | FA | 8C | CA | 0 | 2C | 13 | 2 | 146 | 5C | 4C |
| Octal | 372 | 214 | 312 | 0 | 54 | 23 | 2 | 506 | 134 | 114 |
| Binary | 11111010 | 10001100 | 11001010 | 0 | 101100 | 10011 | 10 | 101000110 | 1011100 | 1001100 |
Color Harmonies of #FA8CCA
Complementary color
Monochromatic Colors of #FA8CCA
Black with #FA8CCA
Text Example
Text Example
White with #FA8CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8CCA; }
p { color: rgb(250,140,202); }
H1.HeaderClassName
{
color: #FA8CCA;
}
.AnyTagClassName
{
color: #FA8CCA;
}
</style>
background-color css
<style>
a { background-color: #FA8CCA; }
a { background-color: rgb(250,140,202); }
div.DivClassName
{
background-color: #FA8CCA;
}
.BgClassName
{
background-color: #FA8CCA;
}
</style>
border-color css
<style>
span { border-color: #FA8CCA; }
span { border-color: rgb(250,140,202); }
td.TdClassName
{
border-color: #FA8CCA;
}
.TagClassName
{
border-color: #FA8CCA;
}
</style>