Shades of Tea Rose #FA8ED4
Tints of Tea Rose #FA8ED4
RGB
CMYK
RGB Variations
Color information
#FA8ED4 (or 0xFA8ED4) is known color: Tea Rose. HEX triplet: FA, 8E and D4. RGB value is (250,142,212). Sum of RGB (Red+Green+Blue) = 250+142+212=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 142 (55.86% from 255 or 23.51% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8ED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8ED4 is #05712B. Grayscale: #B6B6B6. Windows color (decimal): -356652 or 13930234. OLE color: 13930234.
HSL color Cylindrical-coordinate representation of color #FA8ED4: hue angle of 321.11º 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 #FA8ED4 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 142 | 212 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.02 |
| HSL | 321.11º | 0.92% | 0.77% | - |
| HSV(B) | 321.11º | 0.43% | 0.98% | - |
| XYZ | 60.98 | 44.42 | 67.65 | - |
| YUV | 182.27 | 144.78 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 142 | 212 | 0 | 0.43 | 0.15 | 0.02 | 321.11 | 0.92 | 0.77 |
| Hex | FA | 8E | D4 | 0 | 2B | F | 2 | 141 | 5C | 4D |
| Octal | 372 | 216 | 324 | 0 | 53 | 17 | 2 | 501 | 134 | 115 |
| Binary | 11111010 | 10001110 | 11010100 | 0 | 101011 | 1111 | 10 | 101000001 | 1011100 | 1001101 |
Color Harmonies of #FA8ED4
Complementary color
Monochromatic Colors of #FA8ED4
Black with #FA8ED4
Text Example
Text Example
White with #FA8ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8ED4; }
p { color: rgb(250,142,212); }
H1.HeaderClassName
{
color: #FA8ED4;
}
.AnyTagClassName
{
color: #FA8ED4;
}
</style>
background-color css
<style>
a { background-color: #FA8ED4; }
a { background-color: rgb(250,142,212); }
div.DivClassName
{
background-color: #FA8ED4;
}
.BgClassName
{
background-color: #FA8ED4;
}
</style>
border-color css
<style>
span { border-color: #FA8ED4; }
span { border-color: rgb(250,142,212); }
td.TdClassName
{
border-color: #FA8ED4;
}
.TagClassName
{
border-color: #FA8ED4;
}
</style>