Shades of Persian Pink #FB7ABC
Tints of Persian Pink #FB7ABC
RGB
CMYK
RGB Variations
Color information
#FB7ABC (or 0xFB7ABC) is known color: Persian Pink. HEX triplet: FB, 7A and BC. RGB value is (251,122,188). Sum of RGB (Red+Green+Blue) = 251+122+188=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 122 (48.05% from 255 or 21.75% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7ABC is #048543. Grayscale: #A7A7A7. Windows color (decimal): -296260 or 12352251. OLE color: 12352251.
HSL color Cylindrical-coordinate representation of color #FB7ABC: hue angle of 329.3º 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 #FB7ABC is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 122 | 188 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.02 |
| HSL | 329.3º | 0.94% | 0.73% | - |
| HSV(B) | 329.3º | 0.51% | 0.98% | - |
| XYZ | 55.82 | 38.06 | 51.98 | - |
| YUV | 168.1 | 139.24 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 122 | 188 | 0 | 0.51 | 0.25 | 0.02 | 329.3 | 0.94 | 0.73 |
| Hex | FB | 7A | BC | 0 | 33 | 19 | 2 | 149 | 5E | 49 |
| Octal | 373 | 172 | 274 | 0 | 63 | 31 | 2 | 511 | 136 | 111 |
| Binary | 11111011 | 1111010 | 10111100 | 0 | 110011 | 11001 | 10 | 101001001 | 1011110 | 1001001 |
Color Harmonies of #FB7ABC
Complementary color
Monochromatic Colors of #FB7ABC
Black with #FB7ABC
Text Example
Text Example
White with #FB7ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7ABC; }
p { color: rgb(251,122,188); }
H1.HeaderClassName
{
color: #FB7ABC;
}
.AnyTagClassName
{
color: #FB7ABC;
}
</style>
background-color css
<style>
a { background-color: #FB7ABC; }
a { background-color: rgb(251,122,188); }
div.DivClassName
{
background-color: #FB7ABC;
}
.BgClassName
{
background-color: #FB7ABC;
}
</style>
border-color css
<style>
span { border-color: #FB7ABC; }
span { border-color: rgb(251,122,188); }
td.TdClassName
{
border-color: #FB7ABC;
}
.TagClassName
{
border-color: #FB7ABC;
}
</style>