Shades of Persian Pink #FE7CB3
Tints of Persian Pink #FE7CB3
RGB
CMYK
RGB Variations
Color information
#FE7CB3 (or 0xFE7CB3) is known color: Persian Pink. HEX triplet: FE, 7C and B3. RGB value is (254,124,179). Sum of RGB (Red+Green+Blue) = 254+124+179=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 124 (48.83% from 255 or 22.26% from 557); Blue value is 179 (70.31% from 255 or 32.14% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7CB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7CB3 is #01834C. Grayscale: #A9A9A9. Windows color (decimal): -99149 or 11762942. OLE color: 11762942.
HSL color Cylindrical-coordinate representation of color #FE7CB3: hue angle of 334.62º 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 #FE7CB3 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 179 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.00 |
| HSL | 334.62º | 0.98% | 0.74% | - |
| HSV(B) | 334.62º | 0.51% | 1% | - |
| XYZ | 56.22 | 38.74 | 47.16 | - |
| YUV | 169.14 | 133.57 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 179 | 0 | 0.51 | 0.30 | 0.00 | 334.62 | 0.98 | 0.74 |
| Hex | FE | 7C | B3 | 0 | 33 | 1E | 0 | 14F | 62 | 4A |
| Octal | 376 | 174 | 263 | 0 | 63 | 36 | 0 | 517 | 142 | 112 |
| Binary | 11111110 | 1111100 | 10110011 | 0 | 110011 | 11110 | 0 | 101001111 | 1100010 | 1001010 |
Color Harmonies of #FE7CB3
Complementary color
Monochromatic Colors of #FE7CB3
Black with #FE7CB3
Text Example
Text Example
White with #FE7CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7CB3; }
p { color: rgb(254,124,179); }
H1.HeaderClassName
{
color: #FE7CB3;
}
.AnyTagClassName
{
color: #FE7CB3;
}
</style>
background-color css
<style>
a { background-color: #FE7CB3; }
a { background-color: rgb(254,124,179); }
div.DivClassName
{
background-color: #FE7CB3;
}
.BgClassName
{
background-color: #FE7CB3;
}
</style>
border-color css
<style>
span { border-color: #FE7CB3; }
span { border-color: rgb(254,124,179); }
td.TdClassName
{
border-color: #FE7CB3;
}
.TagClassName
{
border-color: #FE7CB3;
}
</style>