Shades of Tea Rose #FD7ECE
Tints of Tea Rose #FD7ECE
RGB
CMYK
RGB Variations
Color information
#FD7ECE (or 0xFD7ECE) is known color: Tea Rose. HEX triplet: FD, 7E and CE. RGB value is (253,126,206). Sum of RGB (Red+Green+Blue) = 253+126+206=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 126 (49.61% from 255 or 21.54% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7ECE is #028131. Grayscale: #ACACAC. Windows color (decimal): -164146 or 13532925. OLE color: 13532925.
HSL color Cylindrical-coordinate representation of color #FD7ECE: hue angle of 322.2º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FD7ECE is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 126 | 206 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.01 |
| HSL | 322.2º | 0.97% | 0.74% | - |
| HSV(B) | 322.2º | 0.5% | 0.99% | - |
| XYZ | 59.11 | 40.26 | 63.05 | - |
| YUV | 173.09 | 146.58 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 126 | 206 | 0 | 0.50 | 0.19 | 0.01 | 322.2 | 0.97 | 0.74 |
| Hex | FD | 7E | CE | 0 | 32 | 13 | 1 | 142 | 61 | 4A |
| Octal | 375 | 176 | 316 | 0 | 62 | 23 | 1 | 502 | 141 | 112 |
| Binary | 11111101 | 1111110 | 11001110 | 0 | 110010 | 10011 | 1 | 101000010 | 1100001 | 1001010 |
Color Harmonies of #FD7ECE
Complementary color
Monochromatic Colors of #FD7ECE
Black with #FD7ECE
Text Example
Text Example
White with #FD7ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7ECE; }
p { color: rgb(253,126,206); }
H1.HeaderClassName
{
color: #FD7ECE;
}
.AnyTagClassName
{
color: #FD7ECE;
}
</style>
background-color css
<style>
a { background-color: #FD7ECE; }
a { background-color: rgb(253,126,206); }
div.DivClassName
{
background-color: #FD7ECE;
}
.BgClassName
{
background-color: #FD7ECE;
}
</style>
border-color css
<style>
span { border-color: #FD7ECE; }
span { border-color: rgb(253,126,206); }
td.TdClassName
{
border-color: #FD7ECE;
}
.TagClassName
{
border-color: #FD7ECE;
}
</style>