Shades of Persian Pink #FB7BBA
Tints of Persian Pink #FB7BBA
RGB
CMYK
RGB Variations
Color information
#FB7BBA (or 0xFB7BBA) is known color: Persian Pink. HEX triplet: FB, 7B and BA. RGB value is (251,123,186). Sum of RGB (Red+Green+Blue) = 251+123+186=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 123 (48.44% from 255 or 21.96% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7BBA is #048445. Grayscale: #A8A8A8. Windows color (decimal): -296006 or 12221435. OLE color: 12221435.
HSL color Cylindrical-coordinate representation of color #FB7BBA: hue angle of 330.47º 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 #FB7BBA is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 186 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.02 |
| HSL | 330.47º | 0.94% | 0.73% | - |
| HSV(B) | 330.47º | 0.51% | 0.98% | - |
| XYZ | 55.73 | 38.22 | 50.89 | - |
| YUV | 168.45 | 137.91 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 186 | 0 | 0.51 | 0.26 | 0.02 | 330.47 | 0.94 | 0.73 |
| Hex | FB | 7B | BA | 0 | 33 | 1A | 2 | 14A | 5E | 49 |
| Octal | 373 | 173 | 272 | 0 | 63 | 32 | 2 | 512 | 136 | 111 |
| Binary | 11111011 | 1111011 | 10111010 | 0 | 110011 | 11010 | 10 | 101001010 | 1011110 | 1001001 |
Color Harmonies of #FB7BBA
Complementary color
Monochromatic Colors of #FB7BBA
Black with #FB7BBA
Text Example
Text Example
White with #FB7BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7BBA; }
p { color: rgb(251,123,186); }
H1.HeaderClassName
{
color: #FB7BBA;
}
.AnyTagClassName
{
color: #FB7BBA;
}
</style>
background-color css
<style>
a { background-color: #FB7BBA; }
a { background-color: rgb(251,123,186); }
div.DivClassName
{
background-color: #FB7BBA;
}
.BgClassName
{
background-color: #FB7BBA;
}
</style>
border-color css
<style>
span { border-color: #FB7BBA; }
span { border-color: rgb(251,123,186); }
td.TdClassName
{
border-color: #FB7BBA;
}
.TagClassName
{
border-color: #FB7BBA;
}
</style>