Shades of Tea Rose #FA8AD0
Tints of Tea Rose #FA8AD0
RGB
CMYK
RGB Variations
Color information
#FA8AD0 (or 0xFA8AD0) is known color: Tea Rose. HEX triplet: FA, 8A and D0. RGB value is (250,138,208). Sum of RGB (Red+Green+Blue) = 250+138+208=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 138 (54.30% from 255 or 23.15% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8AD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8AD0 is #05752F. Grayscale: #B3B3B3. Windows color (decimal): -357680 or 13667066. OLE color: 13667066.
HSL color Cylindrical-coordinate representation of color #FA8AD0: hue angle of 322.5º 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 #FA8AD0 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 138 | 208 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.02 |
| HSL | 322.5º | 0.92% | 0.76% | - |
| HSV(B) | 322.5º | 0.45% | 0.98% | - |
| XYZ | 59.9 | 43.06 | 64.83 | - |
| YUV | 179.47 | 144.11 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 138 | 208 | 0 | 0.45 | 0.17 | 0.02 | 322.5 | 0.92 | 0.76 |
| Hex | FA | 8A | D0 | 0 | 2D | 11 | 2 | 142 | 5C | 4C |
| Octal | 372 | 212 | 320 | 0 | 55 | 21 | 2 | 502 | 134 | 114 |
| Binary | 11111010 | 10001010 | 11010000 | 0 | 101101 | 10001 | 10 | 101000010 | 1011100 | 1001100 |
Color Harmonies of #FA8AD0
Complementary color
Monochromatic Colors of #FA8AD0
Black with #FA8AD0
Text Example
Text Example
White with #FA8AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8AD0; }
p { color: rgb(250,138,208); }
H1.HeaderClassName
{
color: #FA8AD0;
}
.AnyTagClassName
{
color: #FA8AD0;
}
</style>
background-color css
<style>
a { background-color: #FA8AD0; }
a { background-color: rgb(250,138,208); }
div.DivClassName
{
background-color: #FA8AD0;
}
.BgClassName
{
background-color: #FA8AD0;
}
</style>
border-color css
<style>
span { border-color: #FA8AD0; }
span { border-color: rgb(250,138,208); }
td.TdClassName
{
border-color: #FA8AD0;
}
.TagClassName
{
border-color: #FA8AD0;
}
</style>