Shades of Tea Rose #FB8BCB
Tints of Tea Rose #FB8BCB
RGB
CMYK
RGB Variations
Color information
#FB8BCB (or 0xFB8BCB) is known color: Tea Rose. HEX triplet: FB, 8B and CB. RGB value is (251,139,203). Sum of RGB (Red+Green+Blue) = 251+139+203=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 139 (54.69% from 255 or 23.44% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8BCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8BCB is #047434. Grayscale: #B3B3B3. Windows color (decimal): -291893 or 13339643. OLE color: 13339643.
HSL color Cylindrical-coordinate representation of color #FB8BCB: hue angle of 325.71º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FB8BCB is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 139 | 203 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.02 |
| HSL | 325.71º | 0.93% | 0.76% | - |
| HSV(B) | 325.71º | 0.45% | 0.98% | - |
| XYZ | 59.8 | 43.29 | 61.7 | - |
| YUV | 179.78 | 141.11 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 139 | 203 | 0 | 0.45 | 0.19 | 0.02 | 325.71 | 0.93 | 0.76 |
| Hex | FB | 8B | CB | 0 | 2D | 13 | 2 | 146 | 5D | 4C |
| Octal | 373 | 213 | 313 | 0 | 55 | 23 | 2 | 506 | 135 | 114 |
| Binary | 11111011 | 10001011 | 11001011 | 0 | 101101 | 10011 | 10 | 101000110 | 1011101 | 1001100 |
Color Harmonies of #FB8BCB
Complementary color
Monochromatic Colors of #FB8BCB
Black with #FB8BCB
Text Example
Text Example
White with #FB8BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8BCB; }
p { color: rgb(251,139,203); }
H1.HeaderClassName
{
color: #FB8BCB;
}
.AnyTagClassName
{
color: #FB8BCB;
}
</style>
background-color css
<style>
a { background-color: #FB8BCB; }
a { background-color: rgb(251,139,203); }
div.DivClassName
{
background-color: #FB8BCB;
}
.BgClassName
{
background-color: #FB8BCB;
}
</style>
border-color css
<style>
span { border-color: #FB8BCB; }
span { border-color: rgb(251,139,203); }
td.TdClassName
{
border-color: #FB8BCB;
}
.TagClassName
{
border-color: #FB8BCB;
}
</style>