Shades of Persian Pink #FB7ABB
Tints of Persian Pink #FB7ABB
RGB
CMYK
RGB Variations
Color information
#FB7ABB (or 0xFB7ABB) is known color: Persian Pink. HEX triplet: FB, 7A and BB. RGB value is (251,122,187). Sum of RGB (Red+Green+Blue) = 251+122+187=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 122 (48.05% from 255 or 21.79% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7ABB is #048544. Grayscale: #A7A7A7. Windows color (decimal): -296261 or 12286715. OLE color: 12286715.
HSL color Cylindrical-coordinate representation of color #FB7ABB: hue angle of 329.77º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7ABB is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 122 | 187 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.02 |
| HSL | 329.77º | 0.94% | 0.73% | - |
| HSV(B) | 329.77º | 0.51% | 0.98% | - |
| XYZ | 55.71 | 38.02 | 51.42 | - |
| YUV | 167.98 | 138.74 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 122 | 187 | 0 | 0.51 | 0.25 | 0.02 | 329.77 | 0.94 | 0.73 |
| Hex | FB | 7A | BB | 0 | 33 | 19 | 2 | 14A | 5E | 49 |
| Octal | 373 | 172 | 273 | 0 | 63 | 31 | 2 | 512 | 136 | 111 |
| Binary | 11111011 | 1111010 | 10111011 | 0 | 110011 | 11001 | 10 | 101001010 | 1011110 | 1001001 |
Color Harmonies of #FB7ABB
Complementary color
Monochromatic Colors of #FB7ABB
Black with #FB7ABB
Text Example
Text Example
White with #FB7ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7ABB; }
p { color: rgb(251,122,187); }
H1.HeaderClassName
{
color: #FB7ABB;
}
.AnyTagClassName
{
color: #FB7ABB;
}
</style>
background-color css
<style>
a { background-color: #FB7ABB; }
a { background-color: rgb(251,122,187); }
div.DivClassName
{
background-color: #FB7ABB;
}
.BgClassName
{
background-color: #FB7ABB;
}
</style>
border-color css
<style>
span { border-color: #FB7ABB; }
span { border-color: rgb(251,122,187); }
td.TdClassName
{
border-color: #FB7ABB;
}
.TagClassName
{
border-color: #FB7ABB;
}
</style>