Shades of Persian Pink #FB81BE
Tints of Persian Pink #FB81BE
RGB
CMYK
RGB Variations
Color information
#FB81BE (or 0xFB81BE) is known color: Persian Pink. HEX triplet: FB, 81 and BE. RGB value is (251,129,190). Sum of RGB (Red+Green+Blue) = 251+129+190=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FB81BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB81BE is #047E41. Grayscale: #ACACAC. Windows color (decimal): -294466 or 12485115. OLE color: 12485115.
HSL color Cylindrical-coordinate representation of color #FB81BE: hue angle of 330º 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 #FB81BE is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 129 | 190 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.02 |
| HSL | 330º | 0.94% | 0.75% | - |
| HSV(B) | 330º | 0.49% | 0.98% | - |
| XYZ | 56.93 | 39.93 | 53.42 | - |
| YUV | 172.43 | 137.92 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 129 | 190 | 0 | 0.49 | 0.24 | 0.02 | 330 | 0.94 | 0.75 |
| Hex | FB | 81 | BE | 0 | 31 | 18 | 2 | 14A | 5E | 4B |
| Octal | 373 | 201 | 276 | 0 | 61 | 30 | 2 | 512 | 136 | 113 |
| Binary | 11111011 | 10000001 | 10111110 | 0 | 110001 | 11000 | 10 | 101001010 | 1011110 | 1001011 |
Color Harmonies of #FB81BE
Complementary color
Monochromatic Colors of #FB81BE
Black with #FB81BE
Text Example
Text Example
White with #FB81BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB81BE; }
p { color: rgb(251,129,190); }
H1.HeaderClassName
{
color: #FB81BE;
}
.AnyTagClassName
{
color: #FB81BE;
}
</style>
background-color css
<style>
a { background-color: #FB81BE; }
a { background-color: rgb(251,129,190); }
div.DivClassName
{
background-color: #FB81BE;
}
.BgClassName
{
background-color: #FB81BE;
}
</style>
border-color css
<style>
span { border-color: #FB81BE; }
span { border-color: rgb(251,129,190); }
td.TdClassName
{
border-color: #FB81BE;
}
.TagClassName
{
border-color: #FB81BE;
}
</style>