Shades of Tea Rose #FF91CB
Tints of Tea Rose #FF91CB
RGB
CMYK
RGB Variations
Color information
#FF91CB (or 0xFF91CB) is known color: Tea Rose. HEX triplet: FF, 91 and CB. RGB value is (255,145,203). Sum of RGB (Red+Green+Blue) = 255+145+203=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 145 (57.03% from 255 or 24.05% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF91CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF91CB is #006E34. Grayscale: #B8B8B8. Windows color (decimal): -28213 or 13341183. OLE color: 13341183.
HSL color Cylindrical-coordinate representation of color #FF91CB: hue angle of 328.36º 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 #FF91CB is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 203 | - |
| CMYK | 0 | 0.43 | 0.20 | 0 |
| HSL | 328.36º | 1% | 0.78% | - |
| HSV(B) | 328.36º | 0.43% | 1% | - |
| XYZ | 62.14 | 45.82 | 62.07 | - |
| YUV | 184.5 | 138.44 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 203 | 0 | 0.43 | 0.20 | 0 | 328.36 | 1 | 0.78 |
| Hex | FF | 91 | CB | 0 | 2B | 14 | 0 | 148 | 64 | 4E |
| Octal | 377 | 221 | 313 | 0 | 53 | 24 | 0 | 510 | 144 | 116 |
| Binary | 11111111 | 10010001 | 11001011 | 0 | 101011 | 10100 | 0 | 101001000 | 1100100 | 1001110 |
Color Harmonies of #FF91CB
Complementary color
Monochromatic Colors of #FF91CB
Black with #FF91CB
Text Example
Text Example
White with #FF91CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF91CB; }
p { color: rgb(255,145,203); }
H1.HeaderClassName
{
color: #FF91CB;
}
.AnyTagClassName
{
color: #FF91CB;
}
</style>
background-color css
<style>
a { background-color: #FF91CB; }
a { background-color: rgb(255,145,203); }
div.DivClassName
{
background-color: #FF91CB;
}
.BgClassName
{
background-color: #FF91CB;
}
</style>
border-color css
<style>
span { border-color: #FF91CB; }
span { border-color: rgb(255,145,203); }
td.TdClassName
{
border-color: #FF91CB;
}
.TagClassName
{
border-color: #FF91CB;
}
</style>