Shades of Persian Pink #FB7CC1
Tints of Persian Pink #FB7CC1
RGB
CMYK
RGB Variations
Color information
#FB7CC1 (or 0xFB7CC1) is known color: Persian Pink. HEX triplet: FB, 7C and C1. RGB value is (251,124,193). Sum of RGB (Red+Green+Blue) = 251+124+193=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 124 (48.83% from 255 or 21.83% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7CC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7CC1 is #04833E. Grayscale: #A9A9A9. Windows color (decimal): -295743 or 12680443. OLE color: 12680443.
HSL color Cylindrical-coordinate representation of color #FB7CC1: hue angle of 327.4º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7CC1 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 124 | 193 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.02 |
| HSL | 327.4º | 0.94% | 0.74% | - |
| HSV(B) | 327.4º | 0.51% | 0.98% | - |
| XYZ | 56.62 | 38.77 | 54.95 | - |
| YUV | 169.84 | 141.08 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 124 | 193 | 0 | 0.51 | 0.23 | 0.02 | 327.4 | 0.94 | 0.74 |
| Hex | FB | 7C | C1 | 0 | 33 | 17 | 2 | 147 | 5E | 4A |
| Octal | 373 | 174 | 301 | 0 | 63 | 27 | 2 | 507 | 136 | 112 |
| Binary | 11111011 | 1111100 | 11000001 | 0 | 110011 | 10111 | 10 | 101000111 | 1011110 | 1001010 |
Color Harmonies of #FB7CC1
Complementary color
Monochromatic Colors of #FB7CC1
Black with #FB7CC1
Text Example
Text Example
White with #FB7CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7CC1; }
p { color: rgb(251,124,193); }
H1.HeaderClassName
{
color: #FB7CC1;
}
.AnyTagClassName
{
color: #FB7CC1;
}
</style>
background-color css
<style>
a { background-color: #FB7CC1; }
a { background-color: rgb(251,124,193); }
div.DivClassName
{
background-color: #FB7CC1;
}
.BgClassName
{
background-color: #FB7CC1;
}
</style>
border-color css
<style>
span { border-color: #FB7CC1; }
span { border-color: rgb(251,124,193); }
td.TdClassName
{
border-color: #FB7CC1;
}
.TagClassName
{
border-color: #FB7CC1;
}
</style>