Shades of Tea Rose #FE80D3
Tints of Tea Rose #FE80D3
RGB
CMYK
RGB Variations
Color information
#FE80D3 (or 0xFE80D3) is known color: Tea Rose. HEX triplet: FE, 80 and D3. RGB value is (254,128,211). Sum of RGB (Red+Green+Blue) = 254+128+211=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 128 (50.39% from 255 or 21.59% from 593); Blue value is 211 (82.81% from 255 or 35.58% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE80D3 is #017F2C. Grayscale: #AEAEAE. Windows color (decimal): -98093 or 13861118. OLE color: 13861118.
HSL color Cylindrical-coordinate representation of color #FE80D3: hue angle of 320.48º 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 #FE80D3 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 211 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.00 |
| HSL | 320.48º | 0.98% | 0.75% | - |
| HSV(B) | 320.48º | 0.5% | 1% | - |
| XYZ | 60.35 | 41.21 | 66.4 | - |
| YUV | 175.14 | 148.24 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 211 | 0 | 0.50 | 0.17 | 0.00 | 320.48 | 0.98 | 0.75 |
| Hex | FE | 80 | D3 | 0 | 32 | 11 | 0 | 140 | 62 | 4B |
| Octal | 376 | 200 | 323 | 0 | 62 | 21 | 0 | 500 | 142 | 113 |
| Binary | 11111110 | 10000000 | 11010011 | 0 | 110010 | 10001 | 0 | 101000000 | 1100010 | 1001011 |
Color Harmonies of #FE80D3
Complementary color
Monochromatic Colors of #FE80D3
Black with #FE80D3
Text Example
Text Example
White with #FE80D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE80D3; }
p { color: rgb(254,128,211); }
H1.HeaderClassName
{
color: #FE80D3;
}
.AnyTagClassName
{
color: #FE80D3;
}
</style>
background-color css
<style>
a { background-color: #FE80D3; }
a { background-color: rgb(254,128,211); }
div.DivClassName
{
background-color: #FE80D3;
}
.BgClassName
{
background-color: #FE80D3;
}
</style>
border-color css
<style>
span { border-color: #FE80D3; }
span { border-color: rgb(254,128,211); }
td.TdClassName
{
border-color: #FE80D3;
}
.TagClassName
{
border-color: #FE80D3;
}
</style>