Shades of Tea Rose #FC8FD4
Tints of Tea Rose #FC8FD4
RGB
CMYK
RGB Variations
Color information
#FC8FD4 (or 0xFC8FD4) is known color: Tea Rose. HEX triplet: FC, 8F and D4. RGB value is (252,143,212). Sum of RGB (Red+Green+Blue) = 252+143+212=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 143 (56.25% from 255 or 23.56% from 607); Blue value is 212 (83.20% from 255 or 34.93% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8FD4 is #03702B. Grayscale: #B7B7B7. Windows color (decimal): -225324 or 13930492. OLE color: 13930492.
HSL color Cylindrical-coordinate representation of color #FC8FD4: hue angle of 322.02º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FC8FD4 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 212 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.01 |
| HSL | 322.02º | 0.95% | 0.77% | - |
| HSV(B) | 322.02º | 0.43% | 0.99% | - |
| XYZ | 61.85 | 45.09 | 67.73 | - |
| YUV | 183.46 | 144.11 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 212 | 0 | 0.43 | 0.16 | 0.01 | 322.02 | 0.95 | 0.77 |
| Hex | FC | 8F | D4 | 0 | 2B | 10 | 1 | 142 | 5F | 4D |
| Octal | 374 | 217 | 324 | 0 | 53 | 20 | 1 | 502 | 137 | 115 |
| Binary | 11111100 | 10001111 | 11010100 | 0 | 101011 | 10000 | 1 | 101000010 | 1011111 | 1001101 |
Color Harmonies of #FC8FD4
Complementary color
Monochromatic Colors of #FC8FD4
Black with #FC8FD4
Text Example
Text Example
White with #FC8FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8FD4; }
p { color: rgb(252,143,212); }
H1.HeaderClassName
{
color: #FC8FD4;
}
.AnyTagClassName
{
color: #FC8FD4;
}
</style>
background-color css
<style>
a { background-color: #FC8FD4; }
a { background-color: rgb(252,143,212); }
div.DivClassName
{
background-color: #FC8FD4;
}
.BgClassName
{
background-color: #FC8FD4;
}
</style>
border-color css
<style>
span { border-color: #FC8FD4; }
span { border-color: rgb(252,143,212); }
td.TdClassName
{
border-color: #FC8FD4;
}
.TagClassName
{
border-color: #FC8FD4;
}
</style>