Shades of Tea Rose #FD8DD0
Tints of Tea Rose #FD8DD0
RGB
CMYK
RGB Variations
Color information
#FD8DD0 (or 0xFD8DD0) is known color: Tea Rose. HEX triplet: FD, 8D and D0. RGB value is (253,141,208). Sum of RGB (Red+Green+Blue) = 253+141+208=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 141 (55.47% from 255 or 23.42% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8DD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8DD0 is #02722F. Grayscale: #B5B5B5. Windows color (decimal): -160304 or 13667837. OLE color: 13667837.
HSL color Cylindrical-coordinate representation of color #FD8DD0: hue angle of 324.11º 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 #FD8DD0 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 141 | 208 | - |
CMYK | 0 | 0.44 | 0.18 | 0.01 |
HSL | 324.11º | 0.97% | 0.77% | - |
HSV(B) | 324.11º | 0.44% | 0.99% | - |
XYZ | 61.42 | 44.49 | 65.02 | - |
YUV | 182.13 | 142.61 | 178.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 141 | 208 | 0 | 0.44 | 0.18 | 0.01 | 324.11 | 0.97 | 0.77 |
Hex | FD | 8D | D0 | 0 | 2C | 12 | 1 | 144 | 61 | 4D |
Octal | 375 | 215 | 320 | 0 | 54 | 22 | 1 | 504 | 141 | 115 |
Binary | 11111101 | 10001101 | 11010000 | 0 | 101100 | 10010 | 1 | 101000100 | 1100001 | 1001101 |
Color Harmonies of #FD8DD0
Complementary color
Monochromatic Colors of #FD8DD0
Black with #FD8DD0
Text Example
Text Example
White with #FD8DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8DD0; }
p { color: rgb(253,141,208); }
H1.HeaderClassName
{
color: #FD8DD0;
}
.AnyTagClassName
{
color: #FD8DD0;
}
</style>
background-color css
<style>
a { background-color: #FD8DD0; }
a { background-color: rgb(253,141,208); }
div.DivClassName
{
background-color: #FD8DD0;
}
.BgClassName
{
background-color: #FD8DD0;
}
</style>
border-color css
<style>
span { border-color: #FD8DD0; }
span { border-color: rgb(253,141,208); }
td.TdClassName
{
border-color: #FD8DD0;
}
.TagClassName
{
border-color: #FD8DD0;
}
</style>