Shades of Tea Rose #FF91CE
Tints of Tea Rose #FF91CE
RGB
CMYK
RGB Variations
Color information
#FF91CE (or 0xFF91CE) is known color: Tea Rose. HEX triplet: FF, 91 and CE. RGB value is (255,145,206). Sum of RGB (Red+Green+Blue) = 255+145+206=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 145 (57.03% from 255 or 23.93% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF91CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF91CE is #006E31. Grayscale: #B8B8B8. Windows color (decimal): -28210 or 13537791. OLE color: 13537791.
HSL color Cylindrical-coordinate representation of color #FF91CE: hue angle of 326.73º 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 #FF91CE is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 206 | - |
| CMYK | 0 | 0.43 | 0.19 | 0 |
| HSL | 326.73º | 1% | 0.78% | - |
| HSV(B) | 326.73º | 0.43% | 1% | - |
| XYZ | 62.51 | 45.97 | 63.97 | - |
| YUV | 184.84 | 139.94 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 206 | 0 | 0.43 | 0.19 | 0 | 326.73 | 1 | 0.78 |
| Hex | FF | 91 | CE | 0 | 2B | 13 | 0 | 147 | 64 | 4E |
| Octal | 377 | 221 | 316 | 0 | 53 | 23 | 0 | 507 | 144 | 116 |
| Binary | 11111111 | 10010001 | 11001110 | 0 | 101011 | 10011 | 0 | 101000111 | 1100100 | 1001110 |
Color Harmonies of #FF91CE
Complementary color
Monochromatic Colors of #FF91CE
Black with #FF91CE
Text Example
Text Example
White with #FF91CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF91CE; }
p { color: rgb(255,145,206); }
H1.HeaderClassName
{
color: #FF91CE;
}
.AnyTagClassName
{
color: #FF91CE;
}
</style>
background-color css
<style>
a { background-color: #FF91CE; }
a { background-color: rgb(255,145,206); }
div.DivClassName
{
background-color: #FF91CE;
}
.BgClassName
{
background-color: #FF91CE;
}
</style>
border-color css
<style>
span { border-color: #FF91CE; }
span { border-color: rgb(255,145,206); }
td.TdClassName
{
border-color: #FF91CE;
}
.TagClassName
{
border-color: #FF91CE;
}
</style>