Shades of Persian Pink #FE80BA
Tints of Persian Pink #FE80BA
RGB
CMYK
RGB Variations
Color information
#FE80BA (or 0xFE80BA) is known color: Persian Pink. HEX triplet: FE, 80 and BA. RGB value is (254,128,186). Sum of RGB (Red+Green+Blue) = 254+128+186=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 128 (50.39% from 255 or 22.54% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE80BA is #017F45. Grayscale: #ACACAC. Windows color (decimal): -98118 or 12222718. OLE color: 12222718.
HSL color Cylindrical-coordinate representation of color #FE80BA: hue angle of 332.38º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE80BA is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 186 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.00 |
| HSL | 332.38º | 0.98% | 0.75% | - |
| HSV(B) | 332.38º | 0.5% | 1% | - |
| XYZ | 57.46 | 40.05 | 51.16 | - |
| YUV | 172.29 | 135.74 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 186 | 0 | 0.50 | 0.27 | 0.00 | 332.38 | 0.98 | 0.75 |
| Hex | FE | 80 | BA | 0 | 32 | 1B | 0 | 14C | 62 | 4B |
| Octal | 376 | 200 | 272 | 0 | 62 | 33 | 0 | 514 | 142 | 113 |
| Binary | 11111110 | 10000000 | 10111010 | 0 | 110010 | 11011 | 0 | 101001100 | 1100010 | 1001011 |
Color Harmonies of #FE80BA
Complementary color
Monochromatic Colors of #FE80BA
Black with #FE80BA
Text Example
Text Example
White with #FE80BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE80BA; }
p { color: rgb(254,128,186); }
H1.HeaderClassName
{
color: #FE80BA;
}
.AnyTagClassName
{
color: #FE80BA;
}
</style>
background-color css
<style>
a { background-color: #FE80BA; }
a { background-color: rgb(254,128,186); }
div.DivClassName
{
background-color: #FE80BA;
}
.BgClassName
{
background-color: #FE80BA;
}
</style>
border-color css
<style>
span { border-color: #FE80BA; }
span { border-color: rgb(254,128,186); }
td.TdClassName
{
border-color: #FE80BA;
}
.TagClassName
{
border-color: #FE80BA;
}
</style>