Shades of Tea Rose #FB91CB
Tints of Tea Rose #FB91CB
RGB
CMYK
RGB Variations
Color information
#FB91CB (or 0xFB91CB) is known color: Tea Rose. HEX triplet: FB, 91 and CB. RGB value is (251,145,203). Sum of RGB (Red+Green+Blue) = 251+145+203=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 145 (57.03% from 255 or 24.21% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FB91CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB91CB is #046E34. Grayscale: #B7B7B7. Windows color (decimal): -290357 or 13341179. OLE color: 13341179.
HSL color Cylindrical-coordinate representation of color #FB91CB: hue angle of 327.17º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FB91CB is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 145 | 203 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.02 |
| HSL | 327.17º | 0.93% | 0.78% | - |
| HSV(B) | 327.17º | 0.42% | 0.98% | - |
| XYZ | 60.69 | 45.07 | 62 | - |
| YUV | 183.31 | 139.12 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 145 | 203 | 0 | 0.42 | 0.19 | 0.02 | 327.17 | 0.93 | 0.78 |
| Hex | FB | 91 | CB | 0 | 2A | 13 | 2 | 147 | 5D | 4E |
| Octal | 373 | 221 | 313 | 0 | 52 | 23 | 2 | 507 | 135 | 116 |
| Binary | 11111011 | 10010001 | 11001011 | 0 | 101010 | 10011 | 10 | 101000111 | 1011101 | 1001110 |
Color Harmonies of #FB91CB
Complementary color
Monochromatic Colors of #FB91CB
Black with #FB91CB
Text Example
Text Example
White with #FB91CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB91CB; }
p { color: rgb(251,145,203); }
H1.HeaderClassName
{
color: #FB91CB;
}
.AnyTagClassName
{
color: #FB91CB;
}
</style>
background-color css
<style>
a { background-color: #FB91CB; }
a { background-color: rgb(251,145,203); }
div.DivClassName
{
background-color: #FB91CB;
}
.BgClassName
{
background-color: #FB91CB;
}
</style>
border-color css
<style>
span { border-color: #FB91CB; }
span { border-color: rgb(251,145,203); }
td.TdClassName
{
border-color: #FB91CB;
}
.TagClassName
{
border-color: #FB91CB;
}
</style>