Shades of Tea Rose #FE8BCB
Tints of Tea Rose #FE8BCB
RGB
CMYK
RGB Variations
Color information
#FE8BCB (or 0xFE8BCB) is known color: Tea Rose. HEX triplet: FE, 8B and CB. RGB value is (254,139,203). Sum of RGB (Red+Green+Blue) = 254+139+203=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 139 (54.69% from 255 or 23.32% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8BCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8BCB is #017434. Grayscale: #B4B4B4. Windows color (decimal): -95285 or 13339646. OLE color: 13339646.
HSL color Cylindrical-coordinate representation of color #FE8BCB: hue angle of 326.61º 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 #FE8BCB is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 139 | 203 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.00 |
| HSL | 326.61º | 0.98% | 0.77% | - |
| HSV(B) | 326.61º | 0.45% | 1% | - |
| XYZ | 60.89 | 43.85 | 61.75 | - |
| YUV | 180.68 | 140.6 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 139 | 203 | 0 | 0.45 | 0.20 | 0.00 | 326.61 | 0.98 | 0.77 |
| Hex | FE | 8B | CB | 0 | 2D | 14 | 0 | 147 | 62 | 4D |
| Octal | 376 | 213 | 313 | 0 | 55 | 24 | 0 | 507 | 142 | 115 |
| Binary | 11111110 | 10001011 | 11001011 | 0 | 101101 | 10100 | 0 | 101000111 | 1100010 | 1001101 |
Color Harmonies of #FE8BCB
Complementary color
Monochromatic Colors of #FE8BCB
Black with #FE8BCB
Text Example
Text Example
White with #FE8BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8BCB; }
p { color: rgb(254,139,203); }
H1.HeaderClassName
{
color: #FE8BCB;
}
.AnyTagClassName
{
color: #FE8BCB;
}
</style>
background-color css
<style>
a { background-color: #FE8BCB; }
a { background-color: rgb(254,139,203); }
div.DivClassName
{
background-color: #FE8BCB;
}
.BgClassName
{
background-color: #FE8BCB;
}
</style>
border-color css
<style>
span { border-color: #FE8BCB; }
span { border-color: rgb(254,139,203); }
td.TdClassName
{
border-color: #FE8BCB;
}
.TagClassName
{
border-color: #FE8BCB;
}
</style>