Shades of Tea Rose #FE8ACE
Tints of Tea Rose #FE8ACE
RGB
CMYK
RGB Variations
Color information
#FE8ACE (or 0xFE8ACE) is known color: Tea Rose. HEX triplet: FE, 8A and CE. RGB value is (254,138,206). Sum of RGB (Red+Green+Blue) = 254+138+206=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 138 (54.30% from 255 or 23.08% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8ACE is #017531. Grayscale: #B4B4B4. Windows color (decimal): -95538 or 13535998. OLE color: 13535998.
HSL color Cylindrical-coordinate representation of color #FE8ACE: hue angle of 324.83º 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 #FE8ACE is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 138 | 206 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.00 |
| HSL | 324.83º | 0.98% | 0.77% | - |
| HSV(B) | 324.83º | 0.46% | 1% | - |
| XYZ | 61.1 | 43.7 | 63.61 | - |
| YUV | 180.44 | 142.43 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 138 | 206 | 0 | 0.46 | 0.19 | 0.00 | 324.83 | 0.98 | 0.77 |
| Hex | FE | 8A | CE | 0 | 2E | 13 | 0 | 145 | 62 | 4D |
| Octal | 376 | 212 | 316 | 0 | 56 | 23 | 0 | 505 | 142 | 115 |
| Binary | 11111110 | 10001010 | 11001110 | 0 | 101110 | 10011 | 0 | 101000101 | 1100010 | 1001101 |
Color Harmonies of #FE8ACE
Complementary color
Monochromatic Colors of #FE8ACE
Black with #FE8ACE
Text Example
Text Example
White with #FE8ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8ACE; }
p { color: rgb(254,138,206); }
H1.HeaderClassName
{
color: #FE8ACE;
}
.AnyTagClassName
{
color: #FE8ACE;
}
</style>
background-color css
<style>
a { background-color: #FE8ACE; }
a { background-color: rgb(254,138,206); }
div.DivClassName
{
background-color: #FE8ACE;
}
.BgClassName
{
background-color: #FE8ACE;
}
</style>
border-color css
<style>
span { border-color: #FE8ACE; }
span { border-color: rgb(254,138,206); }
td.TdClassName
{
border-color: #FE8ACE;
}
.TagClassName
{
border-color: #FE8ACE;
}
</style>