Shades of Tea Rose #FE7FD2
Tints of Tea Rose #FE7FD2
RGB
CMYK
RGB Variations
Color information
#FE7FD2 (or 0xFE7FD2) is known color: Tea Rose. HEX triplet: FE, 7F and D2. RGB value is (254,127,210). Sum of RGB (Red+Green+Blue) = 254+127+210=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 127 (50% from 255 or 21.49% from 591); Blue value is 210 (82.42% from 255 or 35.53% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7FD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7FD2 is #01802D. Grayscale: #AEAEAE. Windows color (decimal): -98350 or 13795326. OLE color: 13795326.
HSL color Cylindrical-coordinate representation of color #FE7FD2: hue angle of 320.79º 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 #FE7FD2 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 210 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.00 |
| HSL | 320.79º | 0.98% | 0.75% | - |
| HSV(B) | 320.79º | 0.5% | 1% | - |
| XYZ | 60.1 | 40.9 | 65.7 | - |
| YUV | 174.44 | 148.08 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 210 | 0 | 0.50 | 0.17 | 0.00 | 320.79 | 0.98 | 0.75 |
| Hex | FE | 7F | D2 | 0 | 32 | 11 | 0 | 141 | 62 | 4B |
| Octal | 376 | 177 | 322 | 0 | 62 | 21 | 0 | 501 | 142 | 113 |
| Binary | 11111110 | 1111111 | 11010010 | 0 | 110010 | 10001 | 0 | 101000001 | 1100010 | 1001011 |
Color Harmonies of #FE7FD2
Complementary color
Monochromatic Colors of #FE7FD2
Black with #FE7FD2
Text Example
Text Example
White with #FE7FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7FD2; }
p { color: rgb(254,127,210); }
H1.HeaderClassName
{
color: #FE7FD2;
}
.AnyTagClassName
{
color: #FE7FD2;
}
</style>
background-color css
<style>
a { background-color: #FE7FD2; }
a { background-color: rgb(254,127,210); }
div.DivClassName
{
background-color: #FE7FD2;
}
.BgClassName
{
background-color: #FE7FD2;
}
</style>
border-color css
<style>
span { border-color: #FE7FD2; }
span { border-color: rgb(254,127,210); }
td.TdClassName
{
border-color: #FE7FD2;
}
.TagClassName
{
border-color: #FE7FD2;
}
</style>