Shades of Tea Rose #FC8DD4
Tints of Tea Rose #FC8DD4
RGB
CMYK
RGB Variations
Color information
#FC8DD4 (or 0xFC8DD4) is known color: Tea Rose. HEX triplet: FC, 8D and D4. RGB value is (252,141,212). Sum of RGB (Red+Green+Blue) = 252+141+212=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 141 (55.47% from 255 or 23.31% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8DD4 is #03722B. Grayscale: #B6B6B6. Windows color (decimal): -225836 or 13929980. OLE color: 13929980.
HSL color Cylindrical-coordinate representation of color #FC8DD4: hue angle of 321.62º 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 #FC8DD4 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 141 | 212 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.01 |
| HSL | 321.62º | 0.95% | 0.77% | - |
| HSV(B) | 321.62º | 0.44% | 0.99% | - |
| XYZ | 61.55 | 44.5 | 67.63 | - |
| YUV | 182.28 | 144.77 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 141 | 212 | 0 | 0.44 | 0.16 | 0.01 | 321.62 | 0.95 | 0.77 |
| Hex | FC | 8D | D4 | 0 | 2C | 10 | 1 | 142 | 5F | 4D |
| Octal | 374 | 215 | 324 | 0 | 54 | 20 | 1 | 502 | 137 | 115 |
| Binary | 11111100 | 10001101 | 11010100 | 0 | 101100 | 10000 | 1 | 101000010 | 1011111 | 1001101 |
Color Harmonies of #FC8DD4
Complementary color
Monochromatic Colors of #FC8DD4
Black with #FC8DD4
Text Example
Text Example
White with #FC8DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8DD4; }
p { color: rgb(252,141,212); }
H1.HeaderClassName
{
color: #FC8DD4;
}
.AnyTagClassName
{
color: #FC8DD4;
}
</style>
background-color css
<style>
a { background-color: #FC8DD4; }
a { background-color: rgb(252,141,212); }
div.DivClassName
{
background-color: #FC8DD4;
}
.BgClassName
{
background-color: #FC8DD4;
}
</style>
border-color css
<style>
span { border-color: #FC8DD4; }
span { border-color: rgb(252,141,212); }
td.TdClassName
{
border-color: #FC8DD4;
}
.TagClassName
{
border-color: #FC8DD4;
}
</style>