Shades of Tea Rose #FE85C4
Tints of Tea Rose #FE85C4
RGB
CMYK
RGB Variations
Color information
#FE85C4 (or 0xFE85C4) is known color: Tea Rose. HEX triplet: FE, 85 and C4. RGB value is (254,133,196). Sum of RGB (Red+Green+Blue) = 254+133+196=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 133 (52.34% from 255 or 22.81% from 583); Blue value is 196 (76.95% from 255 or 33.62% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE85C4 is #017A3B. Grayscale: #B0B0B0. Windows color (decimal): -96828 or 12879358. OLE color: 12879358.
HSL color Cylindrical-coordinate representation of color #FE85C4: hue angle of 328.76º 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 #FE85C4 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 196 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.00 |
| HSL | 328.76º | 0.98% | 0.76% | - |
| HSV(B) | 328.76º | 0.48% | 1% | - |
| XYZ | 59.22 | 41.83 | 57.18 | - |
| YUV | 176.36 | 139.09 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 196 | 0 | 0.48 | 0.23 | 0.00 | 328.76 | 0.98 | 0.76 |
| Hex | FE | 85 | C4 | 0 | 30 | 17 | 0 | 149 | 62 | 4C |
| Octal | 376 | 205 | 304 | 0 | 60 | 27 | 0 | 511 | 142 | 114 |
| Binary | 11111110 | 10000101 | 11000100 | 0 | 110000 | 10111 | 0 | 101001001 | 1100010 | 1001100 |
Color Harmonies of #FE85C4
Complementary color
Monochromatic Colors of #FE85C4
Black with #FE85C4
Text Example
Text Example
White with #FE85C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE85C4; }
p { color: rgb(254,133,196); }
H1.HeaderClassName
{
color: #FE85C4;
}
.AnyTagClassName
{
color: #FE85C4;
}
</style>
background-color css
<style>
a { background-color: #FE85C4; }
a { background-color: rgb(254,133,196); }
div.DivClassName
{
background-color: #FE85C4;
}
.BgClassName
{
background-color: #FE85C4;
}
</style>
border-color css
<style>
span { border-color: #FE85C4; }
span { border-color: rgb(254,133,196); }
td.TdClassName
{
border-color: #FE85C4;
}
.TagClassName
{
border-color: #FE85C4;
}
</style>