Shades of Tea Rose #FF91CC
Tints of Tea Rose #FF91CC
RGB
CMYK
RGB Variations
Color information
#FF91CC (or 0xFF91CC) is known color: Tea Rose. HEX triplet: FF, 91 and CC. RGB value is (255,145,204). Sum of RGB (Red+Green+Blue) = 255+145+204=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 145 (57.03% from 255 or 24.01% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FF91CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF91CC is #006E33. Grayscale: #B8B8B8. Windows color (decimal): -28212 or 13406719. OLE color: 13406719.
HSL color Cylindrical-coordinate representation of color #FF91CC: hue angle of 327.82º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FF91CC is Cyan = 0, Magento = 0.43, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 204 | - |
| CMYK | 0 | 0.43 | 0.2 | 0 |
| HSL | 327.82º | 1% | 0.78% | - |
| HSV(B) | 327.82º | 0.43% | 1% | - |
| XYZ | 62.26 | 45.87 | 62.7 | - |
| YUV | 184.62 | 138.94 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 204 | 0 | 0.43 | 0.2 | 0 | 327.82 | 1 | 0.78 |
| Hex | FF | 91 | CC | 0 | 2B | 14 | 0 | 148 | 64 | 4E |
| Octal | 377 | 221 | 314 | 0 | 53 | 24 | 0 | 510 | 144 | 116 |
| Binary | 11111111 | 10010001 | 11001100 | 0 | 101011 | 10100 | 0 | 101001000 | 1100100 | 1001110 |
Color Harmonies of #FF91CC
Complementary color
Monochromatic Colors of #FF91CC
Black with #FF91CC
Text Example
Text Example
White with #FF91CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF91CC; }
p { color: rgb(255,145,204); }
H1.HeaderClassName
{
color: #FF91CC;
}
.AnyTagClassName
{
color: #FF91CC;
}
</style>
background-color css
<style>
a { background-color: #FF91CC; }
a { background-color: rgb(255,145,204); }
div.DivClassName
{
background-color: #FF91CC;
}
.BgClassName
{
background-color: #FF91CC;
}
</style>
border-color css
<style>
span { border-color: #FF91CC; }
span { border-color: rgb(255,145,204); }
td.TdClassName
{
border-color: #FF91CC;
}
.TagClassName
{
border-color: #FF91CC;
}
</style>