Shades of Persian Pink #FB7CB4
Tints of Persian Pink #FB7CB4
RGB
CMYK
RGB Variations
Color information
#FB7CB4 (or 0xFB7CB4) is known color: Persian Pink. HEX triplet: FB, 7C and B4. RGB value is (251,124,180). Sum of RGB (Red+Green+Blue) = 251+124+180=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 124 (48.83% from 255 or 22.34% from 555); Blue value is 180 (70.70% from 255 or 32.43% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7CB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7CB4 is #04834B. Grayscale: #A8A8A8. Windows color (decimal): -295756 or 11828475. OLE color: 11828475.
HSL color Cylindrical-coordinate representation of color #FB7CB4: hue angle of 333.54º 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 #FB7CB4 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 124 | 180 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.02 |
| HSL | 333.54º | 0.94% | 0.74% | - |
| HSV(B) | 333.54º | 0.51% | 0.98% | - |
| XYZ | 55.23 | 38.22 | 47.65 | - |
| YUV | 168.36 | 134.58 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 124 | 180 | 0 | 0.51 | 0.28 | 0.02 | 333.54 | 0.94 | 0.74 |
| Hex | FB | 7C | B4 | 0 | 33 | 1C | 2 | 14E | 5E | 4A |
| Octal | 373 | 174 | 264 | 0 | 63 | 34 | 2 | 516 | 136 | 112 |
| Binary | 11111011 | 1111100 | 10110100 | 0 | 110011 | 11100 | 10 | 101001110 | 1011110 | 1001010 |
Color Harmonies of #FB7CB4
Complementary color
Monochromatic Colors of #FB7CB4
Black with #FB7CB4
Text Example
Text Example
White with #FB7CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7CB4; }
p { color: rgb(251,124,180); }
H1.HeaderClassName
{
color: #FB7CB4;
}
.AnyTagClassName
{
color: #FB7CB4;
}
</style>
background-color css
<style>
a { background-color: #FB7CB4; }
a { background-color: rgb(251,124,180); }
div.DivClassName
{
background-color: #FB7CB4;
}
.BgClassName
{
background-color: #FB7CB4;
}
</style>
border-color css
<style>
span { border-color: #FB7CB4; }
span { border-color: rgb(251,124,180); }
td.TdClassName
{
border-color: #FB7CB4;
}
.TagClassName
{
border-color: #FB7CB4;
}
</style>