Shades of Persian Pink #FE7CB4
Tints of Persian Pink #FE7CB4
RGB
CMYK
RGB Variations
Color information
#FE7CB4 (or 0xFE7CB4) is known color: Persian Pink. HEX triplet: FE, 7C and B4. RGB value is (254,124,180). Sum of RGB (Red+Green+Blue) = 254+124+180=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 124 (48.83% from 255 or 22.22% from 558); Blue value is 180 (70.70% from 255 or 32.26% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7CB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7CB4 is #01834B. Grayscale: #A9A9A9. Windows color (decimal): -99148 or 11828478. OLE color: 11828478.
HSL color Cylindrical-coordinate representation of color #FE7CB4: hue angle of 334.15º 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 #FE7CB4 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 180 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.00 |
| HSL | 334.15º | 0.98% | 0.74% | - |
| HSV(B) | 334.15º | 0.51% | 1% | - |
| XYZ | 56.32 | 38.78 | 47.7 | - |
| YUV | 169.25 | 134.07 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 180 | 0 | 0.51 | 0.29 | 0.00 | 334.15 | 0.98 | 0.74 |
| Hex | FE | 7C | B4 | 0 | 33 | 1D | 0 | 14E | 62 | 4A |
| Octal | 376 | 174 | 264 | 0 | 63 | 35 | 0 | 516 | 142 | 112 |
| Binary | 11111110 | 1111100 | 10110100 | 0 | 110011 | 11101 | 0 | 101001110 | 1100010 | 1001010 |
Color Harmonies of #FE7CB4
Complementary color
Monochromatic Colors of #FE7CB4
Black with #FE7CB4
Text Example
Text Example
White with #FE7CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7CB4; }
p { color: rgb(254,124,180); }
H1.HeaderClassName
{
color: #FE7CB4;
}
.AnyTagClassName
{
color: #FE7CB4;
}
</style>
background-color css
<style>
a { background-color: #FE7CB4; }
a { background-color: rgb(254,124,180); }
div.DivClassName
{
background-color: #FE7CB4;
}
.BgClassName
{
background-color: #FE7CB4;
}
</style>
border-color css
<style>
span { border-color: #FE7CB4; }
span { border-color: rgb(254,124,180); }
td.TdClassName
{
border-color: #FE7CB4;
}
.TagClassName
{
border-color: #FE7CB4;
}
</style>