Shades of Persian Pink #FC7DB5
Tints of Persian Pink #FC7DB5
RGB
CMYK
RGB Variations
Color information
#FC7DB5 (or 0xFC7DB5) is known color: Persian Pink. HEX triplet: FC, 7D and B5. RGB value is (252,125,181). Sum of RGB (Red+Green+Blue) = 252+125+181=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 125 (49.22% from 255 or 22.40% from 558); Blue value is 181 (71.09% from 255 or 32.44% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7DB5 is #03824A. Grayscale: #A9A9A9. Windows color (decimal): -229963 or 11894268. OLE color: 11894268.
HSL color Cylindrical-coordinate representation of color #FC7DB5: hue angle of 333.54º 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 #FC7DB5 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 181 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.01 |
| HSL | 333.54º | 0.95% | 0.74% | - |
| HSV(B) | 333.54º | 0.5% | 0.99% | - |
| XYZ | 55.82 | 38.7 | 48.24 | - |
| YUV | 169.36 | 134.58 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 181 | 0 | 0.50 | 0.28 | 0.01 | 333.54 | 0.95 | 0.74 |
| Hex | FC | 7D | B5 | 0 | 32 | 1C | 1 | 14E | 5F | 4A |
| Octal | 374 | 175 | 265 | 0 | 62 | 34 | 1 | 516 | 137 | 112 |
| Binary | 11111100 | 1111101 | 10110101 | 0 | 110010 | 11100 | 1 | 101001110 | 1011111 | 1001010 |
Color Harmonies of #FC7DB5
Complementary color
Monochromatic Colors of #FC7DB5
Black with #FC7DB5
Text Example
Text Example
White with #FC7DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7DB5; }
p { color: rgb(252,125,181); }
H1.HeaderClassName
{
color: #FC7DB5;
}
.AnyTagClassName
{
color: #FC7DB5;
}
</style>
background-color css
<style>
a { background-color: #FC7DB5; }
a { background-color: rgb(252,125,181); }
div.DivClassName
{
background-color: #FC7DB5;
}
.BgClassName
{
background-color: #FC7DB5;
}
</style>
border-color css
<style>
span { border-color: #FC7DB5; }
span { border-color: rgb(252,125,181); }
td.TdClassName
{
border-color: #FC7DB5;
}
.TagClassName
{
border-color: #FC7DB5;
}
</style>