Shades of Tea Rose #FA8AD3
Tints of Tea Rose #FA8AD3
RGB
CMYK
RGB Variations
Color information
#FA8AD3 (or 0xFA8AD3) is known color: Tea Rose. HEX triplet: FA, 8A and D3. RGB value is (250,138,211). Sum of RGB (Red+Green+Blue) = 250+138+211=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 138 (54.30% from 255 or 23.04% from 599); Blue value is 211 (82.81% from 255 or 35.23% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8AD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8AD3 is #05752C. Grayscale: #B3B3B3. Windows color (decimal): -357677 or 13863674. OLE color: 13863674.
HSL color Cylindrical-coordinate representation of color #FA8AD3: hue angle of 320.89º 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 #FA8AD3 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 138 | 211 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.02 |
| HSL | 320.89º | 0.92% | 0.76% | - |
| HSV(B) | 320.89º | 0.45% | 0.98% | - |
| XYZ | 60.27 | 43.2 | 66.79 | - |
| YUV | 179.81 | 145.61 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 138 | 211 | 0 | 0.45 | 0.16 | 0.02 | 320.89 | 0.92 | 0.76 |
| Hex | FA | 8A | D3 | 0 | 2D | 10 | 2 | 141 | 5C | 4C |
| Octal | 372 | 212 | 323 | 0 | 55 | 20 | 2 | 501 | 134 | 114 |
| Binary | 11111010 | 10001010 | 11010011 | 0 | 101101 | 10000 | 10 | 101000001 | 1011100 | 1001100 |
Color Harmonies of #FA8AD3
Complementary color
Monochromatic Colors of #FA8AD3
Black with #FA8AD3
Text Example
Text Example
White with #FA8AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8AD3; }
p { color: rgb(250,138,211); }
H1.HeaderClassName
{
color: #FA8AD3;
}
.AnyTagClassName
{
color: #FA8AD3;
}
</style>
background-color css
<style>
a { background-color: #FA8AD3; }
a { background-color: rgb(250,138,211); }
div.DivClassName
{
background-color: #FA8AD3;
}
.BgClassName
{
background-color: #FA8AD3;
}
</style>
border-color css
<style>
span { border-color: #FA8AD3; }
span { border-color: rgb(250,138,211); }
td.TdClassName
{
border-color: #FA8AD3;
}
.TagClassName
{
border-color: #FA8AD3;
}
</style>