Shades of Tea Rose #FE80CF
Tints of Tea Rose #FE80CF
RGB
CMYK
RGB Variations
Color information
#FE80CF (or 0xFE80CF) is known color: Tea Rose. HEX triplet: FE, 80 and CF. RGB value is (254,128,207). Sum of RGB (Red+Green+Blue) = 254+128+207=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 128 (50.39% from 255 or 21.73% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE80CF is #017F30. Grayscale: #AEAEAE. Windows color (decimal): -98097 or 13598974. OLE color: 13598974.
HSL color Cylindrical-coordinate representation of color #FE80CF: hue angle of 322.38º 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 #FE80CF is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 207 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.00 |
| HSL | 322.38º | 0.98% | 0.75% | - |
| HSV(B) | 322.38º | 0.5% | 1% | - |
| XYZ | 59.85 | 41.01 | 63.79 | - |
| YUV | 174.68 | 146.24 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 207 | 0 | 0.50 | 0.19 | 0.00 | 322.38 | 0.98 | 0.75 |
| Hex | FE | 80 | CF | 0 | 32 | 13 | 0 | 142 | 62 | 4B |
| Octal | 376 | 200 | 317 | 0 | 62 | 23 | 0 | 502 | 142 | 113 |
| Binary | 11111110 | 10000000 | 11001111 | 0 | 110010 | 10011 | 0 | 101000010 | 1100010 | 1001011 |
Color Harmonies of #FE80CF
Complementary color
Monochromatic Colors of #FE80CF
Black with #FE80CF
Text Example
Text Example
White with #FE80CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE80CF; }
p { color: rgb(254,128,207); }
H1.HeaderClassName
{
color: #FE80CF;
}
.AnyTagClassName
{
color: #FE80CF;
}
</style>
background-color css
<style>
a { background-color: #FE80CF; }
a { background-color: rgb(254,128,207); }
div.DivClassName
{
background-color: #FE80CF;
}
.BgClassName
{
background-color: #FE80CF;
}
</style>
border-color css
<style>
span { border-color: #FE80CF; }
span { border-color: rgb(254,128,207); }
td.TdClassName
{
border-color: #FE80CF;
}
.TagClassName
{
border-color: #FE80CF;
}
</style>