Shades of Tea Rose #FE8ACC
Tints of Tea Rose #FE8ACC
RGB
CMYK
RGB Variations
Color information
#FE8ACC (or 0xFE8ACC) is known color: Tea Rose. HEX triplet: FE, 8A and CC. RGB value is (254,138,204). Sum of RGB (Red+Green+Blue) = 254+138+204=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 138 (54.30% from 255 or 23.15% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8ACC is #017533. Grayscale: #B4B4B4. Windows color (decimal): -95540 or 13404926. OLE color: 13404926.
HSL color Cylindrical-coordinate representation of color #FE8ACC: hue angle of 325.86º 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 #FE8ACC is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 138 | 204 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.00 |
| HSL | 325.86º | 0.98% | 0.77% | - |
| HSV(B) | 325.86º | 0.46% | 1% | - |
| XYZ | 60.86 | 43.61 | 62.34 | - |
| YUV | 180.21 | 141.43 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 138 | 204 | 0 | 0.46 | 0.20 | 0.00 | 325.86 | 0.98 | 0.77 |
| Hex | FE | 8A | CC | 0 | 2E | 14 | 0 | 146 | 62 | 4D |
| Octal | 376 | 212 | 314 | 0 | 56 | 24 | 0 | 506 | 142 | 115 |
| Binary | 11111110 | 10001010 | 11001100 | 0 | 101110 | 10100 | 0 | 101000110 | 1100010 | 1001101 |
Color Harmonies of #FE8ACC
Complementary color
Monochromatic Colors of #FE8ACC
Black with #FE8ACC
Text Example
Text Example
White with #FE8ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8ACC; }
p { color: rgb(254,138,204); }
H1.HeaderClassName
{
color: #FE8ACC;
}
.AnyTagClassName
{
color: #FE8ACC;
}
</style>
background-color css
<style>
a { background-color: #FE8ACC; }
a { background-color: rgb(254,138,204); }
div.DivClassName
{
background-color: #FE8ACC;
}
.BgClassName
{
background-color: #FE8ACC;
}
</style>
border-color css
<style>
span { border-color: #FE8ACC; }
span { border-color: rgb(254,138,204); }
td.TdClassName
{
border-color: #FE8ACC;
}
.TagClassName
{
border-color: #FE8ACC;
}
</style>