Shades of Persian Pink #FE7AB3
Tints of Persian Pink #FE7AB3
RGB
CMYK
RGB Variations
Color information
#FE7AB3 (or 0xFE7AB3) is known color: Persian Pink. HEX triplet: FE, 7A and B3. RGB value is (254,122,179). Sum of RGB (Red+Green+Blue) = 254+122+179=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 122 (48.05% from 255 or 21.98% from 555); Blue value is 179 (70.31% from 255 or 32.25% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7AB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7AB3 is #01854C. Grayscale: #A7A7A7. Windows color (decimal): -99661 or 11762430. OLE color: 11762430.
HSL color Cylindrical-coordinate representation of color #FE7AB3: hue angle of 334.09º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7AB3 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 179 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.00 |
| HSL | 334.09º | 0.99% | 0.74% | - |
| HSV(B) | 334.09º | 0.52% | 1% | - |
| XYZ | 55.97 | 38.24 | 47.08 | - |
| YUV | 167.97 | 134.23 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 179 | 0 | 0.52 | 0.30 | 0.00 | 334.09 | 0.99 | 0.74 |
| Hex | FE | 7A | B3 | 0 | 34 | 1E | 0 | 14E | 63 | 4A |
| Octal | 376 | 172 | 263 | 0 | 64 | 36 | 0 | 516 | 143 | 112 |
| Binary | 11111110 | 1111010 | 10110011 | 0 | 110100 | 11110 | 0 | 101001110 | 1100011 | 1001010 |
Color Harmonies of #FE7AB3
Complementary color
Monochromatic Colors of #FE7AB3
Black with #FE7AB3
Text Example
Text Example
White with #FE7AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7AB3; }
p { color: rgb(254,122,179); }
H1.HeaderClassName
{
color: #FE7AB3;
}
.AnyTagClassName
{
color: #FE7AB3;
}
</style>
background-color css
<style>
a { background-color: #FE7AB3; }
a { background-color: rgb(254,122,179); }
div.DivClassName
{
background-color: #FE7AB3;
}
.BgClassName
{
background-color: #FE7AB3;
}
</style>
border-color css
<style>
span { border-color: #FE7AB3; }
span { border-color: rgb(254,122,179); }
td.TdClassName
{
border-color: #FE7AB3;
}
.TagClassName
{
border-color: #FE7AB3;
}
</style>