Shades of Tea Rose #FC90CC
Tints of Tea Rose #FC90CC
RGB
CMYK
RGB Variations
Color information
#FC90CC (or 0xFC90CC) is known color: Tea Rose. HEX triplet: FC, 90 and CC. RGB value is (252,144,204). Sum of RGB (Red+Green+Blue) = 252+144+204=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 144 (56.64% from 255 or 24% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC90CC is #036F33. Grayscale: #B7B7B7. Windows color (decimal): -225076 or 13406460. OLE color: 13406460.
HSL color Cylindrical-coordinate representation of color #FC90CC: hue angle of 326.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 #FC90CC is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 204 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.01 |
| HSL | 326.67º | 0.95% | 0.78% | - |
| HSV(B) | 326.67º | 0.43% | 0.99% | - |
| XYZ | 61.02 | 45 | 62.6 | - |
| YUV | 183.13 | 139.78 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 204 | 0 | 0.43 | 0.19 | 0.01 | 326.67 | 0.95 | 0.78 |
| Hex | FC | 90 | CC | 0 | 2B | 13 | 1 | 147 | 5F | 4E |
| Octal | 374 | 220 | 314 | 0 | 53 | 23 | 1 | 507 | 137 | 116 |
| Binary | 11111100 | 10010000 | 11001100 | 0 | 101011 | 10011 | 1 | 101000111 | 1011111 | 1001110 |
Color Harmonies of #FC90CC
Complementary color
Monochromatic Colors of #FC90CC
Black with #FC90CC
Text Example
Text Example
White with #FC90CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC90CC; }
p { color: rgb(252,144,204); }
H1.HeaderClassName
{
color: #FC90CC;
}
.AnyTagClassName
{
color: #FC90CC;
}
</style>
background-color css
<style>
a { background-color: #FC90CC; }
a { background-color: rgb(252,144,204); }
div.DivClassName
{
background-color: #FC90CC;
}
.BgClassName
{
background-color: #FC90CC;
}
</style>
border-color css
<style>
span { border-color: #FC90CC; }
span { border-color: rgb(252,144,204); }
td.TdClassName
{
border-color: #FC90CC;
}
.TagClassName
{
border-color: #FC90CC;
}
</style>