Shades of Tea Rose #FA8AC5
Tints of Tea Rose #FA8AC5
RGB
CMYK
RGB Variations
Color information
#FA8AC5 (or 0xFA8AC5) is known color: Tea Rose. HEX triplet: FA, 8A and C5. RGB value is (250,138,197). Sum of RGB (Red+Green+Blue) = 250+138+197=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 138 (54.30% from 255 or 23.59% from 585); Blue value is 197 (77.34% from 255 or 33.68% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8AC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8AC5 is #05753A. Grayscale: #B2B2B2. Windows color (decimal): -357691 or 12946170. OLE color: 12946170.
HSL color Cylindrical-coordinate representation of color #FA8AC5: hue angle of 328.39º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FA8AC5 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 138 | 197 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.02 |
| HSL | 328.39º | 0.92% | 0.76% | - |
| HSV(B) | 328.39º | 0.45% | 0.98% | - |
| XYZ | 58.59 | 42.53 | 57.94 | - |
| YUV | 178.21 | 138.61 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 138 | 197 | 0 | 0.45 | 0.21 | 0.02 | 328.39 | 0.92 | 0.76 |
| Hex | FA | 8A | C5 | 0 | 2D | 15 | 2 | 148 | 5C | 4C |
| Octal | 372 | 212 | 305 | 0 | 55 | 25 | 2 | 510 | 134 | 114 |
| Binary | 11111010 | 10001010 | 11000101 | 0 | 101101 | 10101 | 10 | 101001000 | 1011100 | 1001100 |
Color Harmonies of #FA8AC5
Complementary color
Monochromatic Colors of #FA8AC5
Black with #FA8AC5
Text Example
Text Example
White with #FA8AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8AC5; }
p { color: rgb(250,138,197); }
H1.HeaderClassName
{
color: #FA8AC5;
}
.AnyTagClassName
{
color: #FA8AC5;
}
</style>
background-color css
<style>
a { background-color: #FA8AC5; }
a { background-color: rgb(250,138,197); }
div.DivClassName
{
background-color: #FA8AC5;
}
.BgClassName
{
background-color: #FA8AC5;
}
</style>
border-color css
<style>
span { border-color: #FA8AC5; }
span { border-color: rgb(250,138,197); }
td.TdClassName
{
border-color: #FA8AC5;
}
.TagClassName
{
border-color: #FA8AC5;
}
</style>