Shades of Persian Pink #FE7DBD
Tints of Persian Pink #FE7DBD
RGB
CMYK
RGB Variations
Color information
#FE7DBD (or 0xFE7DBD) is known color: Persian Pink. HEX triplet: FE, 7D and BD. RGB value is (254,125,189). Sum of RGB (Red+Green+Blue) = 254+125+189=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 125 (49.22% from 255 or 22.01% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7DBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7DBD is #018242. Grayscale: #AAAAAA. Windows color (decimal): -98883 or 12418558. OLE color: 12418558.
HSL color Cylindrical-coordinate representation of color #FE7DBD: hue angle of 330.23º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE7DBD is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 189 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.00 |
| HSL | 330.23º | 0.98% | 0.74% | - |
| HSV(B) | 330.23º | 0.51% | 1% | - |
| XYZ | 57.39 | 39.41 | 52.73 | - |
| YUV | 170.87 | 138.24 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 189 | 0 | 0.51 | 0.26 | 0.00 | 330.23 | 0.98 | 0.74 |
| Hex | FE | 7D | BD | 0 | 33 | 1A | 0 | 14A | 62 | 4A |
| Octal | 376 | 175 | 275 | 0 | 63 | 32 | 0 | 512 | 142 | 112 |
| Binary | 11111110 | 1111101 | 10111101 | 0 | 110011 | 11010 | 0 | 101001010 | 1100010 | 1001010 |
Color Harmonies of #FE7DBD
Complementary color
Monochromatic Colors of #FE7DBD
Black with #FE7DBD
Text Example
Text Example
White with #FE7DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7DBD; }
p { color: rgb(254,125,189); }
H1.HeaderClassName
{
color: #FE7DBD;
}
.AnyTagClassName
{
color: #FE7DBD;
}
</style>
background-color css
<style>
a { background-color: #FE7DBD; }
a { background-color: rgb(254,125,189); }
div.DivClassName
{
background-color: #FE7DBD;
}
.BgClassName
{
background-color: #FE7DBD;
}
</style>
border-color css
<style>
span { border-color: #FE7DBD; }
span { border-color: rgb(254,125,189); }
td.TdClassName
{
border-color: #FE7DBD;
}
.TagClassName
{
border-color: #FE7DBD;
}
</style>