Shades of Persian Pink #FB81B7
Tints of Persian Pink #FB81B7
RGB
CMYK
RGB Variations
Color information
#FB81B7 (or 0xFB81B7) is known color: Persian Pink. HEX triplet: FB, 81 and B7. RGB value is (251,129,183). Sum of RGB (Red+Green+Blue) = 251+129+183=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 183 (71.88% from 255 or 32.50% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FB81B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB81B7 is #047E48. Grayscale: #ABABAB. Windows color (decimal): -294473 or 12026363. OLE color: 12026363.
HSL color Cylindrical-coordinate representation of color #FB81B7: hue angle of 333.44º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB81B7 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 129 | 183 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.02 |
| HSL | 333.44º | 0.94% | 0.75% | - |
| HSV(B) | 333.44º | 0.49% | 0.98% | - |
| XYZ | 56.18 | 39.63 | 49.49 | - |
| YUV | 171.63 | 134.42 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 129 | 183 | 0 | 0.49 | 0.27 | 0.02 | 333.44 | 0.94 | 0.75 |
| Hex | FB | 81 | B7 | 0 | 31 | 1B | 2 | 14D | 5E | 4B |
| Octal | 373 | 201 | 267 | 0 | 61 | 33 | 2 | 515 | 136 | 113 |
| Binary | 11111011 | 10000001 | 10110111 | 0 | 110001 | 11011 | 10 | 101001101 | 1011110 | 1001011 |
Color Harmonies of #FB81B7
Complementary color
Monochromatic Colors of #FB81B7
Black with #FB81B7
Text Example
Text Example
White with #FB81B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB81B7; }
p { color: rgb(251,129,183); }
H1.HeaderClassName
{
color: #FB81B7;
}
.AnyTagClassName
{
color: #FB81B7;
}
</style>
background-color css
<style>
a { background-color: #FB81B7; }
a { background-color: rgb(251,129,183); }
div.DivClassName
{
background-color: #FB81B7;
}
.BgClassName
{
background-color: #FB81B7;
}
</style>
border-color css
<style>
span { border-color: #FB81B7; }
span { border-color: rgb(251,129,183); }
td.TdClassName
{
border-color: #FB81B7;
}
.TagClassName
{
border-color: #FB81B7;
}
</style>