Shades of Persian Pink #FB7DB2
Tints of Persian Pink #FB7DB2
RGB
CMYK
RGB Variations
Color information
#FB7DB2 (or 0xFB7DB2) is known color: Persian Pink. HEX triplet: FB, 7D and B2. RGB value is (251,125,178). Sum of RGB (Red+Green+Blue) = 251+125+178=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7DB2 is #04824D. Grayscale: #A8A8A8. Windows color (decimal): -295502 or 11697659. OLE color: 11697659.
HSL color Cylindrical-coordinate representation of color #FB7DB2: hue angle of 334.76º 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 #FB7DB2 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 125 | 178 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.02 |
| HSL | 334.76º | 0.94% | 0.74% | - |
| HSV(B) | 334.76º | 0.5% | 0.98% | - |
| XYZ | 55.15 | 38.39 | 46.62 | - |
| YUV | 168.72 | 133.24 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 125 | 178 | 0 | 0.50 | 0.29 | 0.02 | 334.76 | 0.94 | 0.74 |
| Hex | FB | 7D | B2 | 0 | 32 | 1D | 2 | 14F | 5E | 4A |
| Octal | 373 | 175 | 262 | 0 | 62 | 35 | 2 | 517 | 136 | 112 |
| Binary | 11111011 | 1111101 | 10110010 | 0 | 110010 | 11101 | 10 | 101001111 | 1011110 | 1001010 |
Color Harmonies of #FB7DB2
Complementary color
Monochromatic Colors of #FB7DB2
Black with #FB7DB2
Text Example
Text Example
White with #FB7DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7DB2; }
p { color: rgb(251,125,178); }
H1.HeaderClassName
{
color: #FB7DB2;
}
.AnyTagClassName
{
color: #FB7DB2;
}
</style>
background-color css
<style>
a { background-color: #FB7DB2; }
a { background-color: rgb(251,125,178); }
div.DivClassName
{
background-color: #FB7DB2;
}
.BgClassName
{
background-color: #FB7DB2;
}
</style>
border-color css
<style>
span { border-color: #FB7DB2; }
span { border-color: rgb(251,125,178); }
td.TdClassName
{
border-color: #FB7DB2;
}
.TagClassName
{
border-color: #FB7DB2;
}
</style>