Shades of Tea Rose #FC90BA
Tints of Tea Rose #FC90BA
RGB
CMYK
RGB Variations
Color information
#FC90BA (or 0xFC90BA) is known color: Tea Rose. HEX triplet: FC, 90 and BA. RGB value is (252,144,186). Sum of RGB (Red+Green+Blue) = 252+144+186=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 144 (56.64% from 255 or 24.74% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC90BA is #036F45. Grayscale: #B5B5B5. Windows color (decimal): -225094 or 12226812. OLE color: 12226812.
HSL color Cylindrical-coordinate representation of color #FC90BA: hue angle of 336.67º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FC90BA is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 186 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.01 |
| HSL | 336.67º | 0.95% | 0.78% | - |
| HSV(B) | 336.67º | 0.43% | 0.99% | - |
| XYZ | 58.98 | 44.19 | 51.87 | - |
| YUV | 181.08 | 130.78 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 186 | 0 | 0.43 | 0.26 | 0.01 | 336.67 | 0.95 | 0.78 |
| Hex | FC | 90 | BA | 0 | 2B | 1A | 1 | 151 | 5F | 4E |
| Octal | 374 | 220 | 272 | 0 | 53 | 32 | 1 | 521 | 137 | 116 |
| Binary | 11111100 | 10010000 | 10111010 | 0 | 101011 | 11010 | 1 | 101010001 | 1011111 | 1001110 |
Color Harmonies of #FC90BA
Complementary color
Monochromatic Colors of #FC90BA
Black with #FC90BA
Text Example
Text Example
White with #FC90BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC90BA; }
p { color: rgb(252,144,186); }
H1.HeaderClassName
{
color: #FC90BA;
}
.AnyTagClassName
{
color: #FC90BA;
}
</style>
background-color css
<style>
a { background-color: #FC90BA; }
a { background-color: rgb(252,144,186); }
div.DivClassName
{
background-color: #FC90BA;
}
.BgClassName
{
background-color: #FC90BA;
}
</style>
border-color css
<style>
span { border-color: #FC90BA; }
span { border-color: rgb(252,144,186); }
td.TdClassName
{
border-color: #FC90BA;
}
.TagClassName
{
border-color: #FC90BA;
}
</style>