Shades of Persian Pink #FB7BC2
Tints of Persian Pink #FB7BC2
RGB
CMYK
RGB Variations
Color information
#FB7BC2 (or 0xFB7BC2) is known color: Persian Pink. HEX triplet: FB, 7B and C2. RGB value is (251,123,194). Sum of RGB (Red+Green+Blue) = 251+123+194=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 123 (48.44% from 255 or 21.65% from 568); Blue value is 194 (76.17% from 255 or 34.15% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7BC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7BC2 is #04843D. Grayscale: #A9A9A9. Windows color (decimal): -295998 or 12745723. OLE color: 12745723.
HSL color Cylindrical-coordinate representation of color #FB7BC2: hue angle of 326.72º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7BC2 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 194 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.02 |
| HSL | 326.72º | 0.94% | 0.73% | - |
| HSV(B) | 326.72º | 0.51% | 0.98% | - |
| XYZ | 56.6 | 38.57 | 55.5 | - |
| YUV | 169.37 | 141.91 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 194 | 0 | 0.51 | 0.23 | 0.02 | 326.72 | 0.94 | 0.73 |
| Hex | FB | 7B | C2 | 0 | 33 | 17 | 2 | 147 | 5E | 49 |
| Octal | 373 | 173 | 302 | 0 | 63 | 27 | 2 | 507 | 136 | 111 |
| Binary | 11111011 | 1111011 | 11000010 | 0 | 110011 | 10111 | 10 | 101000111 | 1011110 | 1001001 |
Color Harmonies of #FB7BC2
Complementary color
Monochromatic Colors of #FB7BC2
Black with #FB7BC2
Text Example
Text Example
White with #FB7BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7BC2; }
p { color: rgb(251,123,194); }
H1.HeaderClassName
{
color: #FB7BC2;
}
.AnyTagClassName
{
color: #FB7BC2;
}
</style>
background-color css
<style>
a { background-color: #FB7BC2; }
a { background-color: rgb(251,123,194); }
div.DivClassName
{
background-color: #FB7BC2;
}
.BgClassName
{
background-color: #FB7BC2;
}
</style>
border-color css
<style>
span { border-color: #FB7BC2; }
span { border-color: rgb(251,123,194); }
td.TdClassName
{
border-color: #FB7BC2;
}
.TagClassName
{
border-color: #FB7BC2;
}
</style>