Shades of Persian Pink #FB7DB5
Tints of Persian Pink #FB7DB5
RGB
CMYK
RGB Variations
Color information
#FB7DB5 (or 0xFB7DB5) is known color: Persian Pink. HEX triplet: FB, 7D and B5. RGB value is (251,125,181). Sum of RGB (Red+Green+Blue) = 251+125+181=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 125 (49.22% from 255 or 22.44% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7DB5 is #04824A. Grayscale: #A8A8A8. Windows color (decimal): -295499 or 11894267. OLE color: 11894267.
HSL color Cylindrical-coordinate representation of color #FB7DB5: hue angle of 333.33º 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 #FB7DB5 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 125 | 181 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.02 |
| HSL | 333.33º | 0.94% | 0.74% | - |
| HSV(B) | 333.33º | 0.5% | 0.98% | - |
| XYZ | 55.46 | 38.51 | 48.23 | - |
| YUV | 169.06 | 134.74 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 125 | 181 | 0 | 0.50 | 0.28 | 0.02 | 333.33 | 0.94 | 0.74 |
| Hex | FB | 7D | B5 | 0 | 32 | 1C | 2 | 14D | 5E | 4A |
| Octal | 373 | 175 | 265 | 0 | 62 | 34 | 2 | 515 | 136 | 112 |
| Binary | 11111011 | 1111101 | 10110101 | 0 | 110010 | 11100 | 10 | 101001101 | 1011110 | 1001010 |
Color Harmonies of #FB7DB5
Complementary color
Monochromatic Colors of #FB7DB5
Black with #FB7DB5
Text Example
Text Example
White with #FB7DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7DB5; }
p { color: rgb(251,125,181); }
H1.HeaderClassName
{
color: #FB7DB5;
}
.AnyTagClassName
{
color: #FB7DB5;
}
</style>
background-color css
<style>
a { background-color: #FB7DB5; }
a { background-color: rgb(251,125,181); }
div.DivClassName
{
background-color: #FB7DB5;
}
.BgClassName
{
background-color: #FB7DB5;
}
</style>
border-color css
<style>
span { border-color: #FB7DB5; }
span { border-color: rgb(251,125,181); }
td.TdClassName
{
border-color: #FB7DB5;
}
.TagClassName
{
border-color: #FB7DB5;
}
</style>