Shades of Persian Pink #FB7DB9
Tints of Persian Pink #FB7DB9
RGB
CMYK
RGB Variations
Color information
#FB7DB9 (or 0xFB7DB9) is known color: Persian Pink. HEX triplet: FB, 7D and B9. RGB value is (251,125,185). Sum of RGB (Red+Green+Blue) = 251+125+185=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 125 (49.22% from 255 or 22.28% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7DB9 is #048246. Grayscale: #A9A9A9. Windows color (decimal): -295495 or 12156411. OLE color: 12156411.
HSL color Cylindrical-coordinate representation of color #FB7DB9: hue angle of 331.43º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FB7DB9 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 125 | 185 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.02 |
| HSL | 331.43º | 0.94% | 0.74% | - |
| HSV(B) | 331.43º | 0.5% | 0.98% | - |
| XYZ | 55.87 | 38.68 | 50.42 | - |
| YUV | 169.51 | 136.74 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 125 | 185 | 0 | 0.50 | 0.26 | 0.02 | 331.43 | 0.94 | 0.74 |
| Hex | FB | 7D | B9 | 0 | 32 | 1A | 2 | 14B | 5E | 4A |
| Octal | 373 | 175 | 271 | 0 | 62 | 32 | 2 | 513 | 136 | 112 |
| Binary | 11111011 | 1111101 | 10111001 | 0 | 110010 | 11010 | 10 | 101001011 | 1011110 | 1001010 |
Color Harmonies of #FB7DB9
Complementary color
Monochromatic Colors of #FB7DB9
Black with #FB7DB9
Text Example
Text Example
White with #FB7DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7DB9; }
p { color: rgb(251,125,185); }
H1.HeaderClassName
{
color: #FB7DB9;
}
.AnyTagClassName
{
color: #FB7DB9;
}
</style>
background-color css
<style>
a { background-color: #FB7DB9; }
a { background-color: rgb(251,125,185); }
div.DivClassName
{
background-color: #FB7DB9;
}
.BgClassName
{
background-color: #FB7DB9;
}
</style>
border-color css
<style>
span { border-color: #FB7DB9; }
span { border-color: rgb(251,125,185); }
td.TdClassName
{
border-color: #FB7DB9;
}
.TagClassName
{
border-color: #FB7DB9;
}
</style>