Shades of Tea Rose #FE84D2
Tints of Tea Rose #FE84D2
RGB
CMYK
RGB Variations
Color information
#FE84D2 (or 0xFE84D2) is known color: Tea Rose. HEX triplet: FE, 84 and D2. RGB value is (254,132,210). Sum of RGB (Red+Green+Blue) = 254+132+210=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 132 (51.95% from 255 or 22.15% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FE84D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE84D2 is #017B2D. Grayscale: #B1B1B1. Windows color (decimal): -97070 or 13796606. OLE color: 13796606.
HSL color Cylindrical-coordinate representation of color #FE84D2: hue angle of 321.64º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE84D2 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 210 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.00 |
| HSL | 321.64º | 0.98% | 0.76% | - |
| HSV(B) | 321.64º | 0.48% | 1% | - |
| XYZ | 60.76 | 42.23 | 65.92 | - |
| YUV | 177.37 | 146.42 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 210 | 0 | 0.48 | 0.17 | 0.00 | 321.64 | 0.98 | 0.76 |
| Hex | FE | 84 | D2 | 0 | 30 | 11 | 0 | 142 | 62 | 4C |
| Octal | 376 | 204 | 322 | 0 | 60 | 21 | 0 | 502 | 142 | 114 |
| Binary | 11111110 | 10000100 | 11010010 | 0 | 110000 | 10001 | 0 | 101000010 | 1100010 | 1001100 |
Color Harmonies of #FE84D2
Complementary color
Monochromatic Colors of #FE84D2
Black with #FE84D2
Text Example
Text Example
White with #FE84D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE84D2; }
p { color: rgb(254,132,210); }
H1.HeaderClassName
{
color: #FE84D2;
}
.AnyTagClassName
{
color: #FE84D2;
}
</style>
background-color css
<style>
a { background-color: #FE84D2; }
a { background-color: rgb(254,132,210); }
div.DivClassName
{
background-color: #FE84D2;
}
.BgClassName
{
background-color: #FE84D2;
}
</style>
border-color css
<style>
span { border-color: #FE84D2; }
span { border-color: rgb(254,132,210); }
td.TdClassName
{
border-color: #FE84D2;
}
.TagClassName
{
border-color: #FE84D2;
}
</style>