Shades of Tea Rose #FE8CBE
Tints of Tea Rose #FE8CBE
RGB
CMYK
RGB Variations
Color information
#FE8CBE (or 0xFE8CBE) is known color: Tea Rose. HEX triplet: FE, 8C and BE. RGB value is (254,140,190). Sum of RGB (Red+Green+Blue) = 254+140+190=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 140 (55.08% from 255 or 23.97% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8CBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8CBE is #017341. Grayscale: #B3B3B3. Windows color (decimal): -95042 or 12487934. OLE color: 12487934.
HSL color Cylindrical-coordinate representation of color #FE8CBE: hue angle of 333.68º 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 #FE8CBE is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 190 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.00 |
| HSL | 333.68º | 0.98% | 0.77% | - |
| HSV(B) | 333.68º | 0.45% | 1% | - |
| XYZ | 59.55 | 43.54 | 53.98 | - |
| YUV | 179.79 | 133.77 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 190 | 0 | 0.45 | 0.25 | 0.00 | 333.68 | 0.98 | 0.77 |
| Hex | FE | 8C | BE | 0 | 2D | 19 | 0 | 14E | 62 | 4D |
| Octal | 376 | 214 | 276 | 0 | 55 | 31 | 0 | 516 | 142 | 115 |
| Binary | 11111110 | 10001100 | 10111110 | 0 | 101101 | 11001 | 0 | 101001110 | 1100010 | 1001101 |
Color Harmonies of #FE8CBE
Complementary color
Monochromatic Colors of #FE8CBE
Black with #FE8CBE
Text Example
Text Example
White with #FE8CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8CBE; }
p { color: rgb(254,140,190); }
H1.HeaderClassName
{
color: #FE8CBE;
}
.AnyTagClassName
{
color: #FE8CBE;
}
</style>
background-color css
<style>
a { background-color: #FE8CBE; }
a { background-color: rgb(254,140,190); }
div.DivClassName
{
background-color: #FE8CBE;
}
.BgClassName
{
background-color: #FE8CBE;
}
</style>
border-color css
<style>
span { border-color: #FE8CBE; }
span { border-color: rgb(254,140,190); }
td.TdClassName
{
border-color: #FE8CBE;
}
.TagClassName
{
border-color: #FE8CBE;
}
</style>