Shades of Tea Rose #FE8CC6
Tints of Tea Rose #FE8CC6
RGB
CMYK
RGB Variations
Color information
#FE8CC6 (or 0xFE8CC6) is known color: Tea Rose. HEX triplet: FE, 8C and C6. RGB value is (254,140,198). Sum of RGB (Red+Green+Blue) = 254+140+198=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 140 (55.08% from 255 or 23.65% from 592); Blue value is 198 (77.73% from 255 or 33.45% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8CC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8CC6 is #017339. Grayscale: #B4B4B4. Windows color (decimal): -95034 or 13012222. OLE color: 13012222.
HSL color Cylindrical-coordinate representation of color #FE8CC6: hue angle of 329.47º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FE8CC6 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 198 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.00 |
| HSL | 329.47º | 0.98% | 0.77% | - |
| HSV(B) | 329.47º | 0.45% | 1% | - |
| XYZ | 60.44 | 43.9 | 58.71 | - |
| YUV | 180.7 | 137.77 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 198 | 0 | 0.45 | 0.22 | 0.00 | 329.47 | 0.98 | 0.77 |
| Hex | FE | 8C | C6 | 0 | 2D | 16 | 0 | 149 | 62 | 4D |
| Octal | 376 | 214 | 306 | 0 | 55 | 26 | 0 | 511 | 142 | 115 |
| Binary | 11111110 | 10001100 | 11000110 | 0 | 101101 | 10110 | 0 | 101001001 | 1100010 | 1001101 |
Color Harmonies of #FE8CC6
Complementary color
Monochromatic Colors of #FE8CC6
Black with #FE8CC6
Text Example
Text Example
White with #FE8CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8CC6; }
p { color: rgb(254,140,198); }
H1.HeaderClassName
{
color: #FE8CC6;
}
.AnyTagClassName
{
color: #FE8CC6;
}
</style>
background-color css
<style>
a { background-color: #FE8CC6; }
a { background-color: rgb(254,140,198); }
div.DivClassName
{
background-color: #FE8CC6;
}
.BgClassName
{
background-color: #FE8CC6;
}
</style>
border-color css
<style>
span { border-color: #FE8CC6; }
span { border-color: rgb(254,140,198); }
td.TdClassName
{
border-color: #FE8CC6;
}
.TagClassName
{
border-color: #FE8CC6;
}
</style>