Shades of Tea Rose #FB8BCD
Tints of Tea Rose #FB8BCD
RGB
CMYK
RGB Variations
Color information
#FB8BCD (or 0xFB8BCD) is known color: Tea Rose. HEX triplet: FB, 8B and CD. RGB value is (251,139,205). Sum of RGB (Red+Green+Blue) = 251+139+205=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 139 (54.69% from 255 or 23.36% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8BCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8BCD is #047432. Grayscale: #B3B3B3. Windows color (decimal): -291891 or 13470715. OLE color: 13470715.
HSL color Cylindrical-coordinate representation of color #FB8BCD: hue angle of 324.64º 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 #FB8BCD is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 139 | 205 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.02 |
| HSL | 324.64º | 0.93% | 0.76% | - |
| HSV(B) | 324.64º | 0.45% | 0.98% | - |
| XYZ | 60.04 | 43.38 | 62.97 | - |
| YUV | 180.01 | 142.11 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 139 | 205 | 0 | 0.45 | 0.18 | 0.02 | 324.64 | 0.93 | 0.76 |
| Hex | FB | 8B | CD | 0 | 2D | 12 | 2 | 145 | 5D | 4C |
| Octal | 373 | 213 | 315 | 0 | 55 | 22 | 2 | 505 | 135 | 114 |
| Binary | 11111011 | 10001011 | 11001101 | 0 | 101101 | 10010 | 10 | 101000101 | 1011101 | 1001100 |
Color Harmonies of #FB8BCD
Complementary color
Monochromatic Colors of #FB8BCD
Black with #FB8BCD
Text Example
Text Example
White with #FB8BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8BCD; }
p { color: rgb(251,139,205); }
H1.HeaderClassName
{
color: #FB8BCD;
}
.AnyTagClassName
{
color: #FB8BCD;
}
</style>
background-color css
<style>
a { background-color: #FB8BCD; }
a { background-color: rgb(251,139,205); }
div.DivClassName
{
background-color: #FB8BCD;
}
.BgClassName
{
background-color: #FB8BCD;
}
</style>
border-color css
<style>
span { border-color: #FB8BCD; }
span { border-color: rgb(251,139,205); }
td.TdClassName
{
border-color: #FB8BCD;
}
.TagClassName
{
border-color: #FB8BCD;
}
</style>