Shades of Tea Rose #FC90D2
Tints of Tea Rose #FC90D2
RGB
CMYK
RGB Variations
Color information
#FC90D2 (or 0xFC90D2) is known color: Tea Rose. HEX triplet: FC, 90 and D2. RGB value is (252,144,210). Sum of RGB (Red+Green+Blue) = 252+144+210=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 144 (56.64% from 255 or 23.76% from 606); Blue value is 210 (82.42% from 255 or 34.65% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC90D2 is #036F2D. Grayscale: #B7B7B7. Windows color (decimal): -225070 or 13799676. OLE color: 13799676.
HSL color Cylindrical-coordinate representation of color #FC90D2: hue angle of 323.33º 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 #FC90D2 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 210 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.01 |
| HSL | 323.33º | 0.95% | 0.78% | - |
| HSV(B) | 323.33º | 0.43% | 0.99% | - |
| XYZ | 61.75 | 45.3 | 66.46 | - |
| YUV | 183.82 | 142.78 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 210 | 0 | 0.43 | 0.17 | 0.01 | 323.33 | 0.95 | 0.78 |
| Hex | FC | 90 | D2 | 0 | 2B | 11 | 1 | 143 | 5F | 4E |
| Octal | 374 | 220 | 322 | 0 | 53 | 21 | 1 | 503 | 137 | 116 |
| Binary | 11111100 | 10010000 | 11010010 | 0 | 101011 | 10001 | 1 | 101000011 | 1011111 | 1001110 |
Color Harmonies of #FC90D2
Complementary color
Monochromatic Colors of #FC90D2
Black with #FC90D2
Text Example
Text Example
White with #FC90D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC90D2; }
p { color: rgb(252,144,210); }
H1.HeaderClassName
{
color: #FC90D2;
}
.AnyTagClassName
{
color: #FC90D2;
}
</style>
background-color css
<style>
a { background-color: #FC90D2; }
a { background-color: rgb(252,144,210); }
div.DivClassName
{
background-color: #FC90D2;
}
.BgClassName
{
background-color: #FC90D2;
}
</style>
border-color css
<style>
span { border-color: #FC90D2; }
span { border-color: rgb(252,144,210); }
td.TdClassName
{
border-color: #FC90D2;
}
.TagClassName
{
border-color: #FC90D2;
}
</style>