Shades of Persian Pink #FB7DC1
Tints of Persian Pink #FB7DC1
RGB
CMYK
RGB Variations
Color information
#FB7DC1 (or 0xFB7DC1) is known color: Persian Pink. HEX triplet: FB, 7D and C1. RGB value is (251,125,193). Sum of RGB (Red+Green+Blue) = 251+125+193=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 193 (75.78% from 255 or 33.92% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7DC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7DC1 is #04823E. Grayscale: #AAAAAA. Windows color (decimal): -295487 or 12680699. OLE color: 12680699.
HSL color Cylindrical-coordinate representation of color #FB7DC1: hue angle of 327.62º 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 #FB7DC1 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 125 | 193 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.02 |
| HSL | 327.62º | 0.94% | 0.74% | - |
| HSV(B) | 327.62º | 0.5% | 0.98% | - |
| XYZ | 56.74 | 39.03 | 54.99 | - |
| YUV | 170.43 | 140.74 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 125 | 193 | 0 | 0.50 | 0.23 | 0.02 | 327.62 | 0.94 | 0.74 |
| Hex | FB | 7D | C1 | 0 | 32 | 17 | 2 | 148 | 5E | 4A |
| Octal | 373 | 175 | 301 | 0 | 62 | 27 | 2 | 510 | 136 | 112 |
| Binary | 11111011 | 1111101 | 11000001 | 0 | 110010 | 10111 | 10 | 101001000 | 1011110 | 1001010 |
Color Harmonies of #FB7DC1
Complementary color
Monochromatic Colors of #FB7DC1
Black with #FB7DC1
Text Example
Text Example
White with #FB7DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7DC1; }
p { color: rgb(251,125,193); }
H1.HeaderClassName
{
color: #FB7DC1;
}
.AnyTagClassName
{
color: #FB7DC1;
}
</style>
background-color css
<style>
a { background-color: #FB7DC1; }
a { background-color: rgb(251,125,193); }
div.DivClassName
{
background-color: #FB7DC1;
}
.BgClassName
{
background-color: #FB7DC1;
}
</style>
border-color css
<style>
span { border-color: #FB7DC1; }
span { border-color: rgb(251,125,193); }
td.TdClassName
{
border-color: #FB7DC1;
}
.TagClassName
{
border-color: #FB7DC1;
}
</style>