Shades of Tea Rose #FE7ECC
Tints of Tea Rose #FE7ECC
RGB
CMYK
RGB Variations
Color information
#FE7ECC (or 0xFE7ECC) is known color: Tea Rose. HEX triplet: FE, 7E and CC. RGB value is (254,126,204). Sum of RGB (Red+Green+Blue) = 254+126+204=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 126 (49.61% from 255 or 21.58% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7ECC is #018133. Grayscale: #ACACAC. Windows color (decimal): -98612 or 13401854. OLE color: 13401854.
HSL color Cylindrical-coordinate representation of color #FE7ECC: hue angle of 323.44º 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 #FE7ECC is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 126 | 204 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.00 |
| HSL | 323.44º | 0.98% | 0.75% | - |
| HSV(B) | 323.44º | 0.5% | 1% | - |
| XYZ | 59.23 | 40.35 | 61.79 | - |
| YUV | 173.16 | 145.41 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 126 | 204 | 0 | 0.50 | 0.20 | 0.00 | 323.44 | 0.98 | 0.75 |
| Hex | FE | 7E | CC | 0 | 32 | 14 | 0 | 143 | 62 | 4B |
| Octal | 376 | 176 | 314 | 0 | 62 | 24 | 0 | 503 | 142 | 113 |
| Binary | 11111110 | 1111110 | 11001100 | 0 | 110010 | 10100 | 0 | 101000011 | 1100010 | 1001011 |
Color Harmonies of #FE7ECC
Complementary color
Monochromatic Colors of #FE7ECC
Black with #FE7ECC
Text Example
Text Example
White with #FE7ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7ECC; }
p { color: rgb(254,126,204); }
H1.HeaderClassName
{
color: #FE7ECC;
}
.AnyTagClassName
{
color: #FE7ECC;
}
</style>
background-color css
<style>
a { background-color: #FE7ECC; }
a { background-color: rgb(254,126,204); }
div.DivClassName
{
background-color: #FE7ECC;
}
.BgClassName
{
background-color: #FE7ECC;
}
</style>
border-color css
<style>
span { border-color: #FE7ECC; }
span { border-color: rgb(254,126,204); }
td.TdClassName
{
border-color: #FE7ECC;
}
.TagClassName
{
border-color: #FE7ECC;
}
</style>