Shades of Tea Rose #FA8ED3
Tints of Tea Rose #FA8ED3
RGB
CMYK
RGB Variations
Color information
#FA8ED3 (or 0xFA8ED3) is known color: Tea Rose. HEX triplet: FA, 8E and D3. RGB value is (250,142,211). Sum of RGB (Red+Green+Blue) = 250+142+211=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 142 (55.86% from 255 or 23.55% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8ED3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8ED3 is #05712C. Grayscale: #B5B5B5. Windows color (decimal): -356653 or 13864698. OLE color: 13864698.
HSL color Cylindrical-coordinate representation of color #FA8ED3: hue angle of 321.67º 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 #FA8ED3 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 142 | 211 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.02 |
| HSL | 321.67º | 0.92% | 0.77% | - |
| HSV(B) | 321.67º | 0.43% | 0.98% | - |
| XYZ | 60.86 | 44.37 | 66.99 | - |
| YUV | 182.16 | 144.28 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 142 | 211 | 0 | 0.43 | 0.16 | 0.02 | 321.67 | 0.92 | 0.77 |
| Hex | FA | 8E | D3 | 0 | 2B | 10 | 2 | 142 | 5C | 4D |
| Octal | 372 | 216 | 323 | 0 | 53 | 20 | 2 | 502 | 134 | 115 |
| Binary | 11111010 | 10001110 | 11010011 | 0 | 101011 | 10000 | 10 | 101000010 | 1011100 | 1001101 |
Color Harmonies of #FA8ED3
Complementary color
Monochromatic Colors of #FA8ED3
Black with #FA8ED3
Text Example
Text Example
White with #FA8ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8ED3; }
p { color: rgb(250,142,211); }
H1.HeaderClassName
{
color: #FA8ED3;
}
.AnyTagClassName
{
color: #FA8ED3;
}
</style>
background-color css
<style>
a { background-color: #FA8ED3; }
a { background-color: rgb(250,142,211); }
div.DivClassName
{
background-color: #FA8ED3;
}
.BgClassName
{
background-color: #FA8ED3;
}
</style>
border-color css
<style>
span { border-color: #FA8ED3; }
span { border-color: rgb(250,142,211); }
td.TdClassName
{
border-color: #FA8ED3;
}
.TagClassName
{
border-color: #FA8ED3;
}
</style>