Shades of Tea Rose #FC95D0
Tints of Tea Rose #FC95D0
RGB
CMYK
RGB Variations
Color information
#FC95D0 (or 0xFC95D0) is known color: Tea Rose. HEX triplet: FC, 95 and D0. RGB value is (252,149,208). Sum of RGB (Red+Green+Blue) = 252+149+208=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 149 (58.59% from 255 or 24.47% from 609); Blue value is 208 (81.64% from 255 or 34.15% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FC95D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC95D0 is #036A2F. Grayscale: #BABABA. Windows color (decimal): -223792 or 13669884. OLE color: 13669884.
HSL color Cylindrical-coordinate representation of color #FC95D0: hue angle of 325.63º 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 #FC95D0 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 149 | 208 | - |
CMYK | 0 | 0.41 | 0.17 | 0.01 |
HSL | 325.63º | 0.94% | 0.79% | - |
HSV(B) | 325.63º | 0.41% | 0.99% | - |
XYZ | 62.28 | 46.74 | 65.41 | - |
YUV | 186.52 | 140.12 | 174.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 149 | 208 | 0 | 0.41 | 0.17 | 0.01 | 325.63 | 0.94 | 0.79 |
Hex | FC | 95 | D0 | 0 | 29 | 11 | 1 | 146 | 5E | 4F |
Octal | 374 | 225 | 320 | 0 | 51 | 21 | 1 | 506 | 136 | 117 |
Binary | 11111100 | 10010101 | 11010000 | 0 | 101001 | 10001 | 1 | 101000110 | 1011110 | 1001111 |
Color Harmonies of #FC95D0
Complementary color
Monochromatic Colors of #FC95D0
Black with #FC95D0
Text Example
Text Example
White with #FC95D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC95D0; }
p { color: rgb(252,149,208); }
H1.HeaderClassName
{
color: #FC95D0;
}
.AnyTagClassName
{
color: #FC95D0;
}
</style>
background-color css
<style>
a { background-color: #FC95D0; }
a { background-color: rgb(252,149,208); }
div.DivClassName
{
background-color: #FC95D0;
}
.BgClassName
{
background-color: #FC95D0;
}
</style>
border-color css
<style>
span { border-color: #FC95D0; }
span { border-color: rgb(252,149,208); }
td.TdClassName
{
border-color: #FC95D0;
}
.TagClassName
{
border-color: #FC95D0;
}
</style>