Shades of Persian Pink #FC7DB6
Tints of Persian Pink #FC7DB6
RGB
CMYK
RGB Variations
Color information
#FC7DB6 (or 0xFC7DB6) is known color: Persian Pink. HEX triplet: FC, 7D and B6. RGB value is (252,125,182). Sum of RGB (Red+Green+Blue) = 252+125+182=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 125 (49.22% from 255 or 22.36% from 559); Blue value is 182 (71.48% from 255 or 32.56% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7DB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7DB6 is #038249. Grayscale: #A9A9A9. Windows color (decimal): -229962 or 11959804. OLE color: 11959804.
HSL color Cylindrical-coordinate representation of color #FC7DB6: hue angle of 333.07º 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 #FC7DB6 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 182 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.01 |
| HSL | 333.07º | 0.95% | 0.74% | - |
| HSV(B) | 333.07º | 0.5% | 0.99% | - |
| XYZ | 55.92 | 38.74 | 48.79 | - |
| YUV | 169.47 | 135.08 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 182 | 0 | 0.50 | 0.28 | 0.01 | 333.07 | 0.95 | 0.74 |
| Hex | FC | 7D | B6 | 0 | 32 | 1C | 1 | 14D | 5F | 4A |
| Octal | 374 | 175 | 266 | 0 | 62 | 34 | 1 | 515 | 137 | 112 |
| Binary | 11111100 | 1111101 | 10110110 | 0 | 110010 | 11100 | 1 | 101001101 | 1011111 | 1001010 |
Color Harmonies of #FC7DB6
Complementary color
Monochromatic Colors of #FC7DB6
Black with #FC7DB6
Text Example
Text Example
White with #FC7DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7DB6; }
p { color: rgb(252,125,182); }
H1.HeaderClassName
{
color: #FC7DB6;
}
.AnyTagClassName
{
color: #FC7DB6;
}
</style>
background-color css
<style>
a { background-color: #FC7DB6; }
a { background-color: rgb(252,125,182); }
div.DivClassName
{
background-color: #FC7DB6;
}
.BgClassName
{
background-color: #FC7DB6;
}
</style>
border-color css
<style>
span { border-color: #FC7DB6; }
span { border-color: rgb(252,125,182); }
td.TdClassName
{
border-color: #FC7DB6;
}
.TagClassName
{
border-color: #FC7DB6;
}
</style>