Shades of Tea Rose #FA8ACE
Tints of Tea Rose #FA8ACE
RGB
CMYK
RGB Variations
Color information
#FA8ACE (or 0xFA8ACE) is known color: Tea Rose. HEX triplet: FA, 8A and CE. RGB value is (250,138,206). Sum of RGB (Red+Green+Blue) = 250+138+206=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 138 (54.30% from 255 or 23.23% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8ACE is #057531. Grayscale: #B3B3B3. Windows color (decimal): -357682 or 13535994. OLE color: 13535994.
HSL color Cylindrical-coordinate representation of color #FA8ACE: hue angle of 323.57º 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 #FA8ACE is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 138 | 206 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.02 |
| HSL | 323.57º | 0.92% | 0.76% | - |
| HSV(B) | 323.57º | 0.45% | 0.98% | - |
| XYZ | 59.65 | 42.96 | 63.54 | - |
| YUV | 179.24 | 143.11 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 138 | 206 | 0 | 0.45 | 0.18 | 0.02 | 323.57 | 0.92 | 0.76 |
| Hex | FA | 8A | CE | 0 | 2D | 12 | 2 | 144 | 5C | 4C |
| Octal | 372 | 212 | 316 | 0 | 55 | 22 | 2 | 504 | 134 | 114 |
| Binary | 11111010 | 10001010 | 11001110 | 0 | 101101 | 10010 | 10 | 101000100 | 1011100 | 1001100 |
Color Harmonies of #FA8ACE
Complementary color
Monochromatic Colors of #FA8ACE
Black with #FA8ACE
Text Example
Text Example
White with #FA8ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8ACE; }
p { color: rgb(250,138,206); }
H1.HeaderClassName
{
color: #FA8ACE;
}
.AnyTagClassName
{
color: #FA8ACE;
}
</style>
background-color css
<style>
a { background-color: #FA8ACE; }
a { background-color: rgb(250,138,206); }
div.DivClassName
{
background-color: #FA8ACE;
}
.BgClassName
{
background-color: #FA8ACE;
}
</style>
border-color css
<style>
span { border-color: #FA8ACE; }
span { border-color: rgb(250,138,206); }
td.TdClassName
{
border-color: #FA8ACE;
}
.TagClassName
{
border-color: #FA8ACE;
}
</style>