Shades of Persian Pink #FE7DBE
Tints of Persian Pink #FE7DBE
RGB
CMYK
RGB Variations
Color information
#FE7DBE (or 0xFE7DBE) is known color: Persian Pink. HEX triplet: FE, 7D and BE. RGB value is (254,125,190). Sum of RGB (Red+Green+Blue) = 254+125+190=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7DBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7DBE is #018241. Grayscale: #AAAAAA. Windows color (decimal): -98882 or 12484094. OLE color: 12484094.
HSL color Cylindrical-coordinate representation of color #FE7DBE: hue angle of 329.77º 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 #FE7DBE is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 190 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.00 |
| HSL | 329.77º | 0.98% | 0.74% | - |
| HSV(B) | 329.77º | 0.51% | 1% | - |
| XYZ | 57.5 | 39.46 | 53.3 | - |
| YUV | 170.98 | 138.74 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 190 | 0 | 0.51 | 0.25 | 0.00 | 329.77 | 0.98 | 0.74 |
| Hex | FE | 7D | BE | 0 | 33 | 19 | 0 | 14A | 62 | 4A |
| Octal | 376 | 175 | 276 | 0 | 63 | 31 | 0 | 512 | 142 | 112 |
| Binary | 11111110 | 1111101 | 10111110 | 0 | 110011 | 11001 | 0 | 101001010 | 1100010 | 1001010 |
Color Harmonies of #FE7DBE
Complementary color
Monochromatic Colors of #FE7DBE
Black with #FE7DBE
Text Example
Text Example
White with #FE7DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7DBE; }
p { color: rgb(254,125,190); }
H1.HeaderClassName
{
color: #FE7DBE;
}
.AnyTagClassName
{
color: #FE7DBE;
}
</style>
background-color css
<style>
a { background-color: #FE7DBE; }
a { background-color: rgb(254,125,190); }
div.DivClassName
{
background-color: #FE7DBE;
}
.BgClassName
{
background-color: #FE7DBE;
}
</style>
border-color css
<style>
span { border-color: #FE7DBE; }
span { border-color: rgb(254,125,190); }
td.TdClassName
{
border-color: #FE7DBE;
}
.TagClassName
{
border-color: #FE7DBE;
}
</style>