Shades of Tea Rose #FB7CC5
Tints of Tea Rose #FB7CC5
RGB
CMYK
RGB Variations
Color information
#FB7CC5 (or 0xFB7CC5) is known color: Tea Rose. HEX triplet: FB, 7C and C5. RGB value is (251,124,197). Sum of RGB (Red+Green+Blue) = 251+124+197=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 124 (48.83% from 255 or 21.68% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7CC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7CC5 is #04833A. Grayscale: #AAAAAA. Windows color (decimal): -295739 or 12942587. OLE color: 12942587.
HSL color Cylindrical-coordinate representation of color #FB7CC5: hue angle of 325.51º 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 #FB7CC5 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 124 | 197 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.02 |
| HSL | 325.51º | 0.94% | 0.74% | - |
| HSV(B) | 325.51º | 0.51% | 0.98% | - |
| XYZ | 57.07 | 38.96 | 57.33 | - |
| YUV | 170.3 | 143.08 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 124 | 197 | 0 | 0.51 | 0.22 | 0.02 | 325.51 | 0.94 | 0.74 |
| Hex | FB | 7C | C5 | 0 | 33 | 16 | 2 | 146 | 5E | 4A |
| Octal | 373 | 174 | 305 | 0 | 63 | 26 | 2 | 506 | 136 | 112 |
| Binary | 11111011 | 1111100 | 11000101 | 0 | 110011 | 10110 | 10 | 101000110 | 1011110 | 1001010 |
Color Harmonies of #FB7CC5
Complementary color
Monochromatic Colors of #FB7CC5
Black with #FB7CC5
Text Example
Text Example
White with #FB7CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7CC5; }
p { color: rgb(251,124,197); }
H1.HeaderClassName
{
color: #FB7CC5;
}
.AnyTagClassName
{
color: #FB7CC5;
}
</style>
background-color css
<style>
a { background-color: #FB7CC5; }
a { background-color: rgb(251,124,197); }
div.DivClassName
{
background-color: #FB7CC5;
}
.BgClassName
{
background-color: #FB7CC5;
}
</style>
border-color css
<style>
span { border-color: #FB7CC5; }
span { border-color: rgb(251,124,197); }
td.TdClassName
{
border-color: #FB7CC5;
}
.TagClassName
{
border-color: #FB7CC5;
}
</style>