Shades of Tea Rose #FE8BC2
Tints of Tea Rose #FE8BC2
RGB
CMYK
RGB Variations
Color information
#FE8BC2 (or 0xFE8BC2) is known color: Tea Rose. HEX triplet: FE, 8B and C2. RGB value is (254,139,194). Sum of RGB (Red+Green+Blue) = 254+139+194=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8BC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8BC2 is #01743D. Grayscale: #B3B3B3. Windows color (decimal): -95294 or 12749822. OLE color: 12749822.
HSL color Cylindrical-coordinate representation of color #FE8BC2: hue angle of 331.3º 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 #FE8BC2 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 139 | 194 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.00 |
| HSL | 331.3º | 0.98% | 0.77% | - |
| HSV(B) | 331.3º | 0.45% | 1% | - |
| XYZ | 59.84 | 43.43 | 56.27 | - |
| YUV | 179.66 | 136.1 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 139 | 194 | 0 | 0.45 | 0.24 | 0.00 | 331.3 | 0.98 | 0.77 |
| Hex | FE | 8B | C2 | 0 | 2D | 18 | 0 | 14B | 62 | 4D |
| Octal | 376 | 213 | 302 | 0 | 55 | 30 | 0 | 513 | 142 | 115 |
| Binary | 11111110 | 10001011 | 11000010 | 0 | 101101 | 11000 | 0 | 101001011 | 1100010 | 1001101 |
Color Harmonies of #FE8BC2
Complementary color
Monochromatic Colors of #FE8BC2
Black with #FE8BC2
Text Example
Text Example
White with #FE8BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8BC2; }
p { color: rgb(254,139,194); }
H1.HeaderClassName
{
color: #FE8BC2;
}
.AnyTagClassName
{
color: #FE8BC2;
}
</style>
background-color css
<style>
a { background-color: #FE8BC2; }
a { background-color: rgb(254,139,194); }
div.DivClassName
{
background-color: #FE8BC2;
}
.BgClassName
{
background-color: #FE8BC2;
}
</style>
border-color css
<style>
span { border-color: #FE8BC2; }
span { border-color: rgb(254,139,194); }
td.TdClassName
{
border-color: #FE8BC2;
}
.TagClassName
{
border-color: #FE8BC2;
}
</style>