Shades of Persian Pink #FD7EC0
Tints of Persian Pink #FD7EC0
RGB
CMYK
RGB Variations
Color information
#FD7EC0 (or 0xFD7EC0) is known color: Persian Pink. HEX triplet: FD, 7E and C0. RGB value is (253,126,192). Sum of RGB (Red+Green+Blue) = 253+126+192=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 126 (49.61% from 255 or 22.07% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7EC0 is #02813F. Grayscale: #ABABAB. Windows color (decimal): -164160 or 12615421. OLE color: 12615421.
HSL color Cylindrical-coordinate representation of color #FD7EC0: hue angle of 328.82º degrees, saturation: 0.97, 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 #FD7EC0 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 126 | 192 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.01 |
| HSL | 328.82º | 0.97% | 0.74% | - |
| HSV(B) | 328.82º | 0.5% | 0.99% | - |
| XYZ | 57.48 | 39.61 | 54.48 | - |
| YUV | 171.5 | 139.58 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 126 | 192 | 0 | 0.50 | 0.24 | 0.01 | 328.82 | 0.97 | 0.74 |
| Hex | FD | 7E | C0 | 0 | 32 | 18 | 1 | 149 | 61 | 4A |
| Octal | 375 | 176 | 300 | 0 | 62 | 30 | 1 | 511 | 141 | 112 |
| Binary | 11111101 | 1111110 | 11000000 | 0 | 110010 | 11000 | 1 | 101001001 | 1100001 | 1001010 |
Color Harmonies of #FD7EC0
Complementary color
Monochromatic Colors of #FD7EC0
Black with #FD7EC0
Text Example
Text Example
White with #FD7EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7EC0; }
p { color: rgb(253,126,192); }
H1.HeaderClassName
{
color: #FD7EC0;
}
.AnyTagClassName
{
color: #FD7EC0;
}
</style>
background-color css
<style>
a { background-color: #FD7EC0; }
a { background-color: rgb(253,126,192); }
div.DivClassName
{
background-color: #FD7EC0;
}
.BgClassName
{
background-color: #FD7EC0;
}
</style>
border-color css
<style>
span { border-color: #FD7EC0; }
span { border-color: rgb(253,126,192); }
td.TdClassName
{
border-color: #FD7EC0;
}
.TagClassName
{
border-color: #FD7EC0;
}
</style>