Shades of Tea Rose #FD80D3
Tints of Tea Rose #FD80D3
RGB
CMYK
RGB Variations
Color information
#FD80D3 (or 0xFD80D3) is known color: Tea Rose. HEX triplet: FD, 80 and D3. RGB value is (253,128,211). Sum of RGB (Red+Green+Blue) = 253+128+211=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 128 (50.39% from 255 or 21.62% from 592); Blue value is 211 (82.81% from 255 or 35.64% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FD80D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD80D3 is #027F2C. Grayscale: #AEAEAE. Windows color (decimal): -163629 or 13861117. OLE color: 13861117.
HSL color Cylindrical-coordinate representation of color #FD80D3: hue angle of 320.16º 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 #FD80D3 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 128 | 211 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.01 |
| HSL | 320.16º | 0.97% | 0.75% | - |
| HSV(B) | 320.16º | 0.49% | 0.99% | - |
| XYZ | 59.99 | 41.02 | 66.38 | - |
| YUV | 174.84 | 148.41 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 128 | 211 | 0 | 0.49 | 0.17 | 0.01 | 320.16 | 0.97 | 0.75 |
| Hex | FD | 80 | D3 | 0 | 31 | 11 | 1 | 140 | 61 | 4B |
| Octal | 375 | 200 | 323 | 0 | 61 | 21 | 1 | 500 | 141 | 113 |
| Binary | 11111101 | 10000000 | 11010011 | 0 | 110001 | 10001 | 1 | 101000000 | 1100001 | 1001011 |
Color Harmonies of #FD80D3
Complementary color
Monochromatic Colors of #FD80D3
Black with #FD80D3
Text Example
Text Example
White with #FD80D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD80D3; }
p { color: rgb(253,128,211); }
H1.HeaderClassName
{
color: #FD80D3;
}
.AnyTagClassName
{
color: #FD80D3;
}
</style>
background-color css
<style>
a { background-color: #FD80D3; }
a { background-color: rgb(253,128,211); }
div.DivClassName
{
background-color: #FD80D3;
}
.BgClassName
{
background-color: #FD80D3;
}
</style>
border-color css
<style>
span { border-color: #FD80D3; }
span { border-color: rgb(253,128,211); }
td.TdClassName
{
border-color: #FD80D3;
}
.TagClassName
{
border-color: #FD80D3;
}
</style>