Shades of Tea Rose #FE85C1
Tints of Tea Rose #FE85C1
RGB
CMYK
RGB Variations
Color information
#FE85C1 (or 0xFE85C1) is known color: Tea Rose. HEX triplet: FE, 85 and C1. RGB value is (254,133,193). Sum of RGB (Red+Green+Blue) = 254+133+193=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 133 (52.34% from 255 or 22.93% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE85C1 is #017A3E. Grayscale: #AFAFAF. Windows color (decimal): -96831 or 12682750. OLE color: 12682750.
HSL color Cylindrical-coordinate representation of color #FE85C1: hue angle of 330.25º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE85C1 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 193 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.00 |
| HSL | 330.25º | 0.98% | 0.76% | - |
| HSV(B) | 330.25º | 0.48% | 1% | - |
| XYZ | 58.89 | 41.7 | 55.4 | - |
| YUV | 176.02 | 137.59 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 193 | 0 | 0.48 | 0.24 | 0.00 | 330.25 | 0.98 | 0.76 |
| Hex | FE | 85 | C1 | 0 | 30 | 18 | 0 | 14A | 62 | 4C |
| Octal | 376 | 205 | 301 | 0 | 60 | 30 | 0 | 512 | 142 | 114 |
| Binary | 11111110 | 10000101 | 11000001 | 0 | 110000 | 11000 | 0 | 101001010 | 1100010 | 1001100 |
Color Harmonies of #FE85C1
Complementary color
Monochromatic Colors of #FE85C1
Black with #FE85C1
Text Example
Text Example
White with #FE85C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE85C1; }
p { color: rgb(254,133,193); }
H1.HeaderClassName
{
color: #FE85C1;
}
.AnyTagClassName
{
color: #FE85C1;
}
</style>
background-color css
<style>
a { background-color: #FE85C1; }
a { background-color: rgb(254,133,193); }
div.DivClassName
{
background-color: #FE85C1;
}
.BgClassName
{
background-color: #FE85C1;
}
</style>
border-color css
<style>
span { border-color: #FE85C1; }
span { border-color: rgb(254,133,193); }
td.TdClassName
{
border-color: #FE85C1;
}
.TagClassName
{
border-color: #FE85C1;
}
</style>