Shades of Tea Rose #FD8ECC
Tints of Tea Rose #FD8ECC
RGB
CMYK
RGB Variations
Color information
#FD8ECC (or 0xFD8ECC) is known color: Tea Rose. HEX triplet: FD, 8E and CC. RGB value is (253,142,204). Sum of RGB (Red+Green+Blue) = 253+142+204=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 142 (55.86% from 255 or 23.71% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8ECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8ECC is #027133. Grayscale: #B6B6B6. Windows color (decimal): -160052 or 13405949. OLE color: 13405949.
HSL color Cylindrical-coordinate representation of color #FD8ECC: hue angle of 326.49º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FD8ECC is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 142 | 204 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.01 |
| HSL | 326.49º | 0.97% | 0.77% | - |
| HSV(B) | 326.49º | 0.44% | 0.99% | - |
| XYZ | 61.08 | 44.59 | 62.51 | - |
| YUV | 182.26 | 140.27 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 142 | 204 | 0 | 0.44 | 0.19 | 0.01 | 326.49 | 0.97 | 0.77 |
| Hex | FD | 8E | CC | 0 | 2C | 13 | 1 | 146 | 61 | 4D |
| Octal | 375 | 216 | 314 | 0 | 54 | 23 | 1 | 506 | 141 | 115 |
| Binary | 11111101 | 10001110 | 11001100 | 0 | 101100 | 10011 | 1 | 101000110 | 1100001 | 1001101 |
Color Harmonies of #FD8ECC
Complementary color
Monochromatic Colors of #FD8ECC
Black with #FD8ECC
Text Example
Text Example
White with #FD8ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8ECC; }
p { color: rgb(253,142,204); }
H1.HeaderClassName
{
color: #FD8ECC;
}
.AnyTagClassName
{
color: #FD8ECC;
}
</style>
background-color css
<style>
a { background-color: #FD8ECC; }
a { background-color: rgb(253,142,204); }
div.DivClassName
{
background-color: #FD8ECC;
}
.BgClassName
{
background-color: #FD8ECC;
}
</style>
border-color css
<style>
span { border-color: #FD8ECC; }
span { border-color: rgb(253,142,204); }
td.TdClassName
{
border-color: #FD8ECC;
}
.TagClassName
{
border-color: #FD8ECC;
}
</style>