Shades of Persian Pink #FE7CBC
Tints of Persian Pink #FE7CBC
RGB
CMYK
RGB Variations
Color information
#FE7CBC (or 0xFE7CBC) is known color: Persian Pink. HEX triplet: FE, 7C and BC. RGB value is (254,124,188). Sum of RGB (Red+Green+Blue) = 254+124+188=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 124 (48.83% from 255 or 21.91% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7CBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7CBC is #018343. Grayscale: #AAAAAA. Windows color (decimal): -99140 or 12352766. OLE color: 12352766.
HSL color Cylindrical-coordinate representation of color #FE7CBC: hue angle of 330.46º 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 #FE7CBC is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 188 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.00 |
| HSL | 330.46º | 0.98% | 0.74% | - |
| HSV(B) | 330.46º | 0.51% | 1% | - |
| XYZ | 57.16 | 39.12 | 52.11 | - |
| YUV | 170.17 | 138.07 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 188 | 0 | 0.51 | 0.26 | 0.00 | 330.46 | 0.98 | 0.74 |
| Hex | FE | 7C | BC | 0 | 33 | 1A | 0 | 14A | 62 | 4A |
| Octal | 376 | 174 | 274 | 0 | 63 | 32 | 0 | 512 | 142 | 112 |
| Binary | 11111110 | 1111100 | 10111100 | 0 | 110011 | 11010 | 0 | 101001010 | 1100010 | 1001010 |
Color Harmonies of #FE7CBC
Complementary color
Monochromatic Colors of #FE7CBC
Black with #FE7CBC
Text Example
Text Example
White with #FE7CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7CBC; }
p { color: rgb(254,124,188); }
H1.HeaderClassName
{
color: #FE7CBC;
}
.AnyTagClassName
{
color: #FE7CBC;
}
</style>
background-color css
<style>
a { background-color: #FE7CBC; }
a { background-color: rgb(254,124,188); }
div.DivClassName
{
background-color: #FE7CBC;
}
.BgClassName
{
background-color: #FE7CBC;
}
</style>
border-color css
<style>
span { border-color: #FE7CBC; }
span { border-color: rgb(254,124,188); }
td.TdClassName
{
border-color: #FE7CBC;
}
.TagClassName
{
border-color: #FE7CBC;
}
</style>