Shades of Persian Pink #FB80BA
Tints of Persian Pink #FB80BA
RGB
CMYK
RGB Variations
Color information
#FB80BA (or 0xFB80BA) is known color: Persian Pink. HEX triplet: FB, 80 and BA. RGB value is (251,128,186). Sum of RGB (Red+Green+Blue) = 251+128+186=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB80BA is #047F45. Grayscale: #ABABAB. Windows color (decimal): -294726 or 12222715. OLE color: 12222715.
HSL color Cylindrical-coordinate representation of color #FB80BA: hue angle of 331.71º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB80BA is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 186 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.02 |
| HSL | 331.71º | 0.94% | 0.74% | - |
| HSV(B) | 331.71º | 0.49% | 0.98% | - |
| XYZ | 56.37 | 39.49 | 51.11 | - |
| YUV | 171.39 | 136.25 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 186 | 0 | 0.49 | 0.26 | 0.02 | 331.71 | 0.94 | 0.74 |
| Hex | FB | 80 | BA | 0 | 31 | 1A | 2 | 14C | 5E | 4A |
| Octal | 373 | 200 | 272 | 0 | 61 | 32 | 2 | 514 | 136 | 112 |
| Binary | 11111011 | 10000000 | 10111010 | 0 | 110001 | 11010 | 10 | 101001100 | 1011110 | 1001010 |
Color Harmonies of #FB80BA
Complementary color
Monochromatic Colors of #FB80BA
Black with #FB80BA
Text Example
Text Example
White with #FB80BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB80BA; }
p { color: rgb(251,128,186); }
H1.HeaderClassName
{
color: #FB80BA;
}
.AnyTagClassName
{
color: #FB80BA;
}
</style>
background-color css
<style>
a { background-color: #FB80BA; }
a { background-color: rgb(251,128,186); }
div.DivClassName
{
background-color: #FB80BA;
}
.BgClassName
{
background-color: #FB80BA;
}
</style>
border-color css
<style>
span { border-color: #FB80BA; }
span { border-color: rgb(251,128,186); }
td.TdClassName
{
border-color: #FB80BA;
}
.TagClassName
{
border-color: #FB80BA;
}
</style>