Shades of Tea Rose #FB8BCA
Tints of Tea Rose #FB8BCA
RGB
CMYK
RGB Variations
Color information
#FB8BCA (or 0xFB8BCA) is known color: Tea Rose. HEX triplet: FB, 8B and CA. RGB value is (251,139,202). Sum of RGB (Red+Green+Blue) = 251+139+202=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 139 (54.69% from 255 or 23.48% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8BCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8BCA is #047435. Grayscale: #B3B3B3. Windows color (decimal): -291894 or 13274107. OLE color: 13274107.
HSL color Cylindrical-coordinate representation of color #FB8BCA: hue angle of 326.25º 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 #FB8BCA is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 139 | 202 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.02 |
| HSL | 326.25º | 0.93% | 0.76% | - |
| HSV(B) | 326.25º | 0.45% | 0.98% | - |
| XYZ | 59.68 | 43.24 | 61.08 | - |
| YUV | 179.67 | 140.61 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 139 | 202 | 0 | 0.45 | 0.20 | 0.02 | 326.25 | 0.93 | 0.76 |
| Hex | FB | 8B | CA | 0 | 2D | 14 | 2 | 146 | 5D | 4C |
| Octal | 373 | 213 | 312 | 0 | 55 | 24 | 2 | 506 | 135 | 114 |
| Binary | 11111011 | 10001011 | 11001010 | 0 | 101101 | 10100 | 10 | 101000110 | 1011101 | 1001100 |
Color Harmonies of #FB8BCA
Complementary color
Monochromatic Colors of #FB8BCA
Black with #FB8BCA
Text Example
Text Example
White with #FB8BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8BCA; }
p { color: rgb(251,139,202); }
H1.HeaderClassName
{
color: #FB8BCA;
}
.AnyTagClassName
{
color: #FB8BCA;
}
</style>
background-color css
<style>
a { background-color: #FB8BCA; }
a { background-color: rgb(251,139,202); }
div.DivClassName
{
background-color: #FB8BCA;
}
.BgClassName
{
background-color: #FB8BCA;
}
</style>
border-color css
<style>
span { border-color: #FB8BCA; }
span { border-color: rgb(251,139,202); }
td.TdClassName
{
border-color: #FB8BCA;
}
.TagClassName
{
border-color: #FB8BCA;
}
</style>