Shades of Tea Rose #FE8AD0
Tints of Tea Rose #FE8AD0
RGB
CMYK
RGB Variations
Color information
#FE8AD0 (or 0xFE8AD0) is known color: Tea Rose. HEX triplet: FE, 8A and D0. RGB value is (254,138,208). Sum of RGB (Red+Green+Blue) = 254+138+208=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 138 (54.30% from 255 or 23% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8AD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8AD0 is #01752F. Grayscale: #B4B4B4. Windows color (decimal): -95536 or 13667070. OLE color: 13667070.
HSL color Cylindrical-coordinate representation of color #FE8AD0: hue angle of 323.79º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FE8AD0 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 138 | 208 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.00 |
| HSL | 323.79º | 0.98% | 0.77% | - |
| HSV(B) | 323.79º | 0.46% | 1% | - |
| XYZ | 61.35 | 43.8 | 64.9 | - |
| YUV | 180.66 | 143.43 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 138 | 208 | 0 | 0.46 | 0.18 | 0.00 | 323.79 | 0.98 | 0.77 |
| Hex | FE | 8A | D0 | 0 | 2E | 12 | 0 | 144 | 62 | 4D |
| Octal | 376 | 212 | 320 | 0 | 56 | 22 | 0 | 504 | 142 | 115 |
| Binary | 11111110 | 10001010 | 11010000 | 0 | 101110 | 10010 | 0 | 101000100 | 1100010 | 1001101 |
Color Harmonies of #FE8AD0
Complementary color
Monochromatic Colors of #FE8AD0
Black with #FE8AD0
Text Example
Text Example
White with #FE8AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8AD0; }
p { color: rgb(254,138,208); }
H1.HeaderClassName
{
color: #FE8AD0;
}
.AnyTagClassName
{
color: #FE8AD0;
}
</style>
background-color css
<style>
a { background-color: #FE8AD0; }
a { background-color: rgb(254,138,208); }
div.DivClassName
{
background-color: #FE8AD0;
}
.BgClassName
{
background-color: #FE8AD0;
}
</style>
border-color css
<style>
span { border-color: #FE8AD0; }
span { border-color: rgb(254,138,208); }
td.TdClassName
{
border-color: #FE8AD0;
}
.TagClassName
{
border-color: #FE8AD0;
}
</style>