Shades of Tea Rose #FE8AD4
Tints of Tea Rose #FE8AD4
RGB
CMYK
RGB Variations
Color information
#FE8AD4 (or 0xFE8AD4) is known color: Tea Rose. HEX triplet: FE, 8A and D4. RGB value is (254,138,212). Sum of RGB (Red+Green+Blue) = 254+138+212=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 138 (54.30% from 255 or 22.85% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8AD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8AD4 is #01752B. Grayscale: #B4B4B4. Windows color (decimal): -95532 or 13929214. OLE color: 13929214.
HSL color Cylindrical-coordinate representation of color #FE8AD4: hue angle of 321.72º 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 #FE8AD4 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 138 | 212 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.00 |
| HSL | 321.72º | 0.98% | 0.77% | - |
| HSV(B) | 321.72º | 0.46% | 1% | - |
| XYZ | 61.85 | 44 | 67.52 | - |
| YUV | 181.12 | 145.43 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 138 | 212 | 0 | 0.46 | 0.17 | 0.00 | 321.72 | 0.98 | 0.77 |
| Hex | FE | 8A | D4 | 0 | 2E | 11 | 0 | 142 | 62 | 4D |
| Octal | 376 | 212 | 324 | 0 | 56 | 21 | 0 | 502 | 142 | 115 |
| Binary | 11111110 | 10001010 | 11010100 | 0 | 101110 | 10001 | 0 | 101000010 | 1100010 | 1001101 |
Color Harmonies of #FE8AD4
Complementary color
Monochromatic Colors of #FE8AD4
Black with #FE8AD4
Text Example
Text Example
White with #FE8AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8AD4; }
p { color: rgb(254,138,212); }
H1.HeaderClassName
{
color: #FE8AD4;
}
.AnyTagClassName
{
color: #FE8AD4;
}
</style>
background-color css
<style>
a { background-color: #FE8AD4; }
a { background-color: rgb(254,138,212); }
div.DivClassName
{
background-color: #FE8AD4;
}
.BgClassName
{
background-color: #FE8AD4;
}
</style>
border-color css
<style>
span { border-color: #FE8AD4; }
span { border-color: rgb(254,138,212); }
td.TdClassName
{
border-color: #FE8AD4;
}
.TagClassName
{
border-color: #FE8AD4;
}
</style>