Shades of Tea Rose #FF91CA
Tints of Tea Rose #FF91CA
RGB
CMYK
RGB Variations
Color information
#FF91CA (or 0xFF91CA) is known color: Tea Rose. HEX triplet: FF, 91 and CA. RGB value is (255,145,202). Sum of RGB (Red+Green+Blue) = 255+145+202=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 145 (57.03% from 255 or 24.09% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FF91CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF91CA is #006E35. Grayscale: #B8B8B8. Windows color (decimal): -28214 or 13275647. OLE color: 13275647.
HSL color Cylindrical-coordinate representation of color #FF91CA: hue angle of 328.91º 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 #FF91CA is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 202 | - |
| CMYK | 0 | 0.43 | 0.21 | 0 |
| HSL | 328.91º | 1% | 0.78% | - |
| HSV(B) | 328.91º | 0.43% | 1% | - |
| XYZ | 62.03 | 45.78 | 61.44 | - |
| YUV | 184.39 | 137.94 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 202 | 0 | 0.43 | 0.21 | 0 | 328.91 | 1 | 0.78 |
| Hex | FF | 91 | CA | 0 | 2B | 15 | 0 | 149 | 64 | 4E |
| Octal | 377 | 221 | 312 | 0 | 53 | 25 | 0 | 511 | 144 | 116 |
| Binary | 11111111 | 10010001 | 11001010 | 0 | 101011 | 10101 | 0 | 101001001 | 1100100 | 1001110 |
Color Harmonies of #FF91CA
Complementary color
Monochromatic Colors of #FF91CA
Black with #FF91CA
Text Example
Text Example
White with #FF91CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF91CA; }
p { color: rgb(255,145,202); }
H1.HeaderClassName
{
color: #FF91CA;
}
.AnyTagClassName
{
color: #FF91CA;
}
</style>
background-color css
<style>
a { background-color: #FF91CA; }
a { background-color: rgb(255,145,202); }
div.DivClassName
{
background-color: #FF91CA;
}
.BgClassName
{
background-color: #FF91CA;
}
</style>
border-color css
<style>
span { border-color: #FF91CA; }
span { border-color: rgb(255,145,202); }
td.TdClassName
{
border-color: #FF91CA;
}
.TagClassName
{
border-color: #FF91CA;
}
</style>