Shades of Tea Rose #FB7DCC
Tints of Tea Rose #FB7DCC
RGB
CMYK
RGB Variations
Color information
#FB7DCC (or 0xFB7DCC) is known color: Tea Rose. HEX triplet: FB, 7D and CC. RGB value is (251,125,204). Sum of RGB (Red+Green+Blue) = 251+125+204=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 125 (49.22% from 255 or 21.55% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7DCC is #048233. Grayscale: #ABABAB. Windows color (decimal): -295476 or 13401595. OLE color: 13401595.
HSL color Cylindrical-coordinate representation of color #FB7DCC: hue angle of 322.38º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FB7DCC is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 125 | 204 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.02 |
| HSL | 322.38º | 0.94% | 0.74% | - |
| HSV(B) | 322.38º | 0.5% | 0.98% | - |
| XYZ | 58.02 | 39.54 | 61.7 | - |
| YUV | 171.68 | 146.24 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 125 | 204 | 0 | 0.50 | 0.19 | 0.02 | 322.38 | 0.94 | 0.74 |
| Hex | FB | 7D | CC | 0 | 32 | 13 | 2 | 142 | 5E | 4A |
| Octal | 373 | 175 | 314 | 0 | 62 | 23 | 2 | 502 | 136 | 112 |
| Binary | 11111011 | 1111101 | 11001100 | 0 | 110010 | 10011 | 10 | 101000010 | 1011110 | 1001010 |
Color Harmonies of #FB7DCC
Complementary color
Monochromatic Colors of #FB7DCC
Black with #FB7DCC
Text Example
Text Example
White with #FB7DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7DCC; }
p { color: rgb(251,125,204); }
H1.HeaderClassName
{
color: #FB7DCC;
}
.AnyTagClassName
{
color: #FB7DCC;
}
</style>
background-color css
<style>
a { background-color: #FB7DCC; }
a { background-color: rgb(251,125,204); }
div.DivClassName
{
background-color: #FB7DCC;
}
.BgClassName
{
background-color: #FB7DCC;
}
</style>
border-color css
<style>
span { border-color: #FB7DCC; }
span { border-color: rgb(251,125,204); }
td.TdClassName
{
border-color: #FB7DCC;
}
.TagClassName
{
border-color: #FB7DCC;
}
</style>