Shades of Persian Pink #FC7DB7
Tints of Persian Pink #FC7DB7
RGB
CMYK
RGB Variations
Color information
#FC7DB7 (or 0xFC7DB7) is known color: Persian Pink. HEX triplet: FC, 7D and B7. RGB value is (252,125,183). Sum of RGB (Red+Green+Blue) = 252+125+183=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 125 (49.22% from 255 or 22.32% from 560); Blue value is 183 (71.88% from 255 or 32.68% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7DB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7DB7 is #038248. Grayscale: #A9A9A9. Windows color (decimal): -229961 or 12025340. OLE color: 12025340.
HSL color Cylindrical-coordinate representation of color #FC7DB7: hue angle of 332.6º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7DB7 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 183 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.01 |
| HSL | 332.6º | 0.95% | 0.74% | - |
| HSV(B) | 332.6º | 0.5% | 0.99% | - |
| XYZ | 56.03 | 38.78 | 49.33 | - |
| YUV | 169.59 | 135.58 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 183 | 0 | 0.50 | 0.27 | 0.01 | 332.6 | 0.95 | 0.74 |
| Hex | FC | 7D | B7 | 0 | 32 | 1B | 1 | 14D | 5F | 4A |
| Octal | 374 | 175 | 267 | 0 | 62 | 33 | 1 | 515 | 137 | 112 |
| Binary | 11111100 | 1111101 | 10110111 | 0 | 110010 | 11011 | 1 | 101001101 | 1011111 | 1001010 |
Color Harmonies of #FC7DB7
Complementary color
Monochromatic Colors of #FC7DB7
Black with #FC7DB7
Text Example
Text Example
White with #FC7DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7DB7; }
p { color: rgb(252,125,183); }
H1.HeaderClassName
{
color: #FC7DB7;
}
.AnyTagClassName
{
color: #FC7DB7;
}
</style>
background-color css
<style>
a { background-color: #FC7DB7; }
a { background-color: rgb(252,125,183); }
div.DivClassName
{
background-color: #FC7DB7;
}
.BgClassName
{
background-color: #FC7DB7;
}
</style>
border-color css
<style>
span { border-color: #FC7DB7; }
span { border-color: rgb(252,125,183); }
td.TdClassName
{
border-color: #FC7DB7;
}
.TagClassName
{
border-color: #FC7DB7;
}
</style>