Shades of Tea Rose #FB7CCD
Tints of Tea Rose #FB7CCD
RGB
CMYK
RGB Variations
Color information
#FB7CCD (or 0xFB7CCD) is known color: Tea Rose. HEX triplet: FB, 7C and CD. RGB value is (251,124,205). Sum of RGB (Red+Green+Blue) = 251+124+205=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 124 (48.83% from 255 or 21.38% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7CCD is #048332. Grayscale: #ABABAB. Windows color (decimal): -295731 or 13466875. OLE color: 13466875.
HSL color Cylindrical-coordinate representation of color #FB7CCD: hue angle of 321.73º 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 #FB7CCD is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 124 | 205 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.02 |
| HSL | 321.73º | 0.94% | 0.74% | - |
| HSV(B) | 321.73º | 0.51% | 0.98% | - |
| XYZ | 58.01 | 39.33 | 62.29 | - |
| YUV | 171.21 | 147.08 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 124 | 205 | 0 | 0.51 | 0.18 | 0.02 | 321.73 | 0.94 | 0.74 |
| Hex | FB | 7C | CD | 0 | 33 | 12 | 2 | 142 | 5E | 4A |
| Octal | 373 | 174 | 315 | 0 | 63 | 22 | 2 | 502 | 136 | 112 |
| Binary | 11111011 | 1111100 | 11001101 | 0 | 110011 | 10010 | 10 | 101000010 | 1011110 | 1001010 |
Color Harmonies of #FB7CCD
Complementary color
Monochromatic Colors of #FB7CCD
Black with #FB7CCD
Text Example
Text Example
White with #FB7CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7CCD; }
p { color: rgb(251,124,205); }
H1.HeaderClassName
{
color: #FB7CCD;
}
.AnyTagClassName
{
color: #FB7CCD;
}
</style>
background-color css
<style>
a { background-color: #FB7CCD; }
a { background-color: rgb(251,124,205); }
div.DivClassName
{
background-color: #FB7CCD;
}
.BgClassName
{
background-color: #FB7CCD;
}
</style>
border-color css
<style>
span { border-color: #FB7CCD; }
span { border-color: rgb(251,124,205); }
td.TdClassName
{
border-color: #FB7CCD;
}
.TagClassName
{
border-color: #FB7CCD;
}
</style>