Shades of Tea Rose #FB8BCE
Tints of Tea Rose #FB8BCE
RGB
CMYK
RGB Variations
Color information
#FB8BCE (or 0xFB8BCE) is known color: Tea Rose. HEX triplet: FB, 8B and CE. RGB value is (251,139,206). Sum of RGB (Red+Green+Blue) = 251+139+206=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 139 (54.69% from 255 or 23.32% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8BCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8BCE is #047431. Grayscale: #B3B3B3. Windows color (decimal): -291890 or 13536251. OLE color: 13536251.
HSL color Cylindrical-coordinate representation of color #FB8BCE: hue angle of 324.11º 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 #FB8BCE is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 139 | 206 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.02 |
| HSL | 324.11º | 0.93% | 0.76% | - |
| HSV(B) | 324.11º | 0.45% | 0.98% | - |
| XYZ | 60.16 | 43.43 | 63.6 | - |
| YUV | 180.13 | 142.61 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 139 | 206 | 0 | 0.45 | 0.18 | 0.02 | 324.11 | 0.93 | 0.76 |
| Hex | FB | 8B | CE | 0 | 2D | 12 | 2 | 144 | 5D | 4C |
| Octal | 373 | 213 | 316 | 0 | 55 | 22 | 2 | 504 | 135 | 114 |
| Binary | 11111011 | 10001011 | 11001110 | 0 | 101101 | 10010 | 10 | 101000100 | 1011101 | 1001100 |
Color Harmonies of #FB8BCE
Complementary color
Monochromatic Colors of #FB8BCE
Black with #FB8BCE
Text Example
Text Example
White with #FB8BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8BCE; }
p { color: rgb(251,139,206); }
H1.HeaderClassName
{
color: #FB8BCE;
}
.AnyTagClassName
{
color: #FB8BCE;
}
</style>
background-color css
<style>
a { background-color: #FB8BCE; }
a { background-color: rgb(251,139,206); }
div.DivClassName
{
background-color: #FB8BCE;
}
.BgClassName
{
background-color: #FB8BCE;
}
</style>
border-color css
<style>
span { border-color: #FB8BCE; }
span { border-color: rgb(251,139,206); }
td.TdClassName
{
border-color: #FB8BCE;
}
.TagClassName
{
border-color: #FB8BCE;
}
</style>