Shades of Tea Rose #FE7DCD
Tints of Tea Rose #FE7DCD
RGB
CMYK
RGB Variations
Color information
#FE7DCD (or 0xFE7DCD) is known color: Tea Rose. HEX triplet: FE, 7D and CD. RGB value is (254,125,205). Sum of RGB (Red+Green+Blue) = 254+125+205=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 125 (49.22% from 255 or 21.40% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7DCD is #018232. Grayscale: #ACACAC. Windows color (decimal): -98867 or 13467134. OLE color: 13467134.
HSL color Cylindrical-coordinate representation of color #FE7DCD: hue angle of 322.79º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE7DCD is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 205 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.00 |
| HSL | 322.79º | 0.98% | 0.74% | - |
| HSV(B) | 322.79º | 0.51% | 1% | - |
| XYZ | 59.23 | 40.15 | 62.38 | - |
| YUV | 172.69 | 146.24 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 205 | 0 | 0.51 | 0.19 | 0.00 | 322.79 | 0.98 | 0.74 |
| Hex | FE | 7D | CD | 0 | 33 | 13 | 0 | 143 | 62 | 4A |
| Octal | 376 | 175 | 315 | 0 | 63 | 23 | 0 | 503 | 142 | 112 |
| Binary | 11111110 | 1111101 | 11001101 | 0 | 110011 | 10011 | 0 | 101000011 | 1100010 | 1001010 |
Color Harmonies of #FE7DCD
Complementary color
Monochromatic Colors of #FE7DCD
Black with #FE7DCD
Text Example
Text Example
White with #FE7DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7DCD; }
p { color: rgb(254,125,205); }
H1.HeaderClassName
{
color: #FE7DCD;
}
.AnyTagClassName
{
color: #FE7DCD;
}
</style>
background-color css
<style>
a { background-color: #FE7DCD; }
a { background-color: rgb(254,125,205); }
div.DivClassName
{
background-color: #FE7DCD;
}
.BgClassName
{
background-color: #FE7DCD;
}
</style>
border-color css
<style>
span { border-color: #FE7DCD; }
span { border-color: rgb(254,125,205); }
td.TdClassName
{
border-color: #FE7DCD;
}
.TagClassName
{
border-color: #FE7DCD;
}
</style>