Shades of Persian Pink #FB7CBC
Tints of Persian Pink #FB7CBC
RGB
CMYK
RGB Variations
Color information
#FB7CBC (or 0xFB7CBC) is known color: Persian Pink. HEX triplet: FB, 7C and BC. RGB value is (251,124,188). Sum of RGB (Red+Green+Blue) = 251+124+188=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 124 (48.83% from 255 or 22.02% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7CBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7CBC is #048343. Grayscale: #A9A9A9. Windows color (decimal): -295748 or 12352763. OLE color: 12352763.
HSL color Cylindrical-coordinate representation of color #FB7CBC: hue angle of 329.76º 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 #FB7CBC is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 124 | 188 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.02 |
| HSL | 329.76º | 0.94% | 0.74% | - |
| HSV(B) | 329.76º | 0.51% | 0.98% | - |
| XYZ | 56.07 | 38.56 | 52.06 | - |
| YUV | 169.27 | 138.58 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 124 | 188 | 0 | 0.51 | 0.25 | 0.02 | 329.76 | 0.94 | 0.74 |
| Hex | FB | 7C | BC | 0 | 33 | 19 | 2 | 14A | 5E | 4A |
| Octal | 373 | 174 | 274 | 0 | 63 | 31 | 2 | 512 | 136 | 112 |
| Binary | 11111011 | 1111100 | 10111100 | 0 | 110011 | 11001 | 10 | 101001010 | 1011110 | 1001010 |
Color Harmonies of #FB7CBC
Complementary color
Monochromatic Colors of #FB7CBC
Black with #FB7CBC
Text Example
Text Example
White with #FB7CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7CBC; }
p { color: rgb(251,124,188); }
H1.HeaderClassName
{
color: #FB7CBC;
}
.AnyTagClassName
{
color: #FB7CBC;
}
</style>
background-color css
<style>
a { background-color: #FB7CBC; }
a { background-color: rgb(251,124,188); }
div.DivClassName
{
background-color: #FB7CBC;
}
.BgClassName
{
background-color: #FB7CBC;
}
</style>
border-color css
<style>
span { border-color: #FB7CBC; }
span { border-color: rgb(251,124,188); }
td.TdClassName
{
border-color: #FB7CBC;
}
.TagClassName
{
border-color: #FB7CBC;
}
</style>