Shades of Persian Pink #FB76BB
Tints of Persian Pink #FB76BB
RGB
CMYK
RGB Variations
Color information
#FB76BB (or 0xFB76BB) is known color: Persian Pink. HEX triplet: FB, 76 and BB. RGB value is (251,118,187). Sum of RGB (Red+Green+Blue) = 251+118+187=556 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.14% from 556); Green value is 118 (46.48% from 255 or 21.22% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 251 - color contains mainly: red. Hex color #FB76BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB76BB is #048944. Grayscale: #A5A5A5. Windows color (decimal): -297285 or 12285691. OLE color: 12285691.
HSL color Cylindrical-coordinate representation of color #FB76BB: hue angle of 328.87º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB76BB is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 118 | 187 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.02 |
| HSL | 328.87º | 0.94% | 0.72% | - |
| HSV(B) | 328.87º | 0.53% | 0.98% | - |
| XYZ | 55.23 | 37.05 | 51.25 | - |
| YUV | 165.63 | 140.06 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 118 | 187 | 0 | 0.53 | 0.25 | 0.02 | 328.87 | 0.94 | 0.72 |
| Hex | FB | 76 | BB | 0 | 35 | 19 | 2 | 149 | 5E | 48 |
| Octal | 373 | 166 | 273 | 0 | 65 | 31 | 2 | 511 | 136 | 110 |
| Binary | 11111011 | 1110110 | 10111011 | 0 | 110101 | 11001 | 10 | 101001001 | 1011110 | 1001000 |
Color Harmonies of #FB76BB
Complementary color
Monochromatic Colors of #FB76BB
Black with #FB76BB
Text Example
Text Example
White with #FB76BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB76BB; }
p { color: rgb(251,118,187); }
H1.HeaderClassName
{
color: #FB76BB;
}
.AnyTagClassName
{
color: #FB76BB;
}
</style>
background-color css
<style>
a { background-color: #FB76BB; }
a { background-color: rgb(251,118,187); }
div.DivClassName
{
background-color: #FB76BB;
}
.BgClassName
{
background-color: #FB76BB;
}
</style>
border-color css
<style>
span { border-color: #FB76BB; }
span { border-color: rgb(251,118,187); }
td.TdClassName
{
border-color: #FB76BB;
}
.TagClassName
{
border-color: #FB76BB;
}
</style>