Shades of Persian Pink #FD7DB6
Tints of Persian Pink #FD7DB6
RGB
CMYK
RGB Variations
Color information
#FD7DB6 (or 0xFD7DB6) is known color: Persian Pink. HEX triplet: FD, 7D and B6. RGB value is (253,125,182). Sum of RGB (Red+Green+Blue) = 253+125+182=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 125 (49.22% from 255 or 22.32% from 560); Blue value is 182 (71.48% from 255 or 32.5% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7DB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7DB6 is #028249. Grayscale: #A9A9A9. Windows color (decimal): -164426 or 11959805. OLE color: 11959805.
HSL color Cylindrical-coordinate representation of color #FD7DB6: hue angle of 333.28º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD7DB6 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 125 | 182 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.01 |
| HSL | 333.28º | 0.97% | 0.74% | - |
| HSV(B) | 333.28º | 0.51% | 0.99% | - |
| XYZ | 56.29 | 38.93 | 48.8 | - |
| YUV | 169.77 | 134.91 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 125 | 182 | 0 | 0.51 | 0.28 | 0.01 | 333.28 | 0.97 | 0.74 |
| Hex | FD | 7D | B6 | 0 | 33 | 1C | 1 | 14D | 61 | 4A |
| Octal | 375 | 175 | 266 | 0 | 63 | 34 | 1 | 515 | 141 | 112 |
| Binary | 11111101 | 1111101 | 10110110 | 0 | 110011 | 11100 | 1 | 101001101 | 1100001 | 1001010 |
Color Harmonies of #FD7DB6
Complementary color
Monochromatic Colors of #FD7DB6
Black with #FD7DB6
Text Example
Text Example
White with #FD7DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7DB6; }
p { color: rgb(253,125,182); }
H1.HeaderClassName
{
color: #FD7DB6;
}
.AnyTagClassName
{
color: #FD7DB6;
}
</style>
background-color css
<style>
a { background-color: #FD7DB6; }
a { background-color: rgb(253,125,182); }
div.DivClassName
{
background-color: #FD7DB6;
}
.BgClassName
{
background-color: #FD7DB6;
}
</style>
border-color css
<style>
span { border-color: #FD7DB6; }
span { border-color: rgb(253,125,182); }
td.TdClassName
{
border-color: #FD7DB6;
}
.TagClassName
{
border-color: #FD7DB6;
}
</style>