Shades of Tea Rose #FB7CCB
Tints of Tea Rose #FB7CCB
RGB
CMYK
RGB Variations
Color information
#FB7CCB (or 0xFB7CCB) is known color: Tea Rose. HEX triplet: FB, 7C and CB. RGB value is (251,124,203). Sum of RGB (Red+Green+Blue) = 251+124+203=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 124 (48.83% from 255 or 21.45% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7CCB is #048334. Grayscale: #AAAAAA. Windows color (decimal): -295733 or 13335803. OLE color: 13335803.
HSL color Cylindrical-coordinate representation of color #FB7CCB: hue angle of 322.68º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7CCB is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 124 | 203 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.02 |
| HSL | 322.68º | 0.94% | 0.74% | - |
| HSV(B) | 322.68º | 0.51% | 0.98% | - |
| XYZ | 57.77 | 39.24 | 61.03 | - |
| YUV | 170.98 | 146.08 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 124 | 203 | 0 | 0.51 | 0.19 | 0.02 | 322.68 | 0.94 | 0.74 |
| Hex | FB | 7C | CB | 0 | 33 | 13 | 2 | 143 | 5E | 4A |
| Octal | 373 | 174 | 313 | 0 | 63 | 23 | 2 | 503 | 136 | 112 |
| Binary | 11111011 | 1111100 | 11001011 | 0 | 110011 | 10011 | 10 | 101000011 | 1011110 | 1001010 |
Color Harmonies of #FB7CCB
Complementary color
Monochromatic Colors of #FB7CCB
Black with #FB7CCB
Text Example
Text Example
White with #FB7CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7CCB; }
p { color: rgb(251,124,203); }
H1.HeaderClassName
{
color: #FB7CCB;
}
.AnyTagClassName
{
color: #FB7CCB;
}
</style>
background-color css
<style>
a { background-color: #FB7CCB; }
a { background-color: rgb(251,124,203); }
div.DivClassName
{
background-color: #FB7CCB;
}
.BgClassName
{
background-color: #FB7CCB;
}
</style>
border-color css
<style>
span { border-color: #FB7CCB; }
span { border-color: rgb(251,124,203); }
td.TdClassName
{
border-color: #FB7CCB;
}
.TagClassName
{
border-color: #FB7CCB;
}
</style>