Shades of Tea Rose #FA8ED2
Tints of Tea Rose #FA8ED2
RGB
CMYK
RGB Variations
Color information
#FA8ED2 (or 0xFA8ED2) is known color: Tea Rose. HEX triplet: FA, 8E and D2. RGB value is (250,142,210). Sum of RGB (Red+Green+Blue) = 250+142+210=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 142 (55.86% from 255 or 23.59% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8ED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8ED2 is #05712D. Grayscale: #B5B5B5. Windows color (decimal): -356654 or 13799162. OLE color: 13799162.
HSL color Cylindrical-coordinate representation of color #FA8ED2: hue angle of 322.22º 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 #FA8ED2 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 142 | 210 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.02 |
| HSL | 322.22º | 0.92% | 0.77% | - |
| HSV(B) | 322.22º | 0.43% | 0.98% | - |
| XYZ | 60.73 | 44.32 | 66.33 | - |
| YUV | 182.04 | 143.78 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 142 | 210 | 0 | 0.43 | 0.16 | 0.02 | 322.22 | 0.92 | 0.77 |
| Hex | FA | 8E | D2 | 0 | 2B | 10 | 2 | 142 | 5C | 4D |
| Octal | 372 | 216 | 322 | 0 | 53 | 20 | 2 | 502 | 134 | 115 |
| Binary | 11111010 | 10001110 | 11010010 | 0 | 101011 | 10000 | 10 | 101000010 | 1011100 | 1001101 |
Color Harmonies of #FA8ED2
Complementary color
Monochromatic Colors of #FA8ED2
Black with #FA8ED2
Text Example
Text Example
White with #FA8ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8ED2; }
p { color: rgb(250,142,210); }
H1.HeaderClassName
{
color: #FA8ED2;
}
.AnyTagClassName
{
color: #FA8ED2;
}
</style>
background-color css
<style>
a { background-color: #FA8ED2; }
a { background-color: rgb(250,142,210); }
div.DivClassName
{
background-color: #FA8ED2;
}
.BgClassName
{
background-color: #FA8ED2;
}
</style>
border-color css
<style>
span { border-color: #FA8ED2; }
span { border-color: rgb(250,142,210); }
td.TdClassName
{
border-color: #FA8ED2;
}
.TagClassName
{
border-color: #FA8ED2;
}
</style>