Shades of Tea Rose #FE85CD
Tints of Tea Rose #FE85CD
RGB
CMYK
RGB Variations
Color information
#FE85CD (or 0xFE85CD) is known color: Tea Rose. HEX triplet: FE, 85 and CD. RGB value is (254,133,205). Sum of RGB (Red+Green+Blue) = 254+133+205=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 133 (52.34% from 255 or 22.47% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE85CD is #017A32. Grayscale: #B1B1B1. Windows color (decimal): -96819 or 13469182. OLE color: 13469182.
HSL color Cylindrical-coordinate representation of color #FE85CD: hue angle of 324.3º 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 #FE85CD is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 205 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.00 |
| HSL | 324.3º | 0.98% | 0.76% | - |
| HSV(B) | 324.3º | 0.48% | 1% | - |
| XYZ | 60.28 | 42.25 | 62.74 | - |
| YUV | 177.39 | 143.59 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 205 | 0 | 0.48 | 0.19 | 0.00 | 324.3 | 0.98 | 0.76 |
| Hex | FE | 85 | CD | 0 | 30 | 13 | 0 | 144 | 62 | 4C |
| Octal | 376 | 205 | 315 | 0 | 60 | 23 | 0 | 504 | 142 | 114 |
| Binary | 11111110 | 10000101 | 11001101 | 0 | 110000 | 10011 | 0 | 101000100 | 1100010 | 1001100 |
Color Harmonies of #FE85CD
Complementary color
Monochromatic Colors of #FE85CD
Black with #FE85CD
Text Example
Text Example
White with #FE85CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE85CD; }
p { color: rgb(254,133,205); }
H1.HeaderClassName
{
color: #FE85CD;
}
.AnyTagClassName
{
color: #FE85CD;
}
</style>
background-color css
<style>
a { background-color: #FE85CD; }
a { background-color: rgb(254,133,205); }
div.DivClassName
{
background-color: #FE85CD;
}
.BgClassName
{
background-color: #FE85CD;
}
</style>
border-color css
<style>
span { border-color: #FE85CD; }
span { border-color: rgb(254,133,205); }
td.TdClassName
{
border-color: #FE85CD;
}
.TagClassName
{
border-color: #FE85CD;
}
</style>