Shades of Tea Rose #FD80C2
Tints of Tea Rose #FD80C2
RGB
CMYK
RGB Variations
Color information
#FD80C2 (or 0xFD80C2) is known color: Tea Rose. HEX triplet: FD, 80 and C2. RGB value is (253,128,194). Sum of RGB (Red+Green+Blue) = 253+128+194=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 128 (50.39% from 255 or 22.26% from 575); Blue value is 194 (76.17% from 255 or 33.74% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FD80C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD80C2 is #027F3D. Grayscale: #ACACAC. Windows color (decimal): -163646 or 12747005. OLE color: 12747005.
HSL color Cylindrical-coordinate representation of color #FD80C2: hue angle of 328.32º 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 #FD80C2 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 128 | 194 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.01 |
| HSL | 328.32º | 0.97% | 0.75% | - |
| HSV(B) | 328.32º | 0.49% | 0.99% | - |
| XYZ | 57.96 | 40.22 | 55.75 | - |
| YUV | 172.9 | 139.91 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 128 | 194 | 0 | 0.49 | 0.23 | 0.01 | 328.32 | 0.97 | 0.75 |
| Hex | FD | 80 | C2 | 0 | 31 | 17 | 1 | 148 | 61 | 4B |
| Octal | 375 | 200 | 302 | 0 | 61 | 27 | 1 | 510 | 141 | 113 |
| Binary | 11111101 | 10000000 | 11000010 | 0 | 110001 | 10111 | 1 | 101001000 | 1100001 | 1001011 |
Color Harmonies of #FD80C2
Complementary color
Monochromatic Colors of #FD80C2
Black with #FD80C2
Text Example
Text Example
White with #FD80C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD80C2; }
p { color: rgb(253,128,194); }
H1.HeaderClassName
{
color: #FD80C2;
}
.AnyTagClassName
{
color: #FD80C2;
}
</style>
background-color css
<style>
a { background-color: #FD80C2; }
a { background-color: rgb(253,128,194); }
div.DivClassName
{
background-color: #FD80C2;
}
.BgClassName
{
background-color: #FD80C2;
}
</style>
border-color css
<style>
span { border-color: #FD80C2; }
span { border-color: rgb(253,128,194); }
td.TdClassName
{
border-color: #FD80C2;
}
.TagClassName
{
border-color: #FD80C2;
}
</style>