Shades of Tea Rose #FD7EC2
Tints of Tea Rose #FD7EC2
RGB
CMYK
RGB Variations
Color information
#FD7EC2 (or 0xFD7EC2) is known color: Tea Rose. HEX triplet: FD, 7E and C2. RGB value is (253,126,194). Sum of RGB (Red+Green+Blue) = 253+126+194=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 126 (49.61% from 255 or 21.99% from 573); Blue value is 194 (76.17% from 255 or 33.86% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7EC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7EC2 is #02813D. Grayscale: #ABABAB. Windows color (decimal): -164158 or 12746493. OLE color: 12746493.
HSL color Cylindrical-coordinate representation of color #FD7EC2: hue angle of 327.87º 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 #FD7EC2 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 126 | 194 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.01 |
| HSL | 327.87º | 0.97% | 0.74% | - |
| HSV(B) | 327.87º | 0.5% | 0.99% | - |
| XYZ | 57.71 | 39.7 | 55.66 | - |
| YUV | 171.73 | 140.58 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 126 | 194 | 0 | 0.50 | 0.23 | 0.01 | 327.87 | 0.97 | 0.74 |
| Hex | FD | 7E | C2 | 0 | 32 | 17 | 1 | 148 | 61 | 4A |
| Octal | 375 | 176 | 302 | 0 | 62 | 27 | 1 | 510 | 141 | 112 |
| Binary | 11111101 | 1111110 | 11000010 | 0 | 110010 | 10111 | 1 | 101001000 | 1100001 | 1001010 |
Color Harmonies of #FD7EC2
Complementary color
Monochromatic Colors of #FD7EC2
Black with #FD7EC2
Text Example
Text Example
White with #FD7EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7EC2; }
p { color: rgb(253,126,194); }
H1.HeaderClassName
{
color: #FD7EC2;
}
.AnyTagClassName
{
color: #FD7EC2;
}
</style>
background-color css
<style>
a { background-color: #FD7EC2; }
a { background-color: rgb(253,126,194); }
div.DivClassName
{
background-color: #FD7EC2;
}
.BgClassName
{
background-color: #FD7EC2;
}
</style>
border-color css
<style>
span { border-color: #FD7EC2; }
span { border-color: rgb(253,126,194); }
td.TdClassName
{
border-color: #FD7EC2;
}
.TagClassName
{
border-color: #FD7EC2;
}
</style>