Shades of Tea Rose #FD80D4
Tints of Tea Rose #FD80D4
RGB
CMYK
RGB Variations
Color information
#FD80D4 (or 0xFD80D4) is known color: Tea Rose. HEX triplet: FD, 80 and D4. RGB value is (253,128,212). Sum of RGB (Red+Green+Blue) = 253+128+212=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 128 (50.39% from 255 or 21.59% from 593); Blue value is 212 (83.20% from 255 or 35.75% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FD80D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD80D4 is #027F2B. Grayscale: #AEAEAE. Windows color (decimal): -163628 or 13926653. OLE color: 13926653.
HSL color Cylindrical-coordinate representation of color #FD80D4: hue angle of 319.68º 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 #FD80D4 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 128 | 212 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.01 |
| HSL | 319.68º | 0.97% | 0.75% | - |
| HSV(B) | 319.68º | 0.49% | 0.99% | - |
| XYZ | 60.11 | 41.07 | 67.05 | - |
| YUV | 174.95 | 148.91 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 128 | 212 | 0 | 0.49 | 0.16 | 0.01 | 319.68 | 0.97 | 0.75 |
| Hex | FD | 80 | D4 | 0 | 31 | 10 | 1 | 140 | 61 | 4B |
| Octal | 375 | 200 | 324 | 0 | 61 | 20 | 1 | 500 | 141 | 113 |
| Binary | 11111101 | 10000000 | 11010100 | 0 | 110001 | 10000 | 1 | 101000000 | 1100001 | 1001011 |
Color Harmonies of #FD80D4
Complementary color
Monochromatic Colors of #FD80D4
Black with #FD80D4
Text Example
Text Example
White with #FD80D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD80D4; }
p { color: rgb(253,128,212); }
H1.HeaderClassName
{
color: #FD80D4;
}
.AnyTagClassName
{
color: #FD80D4;
}
</style>
background-color css
<style>
a { background-color: #FD80D4; }
a { background-color: rgb(253,128,212); }
div.DivClassName
{
background-color: #FD80D4;
}
.BgClassName
{
background-color: #FD80D4;
}
</style>
border-color css
<style>
span { border-color: #FD80D4; }
span { border-color: rgb(253,128,212); }
td.TdClassName
{
border-color: #FD80D4;
}
.TagClassName
{
border-color: #FD80D4;
}
</style>