Shades of Persian Pink #FB81BC
Tints of Persian Pink #FB81BC
RGB
CMYK
RGB Variations
Color information
#FB81BC (or 0xFB81BC) is known color: Persian Pink. HEX triplet: FB, 81 and BC. RGB value is (251,129,188). Sum of RGB (Red+Green+Blue) = 251+129+188=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FB81BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB81BC is #047E43. Grayscale: #ACACAC. Windows color (decimal): -294468 or 12354043. OLE color: 12354043.
HSL color Cylindrical-coordinate representation of color #FB81BC: hue angle of 330.98º 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 #FB81BC is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 129 | 188 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.02 |
| HSL | 330.98º | 0.94% | 0.75% | - |
| HSV(B) | 330.98º | 0.49% | 0.98% | - |
| XYZ | 56.71 | 39.84 | 52.28 | - |
| YUV | 172.2 | 136.92 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 129 | 188 | 0 | 0.49 | 0.25 | 0.02 | 330.98 | 0.94 | 0.75 |
| Hex | FB | 81 | BC | 0 | 31 | 19 | 2 | 14B | 5E | 4B |
| Octal | 373 | 201 | 274 | 0 | 61 | 31 | 2 | 513 | 136 | 113 |
| Binary | 11111011 | 10000001 | 10111100 | 0 | 110001 | 11001 | 10 | 101001011 | 1011110 | 1001011 |
Color Harmonies of #FB81BC
Complementary color
Monochromatic Colors of #FB81BC
Black with #FB81BC
Text Example
Text Example
White with #FB81BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB81BC; }
p { color: rgb(251,129,188); }
H1.HeaderClassName
{
color: #FB81BC;
}
.AnyTagClassName
{
color: #FB81BC;
}
</style>
background-color css
<style>
a { background-color: #FB81BC; }
a { background-color: rgb(251,129,188); }
div.DivClassName
{
background-color: #FB81BC;
}
.BgClassName
{
background-color: #FB81BC;
}
</style>
border-color css
<style>
span { border-color: #FB81BC; }
span { border-color: rgb(251,129,188); }
td.TdClassName
{
border-color: #FB81BC;
}
.TagClassName
{
border-color: #FB81BC;
}
</style>