Shades of Tea Rose #FD8DD2
Tints of Tea Rose #FD8DD2
RGB
CMYK
RGB Variations
Color information
#FD8DD2 (or 0xFD8DD2) is known color: Tea Rose. HEX triplet: FD, 8D and D2. RGB value is (253,141,210). Sum of RGB (Red+Green+Blue) = 253+141+210=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 141 (55.47% from 255 or 23.34% from 604); Blue value is 210 (82.42% from 255 or 34.77% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8DD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8DD2 is #02722D. Grayscale: #B6B6B6. Windows color (decimal): -160302 or 13798909. OLE color: 13798909.
HSL color Cylindrical-coordinate representation of color #FD8DD2: hue angle of 323.04º 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 #FD8DD2 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 141 | 210 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.01 |
| HSL | 323.04º | 0.97% | 0.77% | - |
| HSV(B) | 323.04º | 0.44% | 0.99% | - |
| XYZ | 61.67 | 44.59 | 66.33 | - |
| YUV | 182.35 | 143.61 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 141 | 210 | 0 | 0.44 | 0.17 | 0.01 | 323.04 | 0.97 | 0.77 |
| Hex | FD | 8D | D2 | 0 | 2C | 11 | 1 | 143 | 61 | 4D |
| Octal | 375 | 215 | 322 | 0 | 54 | 21 | 1 | 503 | 141 | 115 |
| Binary | 11111101 | 10001101 | 11010010 | 0 | 101100 | 10001 | 1 | 101000011 | 1100001 | 1001101 |
Color Harmonies of #FD8DD2
Complementary color
Monochromatic Colors of #FD8DD2
Black with #FD8DD2
Text Example
Text Example
White with #FD8DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8DD2; }
p { color: rgb(253,141,210); }
H1.HeaderClassName
{
color: #FD8DD2;
}
.AnyTagClassName
{
color: #FD8DD2;
}
</style>
background-color css
<style>
a { background-color: #FD8DD2; }
a { background-color: rgb(253,141,210); }
div.DivClassName
{
background-color: #FD8DD2;
}
.BgClassName
{
background-color: #FD8DD2;
}
</style>
border-color css
<style>
span { border-color: #FD8DD2; }
span { border-color: rgb(253,141,210); }
td.TdClassName
{
border-color: #FD8DD2;
}
.TagClassName
{
border-color: #FD8DD2;
}
</style>