Shades of Tea Rose #FE80CD
Tints of Tea Rose #FE80CD
RGB
CMYK
RGB Variations
Color information
#FE80CD (or 0xFE80CD) is known color: Tea Rose. HEX triplet: FE, 80 and CD. RGB value is (254,128,205). Sum of RGB (Red+Green+Blue) = 254+128+205=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 128 (50.39% from 255 or 21.81% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE80CD is #017F32. Grayscale: #AEAEAE. Windows color (decimal): -98099 or 13467902. OLE color: 13467902.
HSL color Cylindrical-coordinate representation of color #FE80CD: hue angle of 323.33º 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 #FE80CD is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 205 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.00 |
| HSL | 323.33º | 0.98% | 0.75% | - |
| HSV(B) | 323.33º | 0.5% | 1% | - |
| XYZ | 59.61 | 40.92 | 62.51 | - |
| YUV | 174.45 | 145.24 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 205 | 0 | 0.50 | 0.19 | 0.00 | 323.33 | 0.98 | 0.75 |
| Hex | FE | 80 | CD | 0 | 32 | 13 | 0 | 143 | 62 | 4B |
| Octal | 376 | 200 | 315 | 0 | 62 | 23 | 0 | 503 | 142 | 113 |
| Binary | 11111110 | 10000000 | 11001101 | 0 | 110010 | 10011 | 0 | 101000011 | 1100010 | 1001011 |
Color Harmonies of #FE80CD
Complementary color
Monochromatic Colors of #FE80CD
Black with #FE80CD
Text Example
Text Example
White with #FE80CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE80CD; }
p { color: rgb(254,128,205); }
H1.HeaderClassName
{
color: #FE80CD;
}
.AnyTagClassName
{
color: #FE80CD;
}
</style>
background-color css
<style>
a { background-color: #FE80CD; }
a { background-color: rgb(254,128,205); }
div.DivClassName
{
background-color: #FE80CD;
}
.BgClassName
{
background-color: #FE80CD;
}
</style>
border-color css
<style>
span { border-color: #FE80CD; }
span { border-color: rgb(254,128,205); }
td.TdClassName
{
border-color: #FE80CD;
}
.TagClassName
{
border-color: #FE80CD;
}
</style>