Shades of Tea Rose #FA8ED0
Tints of Tea Rose #FA8ED0
RGB
CMYK
RGB Variations
Color information
#FA8ED0 (or 0xFA8ED0) is known color: Tea Rose. HEX triplet: FA, 8E and D0. RGB value is (250,142,208). Sum of RGB (Red+Green+Blue) = 250+142+208=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 142 (55.86% from 255 or 23.67% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8ED0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8ED0 is #05712F. Grayscale: #B5B5B5. Windows color (decimal): -356656 or 13668090. OLE color: 13668090.
HSL color Cylindrical-coordinate representation of color #FA8ED0: hue angle of 323.33º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA8ED0 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 142 | 208 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.02 |
| HSL | 323.33º | 0.92% | 0.77% | - |
| HSV(B) | 323.33º | 0.43% | 0.98% | - |
| XYZ | 60.48 | 44.22 | 65.02 | - |
| YUV | 181.82 | 142.78 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 142 | 208 | 0 | 0.43 | 0.17 | 0.02 | 323.33 | 0.92 | 0.77 |
| Hex | FA | 8E | D0 | 0 | 2B | 11 | 2 | 143 | 5C | 4D |
| Octal | 372 | 216 | 320 | 0 | 53 | 21 | 2 | 503 | 134 | 115 |
| Binary | 11111010 | 10001110 | 11010000 | 0 | 101011 | 10001 | 10 | 101000011 | 1011100 | 1001101 |
Color Harmonies of #FA8ED0
Complementary color
Monochromatic Colors of #FA8ED0
Black with #FA8ED0
Text Example
Text Example
White with #FA8ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8ED0; }
p { color: rgb(250,142,208); }
H1.HeaderClassName
{
color: #FA8ED0;
}
.AnyTagClassName
{
color: #FA8ED0;
}
</style>
background-color css
<style>
a { background-color: #FA8ED0; }
a { background-color: rgb(250,142,208); }
div.DivClassName
{
background-color: #FA8ED0;
}
.BgClassName
{
background-color: #FA8ED0;
}
</style>
border-color css
<style>
span { border-color: #FA8ED0; }
span { border-color: rgb(250,142,208); }
td.TdClassName
{
border-color: #FA8ED0;
}
.TagClassName
{
border-color: #FA8ED0;
}
</style>