Shades of Tea Rose #FD8DBD
Tints of Tea Rose #FD8DBD
RGB
CMYK
RGB Variations
Color information
#FD8DBD (or 0xFD8DBD) is known color: Tea Rose. HEX triplet: FD, 8D and BD. RGB value is (253,141,189). Sum of RGB (Red+Green+Blue) = 253+141+189=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 141 (55.47% from 255 or 24.19% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8DBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8DBD is #027242. Grayscale: #B3B3B3. Windows color (decimal): -160323 or 12422653. OLE color: 12422653.
HSL color Cylindrical-coordinate representation of color #FD8DBD: hue angle of 334.29º 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 #FD8DBD is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 141 | 189 | - |
CMYK | 0 | 0.44 | 0.25 | 0.01 |
HSL | 334.29º | 0.97% | 0.77% | - |
HSV(B) | 334.29º | 0.44% | 0.99% | - |
XYZ | 59.22 | 43.61 | 53.44 | - |
YUV | 179.96 | 133.11 | 180.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 141 | 189 | 0 | 0.44 | 0.25 | 0.01 | 334.29 | 0.97 | 0.77 |
Hex | FD | 8D | BD | 0 | 2C | 19 | 1 | 14E | 61 | 4D |
Octal | 375 | 215 | 275 | 0 | 54 | 31 | 1 | 516 | 141 | 115 |
Binary | 11111101 | 10001101 | 10111101 | 0 | 101100 | 11001 | 1 | 101001110 | 1100001 | 1001101 |
Color Harmonies of #FD8DBD
Complementary color
Monochromatic Colors of #FD8DBD
Black with #FD8DBD
Text Example
Text Example
White with #FD8DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8DBD; }
p { color: rgb(253,141,189); }
H1.HeaderClassName
{
color: #FD8DBD;
}
.AnyTagClassName
{
color: #FD8DBD;
}
</style>
background-color css
<style>
a { background-color: #FD8DBD; }
a { background-color: rgb(253,141,189); }
div.DivClassName
{
background-color: #FD8DBD;
}
.BgClassName
{
background-color: #FD8DBD;
}
</style>
border-color css
<style>
span { border-color: #FD8DBD; }
span { border-color: rgb(253,141,189); }
td.TdClassName
{
border-color: #FD8DBD;
}
.TagClassName
{
border-color: #FD8DBD;
}
</style>