Shades of Tea Rose #FD82CE
Tints of Tea Rose #FD82CE
RGB
CMYK
RGB Variations
Color information
#FD82CE (or 0xFD82CE) is known color: Tea Rose. HEX triplet: FD, 82 and CE. RGB value is (253,130,206). Sum of RGB (Red+Green+Blue) = 253+130+206=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 130 (51.17% from 255 or 22.07% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FD82CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD82CE is #027D31. Grayscale: #AFAFAF. Windows color (decimal): -163122 or 13533949. OLE color: 13533949.
HSL color Cylindrical-coordinate representation of color #FD82CE: hue angle of 322.93º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FD82CE is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 130 | 206 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.01 |
| HSL | 322.93º | 0.97% | 0.75% | - |
| HSV(B) | 322.93º | 0.49% | 0.99% | - |
| XYZ | 59.63 | 41.3 | 63.22 | - |
| YUV | 175.44 | 145.25 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 130 | 206 | 0 | 0.49 | 0.19 | 0.01 | 322.93 | 0.97 | 0.75 |
| Hex | FD | 82 | CE | 0 | 31 | 13 | 1 | 143 | 61 | 4B |
| Octal | 375 | 202 | 316 | 0 | 61 | 23 | 1 | 503 | 141 | 113 |
| Binary | 11111101 | 10000010 | 11001110 | 0 | 110001 | 10011 | 1 | 101000011 | 1100001 | 1001011 |
Color Harmonies of #FD82CE
Complementary color
Monochromatic Colors of #FD82CE
Black with #FD82CE
Text Example
Text Example
White with #FD82CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD82CE; }
p { color: rgb(253,130,206); }
H1.HeaderClassName
{
color: #FD82CE;
}
.AnyTagClassName
{
color: #FD82CE;
}
</style>
background-color css
<style>
a { background-color: #FD82CE; }
a { background-color: rgb(253,130,206); }
div.DivClassName
{
background-color: #FD82CE;
}
.BgClassName
{
background-color: #FD82CE;
}
</style>
border-color css
<style>
span { border-color: #FD82CE; }
span { border-color: rgb(253,130,206); }
td.TdClassName
{
border-color: #FD82CE;
}
.TagClassName
{
border-color: #FD82CE;
}
</style>