Shades of Tea Rose #FB8ACB
Tints of Tea Rose #FB8ACB
RGB
CMYK
RGB Variations
Color information
#FB8ACB (or 0xFB8ACB) is known color: Tea Rose. HEX triplet: FB, 8A and CB. RGB value is (251,138,203). Sum of RGB (Red+Green+Blue) = 251+138+203=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 138 (54.30% from 255 or 23.31% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8ACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8ACB is #047534. Grayscale: #B3B3B3. Windows color (decimal): -292149 or 13339387. OLE color: 13339387.
HSL color Cylindrical-coordinate representation of color #FB8ACB: hue angle of 325.49º 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 #FB8ACB is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 138 | 203 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.02 |
| HSL | 325.49º | 0.93% | 0.76% | - |
| HSV(B) | 325.49º | 0.45% | 0.98% | - |
| XYZ | 59.65 | 43 | 61.66 | - |
| YUV | 179.2 | 141.44 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 138 | 203 | 0 | 0.45 | 0.19 | 0.02 | 325.49 | 0.93 | 0.76 |
| Hex | FB | 8A | CB | 0 | 2D | 13 | 2 | 145 | 5D | 4C |
| Octal | 373 | 212 | 313 | 0 | 55 | 23 | 2 | 505 | 135 | 114 |
| Binary | 11111011 | 10001010 | 11001011 | 0 | 101101 | 10011 | 10 | 101000101 | 1011101 | 1001100 |
Color Harmonies of #FB8ACB
Complementary color
Monochromatic Colors of #FB8ACB
Black with #FB8ACB
Text Example
Text Example
White with #FB8ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8ACB; }
p { color: rgb(251,138,203); }
H1.HeaderClassName
{
color: #FB8ACB;
}
.AnyTagClassName
{
color: #FB8ACB;
}
</style>
background-color css
<style>
a { background-color: #FB8ACB; }
a { background-color: rgb(251,138,203); }
div.DivClassName
{
background-color: #FB8ACB;
}
.BgClassName
{
background-color: #FB8ACB;
}
</style>
border-color css
<style>
span { border-color: #FB8ACB; }
span { border-color: rgb(251,138,203); }
td.TdClassName
{
border-color: #FB8ACB;
}
.TagClassName
{
border-color: #FB8ACB;
}
</style>