Shades of Persian Pink #FD7DBA
Tints of Persian Pink #FD7DBA
RGB
CMYK
RGB Variations
Color information
#FD7DBA (or 0xFD7DBA) is known color: Persian Pink. HEX triplet: FD, 7D and BA. RGB value is (253,125,186). Sum of RGB (Red+Green+Blue) = 253+125+186=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 125 (49.22% from 255 or 22.16% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7DBA is #028245. Grayscale: #AAAAAA. Windows color (decimal): -164422 or 12221949. OLE color: 12221949.
HSL color Cylindrical-coordinate representation of color #FD7DBA: hue angle of 331.41º 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 #FD7DBA is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 125 | 186 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.01 |
| HSL | 331.41º | 0.97% | 0.74% | - |
| HSV(B) | 331.41º | 0.51% | 0.99% | - |
| XYZ | 56.7 | 39.1 | 51.01 | - |
| YUV | 170.23 | 136.91 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 125 | 186 | 0 | 0.51 | 0.26 | 0.01 | 331.41 | 0.97 | 0.74 |
| Hex | FD | 7D | BA | 0 | 33 | 1A | 1 | 14B | 61 | 4A |
| Octal | 375 | 175 | 272 | 0 | 63 | 32 | 1 | 513 | 141 | 112 |
| Binary | 11111101 | 1111101 | 10111010 | 0 | 110011 | 11010 | 1 | 101001011 | 1100001 | 1001010 |
Color Harmonies of #FD7DBA
Complementary color
Monochromatic Colors of #FD7DBA
Black with #FD7DBA
Text Example
Text Example
White with #FD7DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7DBA; }
p { color: rgb(253,125,186); }
H1.HeaderClassName
{
color: #FD7DBA;
}
.AnyTagClassName
{
color: #FD7DBA;
}
</style>
background-color css
<style>
a { background-color: #FD7DBA; }
a { background-color: rgb(253,125,186); }
div.DivClassName
{
background-color: #FD7DBA;
}
.BgClassName
{
background-color: #FD7DBA;
}
</style>
border-color css
<style>
span { border-color: #FD7DBA; }
span { border-color: rgb(253,125,186); }
td.TdClassName
{
border-color: #FD7DBA;
}
.TagClassName
{
border-color: #FD7DBA;
}
</style>