Shades of Persian Pink #FE7DBB
Tints of Persian Pink #FE7DBB
RGB
CMYK
RGB Variations
Color information
#FE7DBB (or 0xFE7DBB) is known color: Persian Pink. HEX triplet: FE, 7D and BB. RGB value is (254,125,187). Sum of RGB (Red+Green+Blue) = 254+125+187=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 125 (49.22% from 255 or 22.08% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7DBB is #018244. Grayscale: #AAAAAA. Windows color (decimal): -98885 or 12287486. OLE color: 12287486.
HSL color Cylindrical-coordinate representation of color #FE7DBB: hue angle of 331.16º 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 #FE7DBB is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 187 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.00 |
| HSL | 331.16º | 0.98% | 0.74% | - |
| HSV(B) | 331.16º | 0.51% | 1% | - |
| XYZ | 57.18 | 39.33 | 51.59 | - |
| YUV | 170.64 | 137.24 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 187 | 0 | 0.51 | 0.26 | 0.00 | 331.16 | 0.98 | 0.74 |
| Hex | FE | 7D | BB | 0 | 33 | 1A | 0 | 14B | 62 | 4A |
| Octal | 376 | 175 | 273 | 0 | 63 | 32 | 0 | 513 | 142 | 112 |
| Binary | 11111110 | 1111101 | 10111011 | 0 | 110011 | 11010 | 0 | 101001011 | 1100010 | 1001010 |
Color Harmonies of #FE7DBB
Complementary color
Monochromatic Colors of #FE7DBB
Black with #FE7DBB
Text Example
Text Example
White with #FE7DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7DBB; }
p { color: rgb(254,125,187); }
H1.HeaderClassName
{
color: #FE7DBB;
}
.AnyTagClassName
{
color: #FE7DBB;
}
</style>
background-color css
<style>
a { background-color: #FE7DBB; }
a { background-color: rgb(254,125,187); }
div.DivClassName
{
background-color: #FE7DBB;
}
.BgClassName
{
background-color: #FE7DBB;
}
</style>
border-color css
<style>
span { border-color: #FE7DBB; }
span { border-color: rgb(254,125,187); }
td.TdClassName
{
border-color: #FE7DBB;
}
.TagClassName
{
border-color: #FE7DBB;
}
</style>