Shades of Tea Rose #FC8ACE
Tints of Tea Rose #FC8ACE
RGB
CMYK
RGB Variations
Color information
#FC8ACE (or 0xFC8ACE) is known color: Tea Rose. HEX triplet: FC, 8A and CE. RGB value is (252,138,206). Sum of RGB (Red+Green+Blue) = 252+138+206=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 138 (54.30% from 255 or 23.15% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8ACE is #037531. Grayscale: #B3B3B3. Windows color (decimal): -226610 or 13535996. OLE color: 13535996.
HSL color Cylindrical-coordinate representation of color #FC8ACE: hue angle of 324.21º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FC8ACE is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 138 | 206 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.01 |
| HSL | 324.21º | 0.95% | 0.76% | - |
| HSV(B) | 324.21º | 0.45% | 0.99% | - |
| XYZ | 60.37 | 43.33 | 63.57 | - |
| YUV | 179.84 | 142.77 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 138 | 206 | 0 | 0.45 | 0.18 | 0.01 | 324.21 | 0.95 | 0.76 |
| Hex | FC | 8A | CE | 0 | 2D | 12 | 1 | 144 | 5F | 4C |
| Octal | 374 | 212 | 316 | 0 | 55 | 22 | 1 | 504 | 137 | 114 |
| Binary | 11111100 | 10001010 | 11001110 | 0 | 101101 | 10010 | 1 | 101000100 | 1011111 | 1001100 |
Color Harmonies of #FC8ACE
Complementary color
Monochromatic Colors of #FC8ACE
Black with #FC8ACE
Text Example
Text Example
White with #FC8ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8ACE; }
p { color: rgb(252,138,206); }
H1.HeaderClassName
{
color: #FC8ACE;
}
.AnyTagClassName
{
color: #FC8ACE;
}
</style>
background-color css
<style>
a { background-color: #FC8ACE; }
a { background-color: rgb(252,138,206); }
div.DivClassName
{
background-color: #FC8ACE;
}
.BgClassName
{
background-color: #FC8ACE;
}
</style>
border-color css
<style>
span { border-color: #FC8ACE; }
span { border-color: rgb(252,138,206); }
td.TdClassName
{
border-color: #FC8ACE;
}
.TagClassName
{
border-color: #FC8ACE;
}
</style>