Shades of Tea Rose #FC95CE
Tints of Tea Rose #FC95CE
RGB
CMYK
RGB Variations
Color information
#FC95CE (or 0xFC95CE) is known color: Tea Rose. HEX triplet: FC, 95 and CE. RGB value is (252,149,206). Sum of RGB (Red+Green+Blue) = 252+149+206=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 149 (58.59% from 255 or 24.55% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FC95CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC95CE is #036A31. Grayscale: #BABABA. Windows color (decimal): -223794 or 13538812. OLE color: 13538812.
HSL color Cylindrical-coordinate representation of color #FC95CE: hue angle of 326.8º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FC95CE is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 149 | 206 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.01 |
| HSL | 326.8º | 0.94% | 0.79% | - |
| HSV(B) | 326.8º | 0.41% | 0.99% | - |
| XYZ | 62.03 | 46.65 | 64.13 | - |
| YUV | 186.3 | 139.12 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 149 | 206 | 0 | 0.41 | 0.18 | 0.01 | 326.8 | 0.94 | 0.79 |
| Hex | FC | 95 | CE | 0 | 29 | 12 | 1 | 147 | 5E | 4F |
| Octal | 374 | 225 | 316 | 0 | 51 | 22 | 1 | 507 | 136 | 117 |
| Binary | 11111100 | 10010101 | 11001110 | 0 | 101001 | 10010 | 1 | 101000111 | 1011110 | 1001111 |
Color Harmonies of #FC95CE
Complementary color
Monochromatic Colors of #FC95CE
Black with #FC95CE
Text Example
Text Example
White with #FC95CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC95CE; }
p { color: rgb(252,149,206); }
H1.HeaderClassName
{
color: #FC95CE;
}
.AnyTagClassName
{
color: #FC95CE;
}
</style>
background-color css
<style>
a { background-color: #FC95CE; }
a { background-color: rgb(252,149,206); }
div.DivClassName
{
background-color: #FC95CE;
}
.BgClassName
{
background-color: #FC95CE;
}
</style>
border-color css
<style>
span { border-color: #FC95CE; }
span { border-color: rgb(252,149,206); }
td.TdClassName
{
border-color: #FC95CE;
}
.TagClassName
{
border-color: #FC95CE;
}
</style>