Shades of Tea Rose #FD82C2
Tints of Tea Rose #FD82C2
RGB
CMYK
RGB Variations
Color information
#FD82C2 (or 0xFD82C2) is known color: Tea Rose. HEX triplet: FD, 82 and C2. RGB value is (253,130,194). Sum of RGB (Red+Green+Blue) = 253+130+194=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 130 (51.17% from 255 or 22.53% from 577); Blue value is 194 (76.17% from 255 or 33.62% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FD82C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD82C2 is #027D3D. Grayscale: #ADADAD. Windows color (decimal): -163134 or 12747517. OLE color: 12747517.
HSL color Cylindrical-coordinate representation of color #FD82C2: hue angle of 328.78º 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 #FD82C2 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 130 | 194 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.01 |
| HSL | 328.78º | 0.97% | 0.75% | - |
| HSV(B) | 328.78º | 0.49% | 0.99% | - |
| XYZ | 58.23 | 40.74 | 55.83 | - |
| YUV | 174.07 | 139.25 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 130 | 194 | 0 | 0.49 | 0.23 | 0.01 | 328.78 | 0.97 | 0.75 |
| Hex | FD | 82 | C2 | 0 | 31 | 17 | 1 | 149 | 61 | 4B |
| Octal | 375 | 202 | 302 | 0 | 61 | 27 | 1 | 511 | 141 | 113 |
| Binary | 11111101 | 10000010 | 11000010 | 0 | 110001 | 10111 | 1 | 101001001 | 1100001 | 1001011 |
Color Harmonies of #FD82C2
Complementary color
Monochromatic Colors of #FD82C2
Black with #FD82C2
Text Example
Text Example
White with #FD82C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD82C2; }
p { color: rgb(253,130,194); }
H1.HeaderClassName
{
color: #FD82C2;
}
.AnyTagClassName
{
color: #FD82C2;
}
</style>
background-color css
<style>
a { background-color: #FD82C2; }
a { background-color: rgb(253,130,194); }
div.DivClassName
{
background-color: #FD82C2;
}
.BgClassName
{
background-color: #FD82C2;
}
</style>
border-color css
<style>
span { border-color: #FD82C2; }
span { border-color: rgb(253,130,194); }
td.TdClassName
{
border-color: #FD82C2;
}
.TagClassName
{
border-color: #FD82C2;
}
</style>