Shades of Tea Rose #FB8BC8
Tints of Tea Rose #FB8BC8
RGB
CMYK
RGB Variations
Color information
#FB8BC8 (or 0xFB8BC8) is known color: Tea Rose. HEX triplet: FB, 8B and C8. RGB value is (251,139,200). Sum of RGB (Red+Green+Blue) = 251+139+200=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 139 (54.69% from 255 or 23.56% from 590); Blue value is 200 (78.52% from 255 or 33.90% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8BC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8BC8 is #047437. Grayscale: #B3B3B3. Windows color (decimal): -291896 or 13143035. OLE color: 13143035.
HSL color Cylindrical-coordinate representation of color #FB8BC8: hue angle of 327.32º 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 #FB8BC8 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 139 | 200 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.02 |
| HSL | 327.32º | 0.93% | 0.76% | - |
| HSV(B) | 327.32º | 0.45% | 0.98% | - |
| XYZ | 59.44 | 43.14 | 59.84 | - |
| YUV | 179.44 | 139.61 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 139 | 200 | 0 | 0.45 | 0.20 | 0.02 | 327.32 | 0.93 | 0.76 |
| Hex | FB | 8B | C8 | 0 | 2D | 14 | 2 | 147 | 5D | 4C |
| Octal | 373 | 213 | 310 | 0 | 55 | 24 | 2 | 507 | 135 | 114 |
| Binary | 11111011 | 10001011 | 11001000 | 0 | 101101 | 10100 | 10 | 101000111 | 1011101 | 1001100 |
Color Harmonies of #FB8BC8
Complementary color
Monochromatic Colors of #FB8BC8
Black with #FB8BC8
Text Example
Text Example
White with #FB8BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8BC8; }
p { color: rgb(251,139,200); }
H1.HeaderClassName
{
color: #FB8BC8;
}
.AnyTagClassName
{
color: #FB8BC8;
}
</style>
background-color css
<style>
a { background-color: #FB8BC8; }
a { background-color: rgb(251,139,200); }
div.DivClassName
{
background-color: #FB8BC8;
}
.BgClassName
{
background-color: #FB8BC8;
}
</style>
border-color css
<style>
span { border-color: #FB8BC8; }
span { border-color: rgb(251,139,200); }
td.TdClassName
{
border-color: #FB8BC8;
}
.TagClassName
{
border-color: #FB8BC8;
}
</style>