Shades of Tea Rose #FE85D0
Tints of Tea Rose #FE85D0
RGB
CMYK
RGB Variations
Color information
#FE85D0 (or 0xFE85D0) is known color: Tea Rose. HEX triplet: FE, 85 and D0. RGB value is (254,133,208). Sum of RGB (Red+Green+Blue) = 254+133+208=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 133 (52.34% from 255 or 22.35% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE85D0 is #017A2F. Grayscale: #B1B1B1. Windows color (decimal): -96816 or 13665790. OLE color: 13665790.
HSL color Cylindrical-coordinate representation of color #FE85D0: hue angle of 322.81º 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 #FE85D0 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 208 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.00 |
| HSL | 322.81º | 0.98% | 0.76% | - |
| HSV(B) | 322.81º | 0.48% | 1% | - |
| XYZ | 60.65 | 42.4 | 64.66 | - |
| YUV | 177.73 | 145.09 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 208 | 0 | 0.48 | 0.18 | 0.00 | 322.81 | 0.98 | 0.76 |
| Hex | FE | 85 | D0 | 0 | 30 | 12 | 0 | 143 | 62 | 4C |
| Octal | 376 | 205 | 320 | 0 | 60 | 22 | 0 | 503 | 142 | 114 |
| Binary | 11111110 | 10000101 | 11010000 | 0 | 110000 | 10010 | 0 | 101000011 | 1100010 | 1001100 |
Color Harmonies of #FE85D0
Complementary color
Monochromatic Colors of #FE85D0
Black with #FE85D0
Text Example
Text Example
White with #FE85D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE85D0; }
p { color: rgb(254,133,208); }
H1.HeaderClassName
{
color: #FE85D0;
}
.AnyTagClassName
{
color: #FE85D0;
}
</style>
background-color css
<style>
a { background-color: #FE85D0; }
a { background-color: rgb(254,133,208); }
div.DivClassName
{
background-color: #FE85D0;
}
.BgClassName
{
background-color: #FE85D0;
}
</style>
border-color css
<style>
span { border-color: #FE85D0; }
span { border-color: rgb(254,133,208); }
td.TdClassName
{
border-color: #FE85D0;
}
.TagClassName
{
border-color: #FE85D0;
}
</style>