Shades of Tea Rose #FD8CCC
Tints of Tea Rose #FD8CCC
RGB
CMYK
RGB Variations
Color information
#FD8CCC (or 0xFD8CCC) is known color: Tea Rose. HEX triplet: FD, 8C and CC. RGB value is (253,140,204). Sum of RGB (Red+Green+Blue) = 253+140+204=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 140 (55.08% from 255 or 23.45% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8CCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8CCC is #027333. Grayscale: #B4B4B4. Windows color (decimal): -160564 or 13405437. OLE color: 13405437.
HSL color Cylindrical-coordinate representation of color #FD8CCC: hue angle of 326.02º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FD8CCC is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 140 | 204 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.01 |
| HSL | 326.02º | 0.97% | 0.77% | - |
| HSV(B) | 326.02º | 0.45% | 0.99% | - |
| XYZ | 60.79 | 44 | 62.42 | - |
| YUV | 181.08 | 140.94 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 204 | 0 | 0.45 | 0.19 | 0.01 | 326.02 | 0.97 | 0.77 |
| Hex | FD | 8C | CC | 0 | 2D | 13 | 1 | 146 | 61 | 4D |
| Octal | 375 | 214 | 314 | 0 | 55 | 23 | 1 | 506 | 141 | 115 |
| Binary | 11111101 | 10001100 | 11001100 | 0 | 101101 | 10011 | 1 | 101000110 | 1100001 | 1001101 |
Color Harmonies of #FD8CCC
Complementary color
Monochromatic Colors of #FD8CCC
Black with #FD8CCC
Text Example
Text Example
White with #FD8CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8CCC; }
p { color: rgb(253,140,204); }
H1.HeaderClassName
{
color: #FD8CCC;
}
.AnyTagClassName
{
color: #FD8CCC;
}
</style>
background-color css
<style>
a { background-color: #FD8CCC; }
a { background-color: rgb(253,140,204); }
div.DivClassName
{
background-color: #FD8CCC;
}
.BgClassName
{
background-color: #FD8CCC;
}
</style>
border-color css
<style>
span { border-color: #FD8CCC; }
span { border-color: rgb(253,140,204); }
td.TdClassName
{
border-color: #FD8CCC;
}
.TagClassName
{
border-color: #FD8CCC;
}
</style>