Shades of Tea Rose #FD7FCC
Tints of Tea Rose #FD7FCC
RGB
CMYK
RGB Variations
Color information
#FD7FCC (or 0xFD7FCC) is known color: Tea Rose. HEX triplet: FD, 7F and CC. RGB value is (253,127,204). Sum of RGB (Red+Green+Blue) = 253+127+204=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 127 (50% from 255 or 21.75% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7FCC is #028033. Grayscale: #ADADAD. Windows color (decimal): -163892 or 13402109. OLE color: 13402109.
HSL color Cylindrical-coordinate representation of color #FD7FCC: hue angle of 323.33º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FD7FCC is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 127 | 204 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.01 |
| HSL | 323.33º | 0.97% | 0.75% | - |
| HSV(B) | 323.33º | 0.5% | 0.99% | - |
| XYZ | 59 | 40.42 | 61.82 | - |
| YUV | 173.45 | 145.24 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 127 | 204 | 0 | 0.50 | 0.19 | 0.01 | 323.33 | 0.97 | 0.75 |
| Hex | FD | 7F | CC | 0 | 32 | 13 | 1 | 143 | 61 | 4B |
| Octal | 375 | 177 | 314 | 0 | 62 | 23 | 1 | 503 | 141 | 113 |
| Binary | 11111101 | 1111111 | 11001100 | 0 | 110010 | 10011 | 1 | 101000011 | 1100001 | 1001011 |
Color Harmonies of #FD7FCC
Complementary color
Monochromatic Colors of #FD7FCC
Black with #FD7FCC
Text Example
Text Example
White with #FD7FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7FCC; }
p { color: rgb(253,127,204); }
H1.HeaderClassName
{
color: #FD7FCC;
}
.AnyTagClassName
{
color: #FD7FCC;
}
</style>
background-color css
<style>
a { background-color: #FD7FCC; }
a { background-color: rgb(253,127,204); }
div.DivClassName
{
background-color: #FD7FCC;
}
.BgClassName
{
background-color: #FD7FCC;
}
</style>
border-color css
<style>
span { border-color: #FD7FCC; }
span { border-color: rgb(253,127,204); }
td.TdClassName
{
border-color: #FD7FCC;
}
.TagClassName
{
border-color: #FD7FCC;
}
</style>