Shades of Tea Rose #FE8AC2
Tints of Tea Rose #FE8AC2
RGB
CMYK
RGB Variations
Color information
#FE8AC2 (or 0xFE8AC2) is known color: Tea Rose. HEX triplet: FE, 8A and C2. RGB value is (254,138,194). Sum of RGB (Red+Green+Blue) = 254+138+194=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 138 (54.30% from 255 or 23.55% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8AC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8AC2 is #01753D. Grayscale: #B2B2B2. Windows color (decimal): -95550 or 12749566. OLE color: 12749566.
HSL color Cylindrical-coordinate representation of color #FE8AC2: hue angle of 331.03º 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 #FE8AC2 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 138 | 194 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.00 |
| HSL | 331.03º | 0.98% | 0.77% | - |
| HSV(B) | 331.03º | 0.46% | 1% | - |
| XYZ | 59.7 | 43.14 | 56.22 | - |
| YUV | 179.07 | 136.43 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 138 | 194 | 0 | 0.46 | 0.24 | 0.00 | 331.03 | 0.98 | 0.77 |
| Hex | FE | 8A | C2 | 0 | 2E | 18 | 0 | 14B | 62 | 4D |
| Octal | 376 | 212 | 302 | 0 | 56 | 30 | 0 | 513 | 142 | 115 |
| Binary | 11111110 | 10001010 | 11000010 | 0 | 101110 | 11000 | 0 | 101001011 | 1100010 | 1001101 |
Color Harmonies of #FE8AC2
Complementary color
Monochromatic Colors of #FE8AC2
Black with #FE8AC2
Text Example
Text Example
White with #FE8AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8AC2; }
p { color: rgb(254,138,194); }
H1.HeaderClassName
{
color: #FE8AC2;
}
.AnyTagClassName
{
color: #FE8AC2;
}
</style>
background-color css
<style>
a { background-color: #FE8AC2; }
a { background-color: rgb(254,138,194); }
div.DivClassName
{
background-color: #FE8AC2;
}
.BgClassName
{
background-color: #FE8AC2;
}
</style>
border-color css
<style>
span { border-color: #FE8AC2; }
span { border-color: rgb(254,138,194); }
td.TdClassName
{
border-color: #FE8AC2;
}
.TagClassName
{
border-color: #FE8AC2;
}
</style>