Shades of Tea Rose #FA96D0
Tints of Tea Rose #FA96D0
RGB
CMYK
RGB Variations
Color information
#FA96D0 (or 0xFA96D0) is known color: Tea Rose. HEX triplet: FA, 96 and D0. RGB value is (250,150,208). Sum of RGB (Red+Green+Blue) = 250+150+208=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 150 (58.98% from 255 or 24.67% from 608); Blue value is 208 (81.64% from 255 or 34.21% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA96D0 is #05692F. Grayscale: #BABABA. Windows color (decimal): -354608 or 13670138. OLE color: 13670138.
HSL color Cylindrical-coordinate representation of color #FA96D0: hue angle of 325.2º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA96D0 is Cyan = 0, Magento = 0.4, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 150 | 208 | - |
| CMYK | 0 | 0.4 | 0.17 | 0.02 |
| HSL | 325.2º | 0.91% | 0.78% | - |
| HSV(B) | 325.2º | 0.4% | 0.98% | - |
| XYZ | 61.72 | 46.69 | 65.43 | - |
| YUV | 186.51 | 140.13 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 150 | 208 | 0 | 0.4 | 0.17 | 0.02 | 325.2 | 0.91 | 0.78 |
| Hex | FA | 96 | D0 | 0 | 28 | 11 | 2 | 145 | 5B | 4E |
| Octal | 372 | 226 | 320 | 0 | 50 | 21 | 2 | 505 | 133 | 116 |
| Binary | 11111010 | 10010110 | 11010000 | 0 | 101000 | 10001 | 10 | 101000101 | 1011011 | 1001110 |
Color Harmonies of #FA96D0
Complementary color
Monochromatic Colors of #FA96D0
Black with #FA96D0
Text Example
Text Example
White with #FA96D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA96D0; }
p { color: rgb(250,150,208); }
H1.HeaderClassName
{
color: #FA96D0;
}
.AnyTagClassName
{
color: #FA96D0;
}
</style>
background-color css
<style>
a { background-color: #FA96D0; }
a { background-color: rgb(250,150,208); }
div.DivClassName
{
background-color: #FA96D0;
}
.BgClassName
{
background-color: #FA96D0;
}
</style>
border-color css
<style>
span { border-color: #FA96D0; }
span { border-color: rgb(250,150,208); }
td.TdClassName
{
border-color: #FA96D0;
}
.TagClassName
{
border-color: #FA96D0;
}
</style>