Shades of Persian Pink #FC7AB2
Tints of Persian Pink #FC7AB2
RGB
CMYK
RGB Variations
Color information
#FC7AB2 (or 0xFC7AB2) is known color: Persian Pink. HEX triplet: FC, 7A and B2. RGB value is (252,122,178). Sum of RGB (Red+Green+Blue) = 252+122+178=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 122 (48.05% from 255 or 22.10% from 552); Blue value is 178 (69.92% from 255 or 32.25% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7AB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7AB2 is #03854D. Grayscale: #A7A7A7. Windows color (decimal): -230734 or 11696892. OLE color: 11696892.
HSL color Cylindrical-coordinate representation of color #FC7AB2: hue angle of 334.15º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC7AB2 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 178 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.01 |
| HSL | 334.15º | 0.96% | 0.73% | - |
| HSV(B) | 334.15º | 0.52% | 0.99% | - |
| XYZ | 55.14 | 37.83 | 46.51 | - |
| YUV | 167.25 | 134.07 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 178 | 0 | 0.52 | 0.29 | 0.01 | 334.15 | 0.96 | 0.73 |
| Hex | FC | 7A | B2 | 0 | 34 | 1D | 1 | 14E | 60 | 49 |
| Octal | 374 | 172 | 262 | 0 | 64 | 35 | 1 | 516 | 140 | 111 |
| Binary | 11111100 | 1111010 | 10110010 | 0 | 110100 | 11101 | 1 | 101001110 | 1100000 | 1001001 |
Color Harmonies of #FC7AB2
Complementary color
Monochromatic Colors of #FC7AB2
Black with #FC7AB2
Text Example
Text Example
White with #FC7AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7AB2; }
p { color: rgb(252,122,178); }
H1.HeaderClassName
{
color: #FC7AB2;
}
.AnyTagClassName
{
color: #FC7AB2;
}
</style>
background-color css
<style>
a { background-color: #FC7AB2; }
a { background-color: rgb(252,122,178); }
div.DivClassName
{
background-color: #FC7AB2;
}
.BgClassName
{
background-color: #FC7AB2;
}
</style>
border-color css
<style>
span { border-color: #FC7AB2; }
span { border-color: rgb(252,122,178); }
td.TdClassName
{
border-color: #FC7AB2;
}
.TagClassName
{
border-color: #FC7AB2;
}
</style>