Shades of Tea Rose #FC91BB
Tints of Tea Rose #FC91BB
RGB
CMYK
RGB Variations
Color information
#FC91BB (or 0xFC91BB) is known color: Tea Rose. HEX triplet: FC, 91 and BB. RGB value is (252,145,187). Sum of RGB (Red+Green+Blue) = 252+145+187=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 145 (57.03% from 255 or 24.83% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC91BB is #036E44. Grayscale: #B5B5B5. Windows color (decimal): -224837 or 12292604. OLE color: 12292604.
HSL color Cylindrical-coordinate representation of color #FC91BB: hue angle of 336.45º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FC91BB is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 187 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.01 |
| HSL | 336.45º | 0.95% | 0.78% | - |
| HSV(B) | 336.45º | 0.42% | 0.99% | - |
| XYZ | 59.24 | 44.53 | 52.49 | - |
| YUV | 181.78 | 130.95 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 187 | 0 | 0.42 | 0.26 | 0.01 | 336.45 | 0.95 | 0.78 |
| Hex | FC | 91 | BB | 0 | 2A | 1A | 1 | 150 | 5F | 4E |
| Octal | 374 | 221 | 273 | 0 | 52 | 32 | 1 | 520 | 137 | 116 |
| Binary | 11111100 | 10010001 | 10111011 | 0 | 101010 | 11010 | 1 | 101010000 | 1011111 | 1001110 |
Color Harmonies of #FC91BB
Complementary color
Monochromatic Colors of #FC91BB
Black with #FC91BB
Text Example
Text Example
White with #FC91BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC91BB; }
p { color: rgb(252,145,187); }
H1.HeaderClassName
{
color: #FC91BB;
}
.AnyTagClassName
{
color: #FC91BB;
}
</style>
background-color css
<style>
a { background-color: #FC91BB; }
a { background-color: rgb(252,145,187); }
div.DivClassName
{
background-color: #FC91BB;
}
.BgClassName
{
background-color: #FC91BB;
}
</style>
border-color css
<style>
span { border-color: #FC91BB; }
span { border-color: rgb(252,145,187); }
td.TdClassName
{
border-color: #FC91BB;
}
.TagClassName
{
border-color: #FC91BB;
}
</style>