Shades of Persian Pink #FC7DB2
Tints of Persian Pink #FC7DB2
RGB
CMYK
RGB Variations
Color information
#FC7DB2 (or 0xFC7DB2) is known color: Persian Pink. HEX triplet: FC, 7D and B2. RGB value is (252,125,178). Sum of RGB (Red+Green+Blue) = 252+125+178=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 125 (49.22% from 255 or 22.52% from 555); Blue value is 178 (69.92% from 255 or 32.07% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7DB2 is #03824D. Grayscale: #A8A8A8. Windows color (decimal): -229966 or 11697660. OLE color: 11697660.
HSL color Cylindrical-coordinate representation of color #FC7DB2: hue angle of 334.96º 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 #FC7DB2 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 178 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.01 |
| HSL | 334.96º | 0.95% | 0.74% | - |
| HSV(B) | 334.96º | 0.5% | 0.99% | - |
| XYZ | 55.51 | 38.58 | 46.64 | - |
| YUV | 169.02 | 133.08 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 178 | 0 | 0.50 | 0.29 | 0.01 | 334.96 | 0.95 | 0.74 |
| Hex | FC | 7D | B2 | 0 | 32 | 1D | 1 | 14F | 5F | 4A |
| Octal | 374 | 175 | 262 | 0 | 62 | 35 | 1 | 517 | 137 | 112 |
| Binary | 11111100 | 1111101 | 10110010 | 0 | 110010 | 11101 | 1 | 101001111 | 1011111 | 1001010 |
Color Harmonies of #FC7DB2
Complementary color
Monochromatic Colors of #FC7DB2
Black with #FC7DB2
Text Example
Text Example
White with #FC7DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7DB2; }
p { color: rgb(252,125,178); }
H1.HeaderClassName
{
color: #FC7DB2;
}
.AnyTagClassName
{
color: #FC7DB2;
}
</style>
background-color css
<style>
a { background-color: #FC7DB2; }
a { background-color: rgb(252,125,178); }
div.DivClassName
{
background-color: #FC7DB2;
}
.BgClassName
{
background-color: #FC7DB2;
}
</style>
border-color css
<style>
span { border-color: #FC7DB2; }
span { border-color: rgb(252,125,178); }
td.TdClassName
{
border-color: #FC7DB2;
}
.TagClassName
{
border-color: #FC7DB2;
}
</style>