Shades of Tea Rose #FC8DD1
Tints of Tea Rose #FC8DD1
RGB
CMYK
RGB Variations
Color information
#FC8DD1 (or 0xFC8DD1) is known color: Tea Rose. HEX triplet: FC, 8D and D1. RGB value is (252,141,209). Sum of RGB (Red+Green+Blue) = 252+141+209=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 141 (55.47% from 255 or 23.42% from 602); Blue value is 209 (82.03% from 255 or 34.72% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8DD1 is #03722E. Grayscale: #B5B5B5. Windows color (decimal): -225839 or 13733372. OLE color: 13733372.
HSL color Cylindrical-coordinate representation of color #FC8DD1: hue angle of 323.24º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FC8DD1 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 141 | 209 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.01 |
| HSL | 323.24º | 0.95% | 0.77% | - |
| HSV(B) | 323.24º | 0.44% | 0.99% | - |
| XYZ | 61.18 | 44.35 | 65.66 | - |
| YUV | 181.94 | 143.27 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 141 | 209 | 0 | 0.44 | 0.17 | 0.01 | 323.24 | 0.95 | 0.77 |
| Hex | FC | 8D | D1 | 0 | 2C | 11 | 1 | 143 | 5F | 4D |
| Octal | 374 | 215 | 321 | 0 | 54 | 21 | 1 | 503 | 137 | 115 |
| Binary | 11111100 | 10001101 | 11010001 | 0 | 101100 | 10001 | 1 | 101000011 | 1011111 | 1001101 |
Color Harmonies of #FC8DD1
Complementary color
Monochromatic Colors of #FC8DD1
Black with #FC8DD1
Text Example
Text Example
White with #FC8DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8DD1; }
p { color: rgb(252,141,209); }
H1.HeaderClassName
{
color: #FC8DD1;
}
.AnyTagClassName
{
color: #FC8DD1;
}
</style>
background-color css
<style>
a { background-color: #FC8DD1; }
a { background-color: rgb(252,141,209); }
div.DivClassName
{
background-color: #FC8DD1;
}
.BgClassName
{
background-color: #FC8DD1;
}
</style>
border-color css
<style>
span { border-color: #FC8DD1; }
span { border-color: rgb(252,141,209); }
td.TdClassName
{
border-color: #FC8DD1;
}
.TagClassName
{
border-color: #FC8DD1;
}
</style>