Shades of Tea Rose #FB7CCC
Tints of Tea Rose #FB7CCC
RGB
CMYK
RGB Variations
Color information
#FB7CCC (or 0xFB7CCC) is known color: Tea Rose. HEX triplet: FB, 7C and CC. RGB value is (251,124,204). Sum of RGB (Red+Green+Blue) = 251+124+204=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 124 (48.83% from 255 or 21.42% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7CCC is #048333. Grayscale: #AAAAAA. Windows color (decimal): -295732 or 13401339. OLE color: 13401339.
HSL color Cylindrical-coordinate representation of color #FB7CCC: hue angle of 322.2º 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 #FB7CCC is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 124 | 204 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.02 |
| HSL | 322.2º | 0.94% | 0.74% | - |
| HSV(B) | 322.2º | 0.51% | 0.98% | - |
| XYZ | 57.89 | 39.28 | 61.66 | - |
| YUV | 171.09 | 146.58 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 124 | 204 | 0 | 0.51 | 0.19 | 0.02 | 322.2 | 0.94 | 0.74 |
| Hex | FB | 7C | CC | 0 | 33 | 13 | 2 | 142 | 5E | 4A |
| Octal | 373 | 174 | 314 | 0 | 63 | 23 | 2 | 502 | 136 | 112 |
| Binary | 11111011 | 1111100 | 11001100 | 0 | 110011 | 10011 | 10 | 101000010 | 1011110 | 1001010 |
Color Harmonies of #FB7CCC
Complementary color
Monochromatic Colors of #FB7CCC
Black with #FB7CCC
Text Example
Text Example
White with #FB7CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7CCC; }
p { color: rgb(251,124,204); }
H1.HeaderClassName
{
color: #FB7CCC;
}
.AnyTagClassName
{
color: #FB7CCC;
}
</style>
background-color css
<style>
a { background-color: #FB7CCC; }
a { background-color: rgb(251,124,204); }
div.DivClassName
{
background-color: #FB7CCC;
}
.BgClassName
{
background-color: #FB7CCC;
}
</style>
border-color css
<style>
span { border-color: #FB7CCC; }
span { border-color: rgb(251,124,204); }
td.TdClassName
{
border-color: #FB7CCC;
}
.TagClassName
{
border-color: #FB7CCC;
}
</style>