Shades of Persian Pink #FC7DB8
Tints of Persian Pink #FC7DB8
RGB
CMYK
RGB Variations
Color information
#FC7DB8 (or 0xFC7DB8) is known color: Persian Pink. HEX triplet: FC, 7D and B8. RGB value is (252,125,184). Sum of RGB (Red+Green+Blue) = 252+125+184=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 125 (49.22% from 255 or 22.28% from 561); Blue value is 184 (72.27% from 255 or 32.80% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7DB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7DB8 is #038247. Grayscale: #A9A9A9. Windows color (decimal): -229960 or 12090876. OLE color: 12090876.
HSL color Cylindrical-coordinate representation of color #FC7DB8: hue angle of 332.13º 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 #FC7DB8 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 184 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.01 |
| HSL | 332.13º | 0.95% | 0.74% | - |
| HSV(B) | 332.13º | 0.5% | 0.99% | - |
| XYZ | 56.13 | 38.82 | 49.88 | - |
| YUV | 169.7 | 136.08 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 184 | 0 | 0.50 | 0.27 | 0.01 | 332.13 | 0.95 | 0.74 |
| Hex | FC | 7D | B8 | 0 | 32 | 1B | 1 | 14C | 5F | 4A |
| Octal | 374 | 175 | 270 | 0 | 62 | 33 | 1 | 514 | 137 | 112 |
| Binary | 11111100 | 1111101 | 10111000 | 0 | 110010 | 11011 | 1 | 101001100 | 1011111 | 1001010 |
Color Harmonies of #FC7DB8
Complementary color
Monochromatic Colors of #FC7DB8
Black with #FC7DB8
Text Example
Text Example
White with #FC7DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7DB8; }
p { color: rgb(252,125,184); }
H1.HeaderClassName
{
color: #FC7DB8;
}
.AnyTagClassName
{
color: #FC7DB8;
}
</style>
background-color css
<style>
a { background-color: #FC7DB8; }
a { background-color: rgb(252,125,184); }
div.DivClassName
{
background-color: #FC7DB8;
}
.BgClassName
{
background-color: #FC7DB8;
}
</style>
border-color css
<style>
span { border-color: #FC7DB8; }
span { border-color: rgb(252,125,184); }
td.TdClassName
{
border-color: #FC7DB8;
}
.TagClassName
{
border-color: #FC7DB8;
}
</style>