Shades of Persian Pink #FE7ABC
Tints of Persian Pink #FE7ABC
RGB
CMYK
RGB Variations
Color information
#FE7ABC (or 0xFE7ABC) is known color: Persian Pink. HEX triplet: FE, 7A and BC. RGB value is (254,122,188). Sum of RGB (Red+Green+Blue) = 254+122+188=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 122 (48.05% from 255 or 21.63% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7ABC is #018543. Grayscale: #A8A8A8. Windows color (decimal): -99652 or 12352254. OLE color: 12352254.
HSL color Cylindrical-coordinate representation of color #FE7ABC: hue angle of 330º 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 #FE7ABC is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 188 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.00 |
| HSL | 330º | 0.99% | 0.74% | - |
| HSV(B) | 330º | 0.52% | 1% | - |
| XYZ | 56.91 | 38.62 | 52.03 | - |
| YUV | 168.99 | 138.73 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 188 | 0 | 0.52 | 0.26 | 0.00 | 330 | 0.99 | 0.74 |
| Hex | FE | 7A | BC | 0 | 34 | 1A | 0 | 14A | 63 | 4A |
| Octal | 376 | 172 | 274 | 0 | 64 | 32 | 0 | 512 | 143 | 112 |
| Binary | 11111110 | 1111010 | 10111100 | 0 | 110100 | 11010 | 0 | 101001010 | 1100011 | 1001010 |
Color Harmonies of #FE7ABC
Complementary color
Monochromatic Colors of #FE7ABC
Black with #FE7ABC
Text Example
Text Example
White with #FE7ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7ABC; }
p { color: rgb(254,122,188); }
H1.HeaderClassName
{
color: #FE7ABC;
}
.AnyTagClassName
{
color: #FE7ABC;
}
</style>
background-color css
<style>
a { background-color: #FE7ABC; }
a { background-color: rgb(254,122,188); }
div.DivClassName
{
background-color: #FE7ABC;
}
.BgClassName
{
background-color: #FE7ABC;
}
</style>
border-color css
<style>
span { border-color: #FE7ABC; }
span { border-color: rgb(254,122,188); }
td.TdClassName
{
border-color: #FE7ABC;
}
.TagClassName
{
border-color: #FE7ABC;
}
</style>