Shades of Tea Rose #FD8FCC
Tints of Tea Rose #FD8FCC
RGB
CMYK
RGB Variations
Color information
#FD8FCC (or 0xFD8FCC) is known color: Tea Rose. HEX triplet: FD, 8F and CC. RGB value is (253,143,204). Sum of RGB (Red+Green+Blue) = 253+143+204=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 143 (56.25% from 255 or 23.83% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8FCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8FCC is #027033. Grayscale: #B6B6B6. Windows color (decimal): -159796 or 13406205. OLE color: 13406205.
HSL color Cylindrical-coordinate representation of color #FD8FCC: hue angle of 326.73º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FD8FCC is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 143 | 204 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.01 |
| HSL | 326.73º | 0.96% | 0.78% | - |
| HSV(B) | 326.73º | 0.43% | 0.99% | - |
| XYZ | 61.23 | 44.89 | 62.56 | - |
| YUV | 182.84 | 139.94 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 143 | 204 | 0 | 0.43 | 0.19 | 0.01 | 326.73 | 0.96 | 0.78 |
| Hex | FD | 8F | CC | 0 | 2B | 13 | 1 | 147 | 60 | 4E |
| Octal | 375 | 217 | 314 | 0 | 53 | 23 | 1 | 507 | 140 | 116 |
| Binary | 11111101 | 10001111 | 11001100 | 0 | 101011 | 10011 | 1 | 101000111 | 1100000 | 1001110 |
Color Harmonies of #FD8FCC
Complementary color
Monochromatic Colors of #FD8FCC
Black with #FD8FCC
Text Example
Text Example
White with #FD8FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8FCC; }
p { color: rgb(253,143,204); }
H1.HeaderClassName
{
color: #FD8FCC;
}
.AnyTagClassName
{
color: #FD8FCC;
}
</style>
background-color css
<style>
a { background-color: #FD8FCC; }
a { background-color: rgb(253,143,204); }
div.DivClassName
{
background-color: #FD8FCC;
}
.BgClassName
{
background-color: #FD8FCC;
}
</style>
border-color css
<style>
span { border-color: #FD8FCC; }
span { border-color: rgb(253,143,204); }
td.TdClassName
{
border-color: #FD8FCC;
}
.TagClassName
{
border-color: #FD8FCC;
}
</style>