Shades of Persian Pink #FB7DC2
Tints of Persian Pink #FB7DC2
RGB
CMYK
RGB Variations
Color information
#FB7DC2 (or 0xFB7DC2) is known color: Persian Pink. HEX triplet: FB, 7D and C2. RGB value is (251,125,194). Sum of RGB (Red+Green+Blue) = 251+125+194=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 125 (49.22% from 255 or 21.93% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7DC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7DC2 is #04823D. Grayscale: #AAAAAA. Windows color (decimal): -295486 or 12746235. OLE color: 12746235.
HSL color Cylindrical-coordinate representation of color #FB7DC2: hue angle of 327.14º 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 #FB7DC2 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 125 | 194 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.02 |
| HSL | 327.14º | 0.94% | 0.74% | - |
| HSV(B) | 327.14º | 0.5% | 0.98% | - |
| XYZ | 56.85 | 39.07 | 55.58 | - |
| YUV | 170.54 | 141.24 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 125 | 194 | 0 | 0.50 | 0.23 | 0.02 | 327.14 | 0.94 | 0.74 |
| Hex | FB | 7D | C2 | 0 | 32 | 17 | 2 | 147 | 5E | 4A |
| Octal | 373 | 175 | 302 | 0 | 62 | 27 | 2 | 507 | 136 | 112 |
| Binary | 11111011 | 1111101 | 11000010 | 0 | 110010 | 10111 | 10 | 101000111 | 1011110 | 1001010 |
Color Harmonies of #FB7DC2
Complementary color
Monochromatic Colors of #FB7DC2
Black with #FB7DC2
Text Example
Text Example
White with #FB7DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7DC2; }
p { color: rgb(251,125,194); }
H1.HeaderClassName
{
color: #FB7DC2;
}
.AnyTagClassName
{
color: #FB7DC2;
}
</style>
background-color css
<style>
a { background-color: #FB7DC2; }
a { background-color: rgb(251,125,194); }
div.DivClassName
{
background-color: #FB7DC2;
}
.BgClassName
{
background-color: #FB7DC2;
}
</style>
border-color css
<style>
span { border-color: #FB7DC2; }
span { border-color: rgb(251,125,194); }
td.TdClassName
{
border-color: #FB7DC2;
}
.TagClassName
{
border-color: #FB7DC2;
}
</style>