Shades of Tea Rose #FE7AC6
Tints of Tea Rose #FE7AC6
RGB
CMYK
RGB Variations
Color information
#FE7AC6 (or 0xFE7AC6) is known color: Tea Rose. HEX triplet: FE, 7A and C6. RGB value is (254,122,198). Sum of RGB (Red+Green+Blue) = 254+122+198=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 122 (48.05% from 255 or 21.25% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7AC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7AC6 is #018539. Grayscale: #A9A9A9. Windows color (decimal): -99642 or 13007614. OLE color: 13007614.
HSL color Cylindrical-coordinate representation of color #FE7AC6: hue angle of 325.45º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7AC6 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 198 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.00 |
| HSL | 325.45º | 0.99% | 0.74% | - |
| HSV(B) | 325.45º | 0.52% | 1% | - |
| XYZ | 58.03 | 39.07 | 57.91 | - |
| YUV | 170.13 | 143.73 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 198 | 0 | 0.52 | 0.22 | 0.00 | 325.45 | 0.99 | 0.74 |
| Hex | FE | 7A | C6 | 0 | 34 | 16 | 0 | 145 | 63 | 4A |
| Octal | 376 | 172 | 306 | 0 | 64 | 26 | 0 | 505 | 143 | 112 |
| Binary | 11111110 | 1111010 | 11000110 | 0 | 110100 | 10110 | 0 | 101000101 | 1100011 | 1001010 |
Color Harmonies of #FE7AC6
Complementary color
Monochromatic Colors of #FE7AC6
Black with #FE7AC6
Text Example
Text Example
White with #FE7AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7AC6; }
p { color: rgb(254,122,198); }
H1.HeaderClassName
{
color: #FE7AC6;
}
.AnyTagClassName
{
color: #FE7AC6;
}
</style>
background-color css
<style>
a { background-color: #FE7AC6; }
a { background-color: rgb(254,122,198); }
div.DivClassName
{
background-color: #FE7AC6;
}
.BgClassName
{
background-color: #FE7AC6;
}
</style>
border-color css
<style>
span { border-color: #FE7AC6; }
span { border-color: rgb(254,122,198); }
td.TdClassName
{
border-color: #FE7AC6;
}
.TagClassName
{
border-color: #FE7AC6;
}
</style>