Shades of Tea Rose #FD8DCC
Tints of Tea Rose #FD8DCC
RGB
CMYK
RGB Variations
Color information
#FD8DCC (or 0xFD8DCC) is known color: Tea Rose. HEX triplet: FD, 8D and CC. RGB value is (253,141,204). Sum of RGB (Red+Green+Blue) = 253+141+204=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 141 (55.47% from 255 or 23.58% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8DCC is #027233. Grayscale: #B5B5B5. Windows color (decimal): -160308 or 13405693. OLE color: 13405693.
HSL color Cylindrical-coordinate representation of color #FD8DCC: hue angle of 326.25º 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 #FD8DCC is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 141 | 204 | - |
CMYK | 0 | 0.44 | 0.19 | 0.01 |
HSL | 326.25º | 0.97% | 0.77% | - |
HSV(B) | 326.25º | 0.44% | 0.99% | - |
XYZ | 60.93 | 44.29 | 62.46 | - |
YUV | 181.67 | 140.61 | 178.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 141 | 204 | 0 | 0.44 | 0.19 | 0.01 | 326.25 | 0.97 | 0.77 |
Hex | FD | 8D | CC | 0 | 2C | 13 | 1 | 146 | 61 | 4D |
Octal | 375 | 215 | 314 | 0 | 54 | 23 | 1 | 506 | 141 | 115 |
Binary | 11111101 | 10001101 | 11001100 | 0 | 101100 | 10011 | 1 | 101000110 | 1100001 | 1001101 |
Color Harmonies of #FD8DCC
Complementary color
Monochromatic Colors of #FD8DCC
Black with #FD8DCC
Text Example
Text Example
White with #FD8DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8DCC; }
p { color: rgb(253,141,204); }
H1.HeaderClassName
{
color: #FD8DCC;
}
.AnyTagClassName
{
color: #FD8DCC;
}
</style>
background-color css
<style>
a { background-color: #FD8DCC; }
a { background-color: rgb(253,141,204); }
div.DivClassName
{
background-color: #FD8DCC;
}
.BgClassName
{
background-color: #FD8DCC;
}
</style>
border-color css
<style>
span { border-color: #FD8DCC; }
span { border-color: rgb(253,141,204); }
td.TdClassName
{
border-color: #FD8DCC;
}
.TagClassName
{
border-color: #FD8DCC;
}
</style>