Shades of Tea Rose #FD8DCD
Tints of Tea Rose #FD8DCD
RGB
CMYK
RGB Variations
Color information
#FD8DCD (or 0xFD8DCD) is known color: Tea Rose. HEX triplet: FD, 8D and CD. RGB value is (253,141,205). Sum of RGB (Red+Green+Blue) = 253+141+205=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 141 (55.47% from 255 or 23.54% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8DCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8DCD is #027232. Grayscale: #B5B5B5. Windows color (decimal): -160307 or 13471229. OLE color: 13471229.
HSL color Cylindrical-coordinate representation of color #FD8DCD: hue angle of 325.71º 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 #FD8DCD is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 141 | 205 | - |
CMYK | 0 | 0.44 | 0.19 | 0.01 |
HSL | 325.71º | 0.97% | 0.77% | - |
HSV(B) | 325.71º | 0.44% | 0.99% | - |
XYZ | 61.05 | 44.34 | 63.1 | - |
YUV | 181.78 | 141.11 | 178.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 141 | 205 | 0 | 0.44 | 0.19 | 0.01 | 325.71 | 0.97 | 0.77 |
Hex | FD | 8D | CD | 0 | 2C | 13 | 1 | 146 | 61 | 4D |
Octal | 375 | 215 | 315 | 0 | 54 | 23 | 1 | 506 | 141 | 115 |
Binary | 11111101 | 10001101 | 11001101 | 0 | 101100 | 10011 | 1 | 101000110 | 1100001 | 1001101 |
Color Harmonies of #FD8DCD
Complementary color
Monochromatic Colors of #FD8DCD
Black with #FD8DCD
Text Example
Text Example
White with #FD8DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8DCD; }
p { color: rgb(253,141,205); }
H1.HeaderClassName
{
color: #FD8DCD;
}
.AnyTagClassName
{
color: #FD8DCD;
}
</style>
background-color css
<style>
a { background-color: #FD8DCD; }
a { background-color: rgb(253,141,205); }
div.DivClassName
{
background-color: #FD8DCD;
}
.BgClassName
{
background-color: #FD8DCD;
}
</style>
border-color css
<style>
span { border-color: #FD8DCD; }
span { border-color: rgb(253,141,205); }
td.TdClassName
{
border-color: #FD8DCD;
}
.TagClassName
{
border-color: #FD8DCD;
}
</style>