Shades of Tea Rose #FE7FC5
Tints of Tea Rose #FE7FC5
RGB
CMYK
RGB Variations
Color information
#FE7FC5 (or 0xFE7FC5) is known color: Tea Rose. HEX triplet: FE, 7F and C5. RGB value is (254,127,197). Sum of RGB (Red+Green+Blue) = 254+127+197=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 127 (50% from 255 or 21.97% from 578); Blue value is 197 (77.34% from 255 or 34.08% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7FC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7FC5 is #01803A. Grayscale: #ACACAC. Windows color (decimal): -98363 or 12943358. OLE color: 12943358.
HSL color Cylindrical-coordinate representation of color #FE7FC5: hue angle of 326.93º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE7FC5 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 197 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.00 |
| HSL | 326.93º | 0.98% | 0.75% | - |
| HSV(B) | 326.93º | 0.5% | 1% | - |
| XYZ | 58.54 | 40.28 | 57.51 | - |
| YUV | 172.95 | 141.58 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 197 | 0 | 0.50 | 0.22 | 0.00 | 326.93 | 0.98 | 0.75 |
| Hex | FE | 7F | C5 | 0 | 32 | 16 | 0 | 147 | 62 | 4B |
| Octal | 376 | 177 | 305 | 0 | 62 | 26 | 0 | 507 | 142 | 113 |
| Binary | 11111110 | 1111111 | 11000101 | 0 | 110010 | 10110 | 0 | 101000111 | 1100010 | 1001011 |
Color Harmonies of #FE7FC5
Complementary color
Monochromatic Colors of #FE7FC5
Black with #FE7FC5
Text Example
Text Example
White with #FE7FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7FC5; }
p { color: rgb(254,127,197); }
H1.HeaderClassName
{
color: #FE7FC5;
}
.AnyTagClassName
{
color: #FE7FC5;
}
</style>
background-color css
<style>
a { background-color: #FE7FC5; }
a { background-color: rgb(254,127,197); }
div.DivClassName
{
background-color: #FE7FC5;
}
.BgClassName
{
background-color: #FE7FC5;
}
</style>
border-color css
<style>
span { border-color: #FE7FC5; }
span { border-color: rgb(254,127,197); }
td.TdClassName
{
border-color: #FE7FC5;
}
.TagClassName
{
border-color: #FE7FC5;
}
</style>