Shades of Tea Rose #FE7DCE
Tints of Tea Rose #FE7DCE
RGB
CMYK
RGB Variations
Color information
#FE7DCE (or 0xFE7DCE) is known color: Tea Rose. HEX triplet: FE, 7D and CE. RGB value is (254,125,206). Sum of RGB (Red+Green+Blue) = 254+125+206=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 125 (49.22% from 255 or 21.37% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7DCE is #018231. Grayscale: #ACACAC. Windows color (decimal): -98866 or 13532670. OLE color: 13532670.
HSL color Cylindrical-coordinate representation of color #FE7DCE: hue angle of 322.33º 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 #FE7DCE is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 206 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.00 |
| HSL | 322.33º | 0.98% | 0.74% | - |
| HSV(B) | 322.33º | 0.51% | 1% | - |
| XYZ | 59.35 | 40.19 | 63.02 | - |
| YUV | 172.81 | 146.74 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 206 | 0 | 0.51 | 0.19 | 0.00 | 322.33 | 0.98 | 0.74 |
| Hex | FE | 7D | CE | 0 | 33 | 13 | 0 | 142 | 62 | 4A |
| Octal | 376 | 175 | 316 | 0 | 63 | 23 | 0 | 502 | 142 | 112 |
| Binary | 11111110 | 1111101 | 11001110 | 0 | 110011 | 10011 | 0 | 101000010 | 1100010 | 1001010 |
Color Harmonies of #FE7DCE
Complementary color
Monochromatic Colors of #FE7DCE
Black with #FE7DCE
Text Example
Text Example
White with #FE7DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7DCE; }
p { color: rgb(254,125,206); }
H1.HeaderClassName
{
color: #FE7DCE;
}
.AnyTagClassName
{
color: #FE7DCE;
}
</style>
background-color css
<style>
a { background-color: #FE7DCE; }
a { background-color: rgb(254,125,206); }
div.DivClassName
{
background-color: #FE7DCE;
}
.BgClassName
{
background-color: #FE7DCE;
}
</style>
border-color css
<style>
span { border-color: #FE7DCE; }
span { border-color: rgb(254,125,206); }
td.TdClassName
{
border-color: #FE7DCE;
}
.TagClassName
{
border-color: #FE7DCE;
}
</style>