Shades of Persian Pink #FE80BC
Tints of Persian Pink #FE80BC
RGB
CMYK
RGB Variations
Color information
#FE80BC (or 0xFE80BC) is known color: Persian Pink. HEX triplet: FE, 80 and BC. RGB value is (254,128,188). Sum of RGB (Red+Green+Blue) = 254+128+188=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE80BC is #017F43. Grayscale: #ACACAC. Windows color (decimal): -98116 or 12353790. OLE color: 12353790.
HSL color Cylindrical-coordinate representation of color #FE80BC: hue angle of 331.43º 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 #FE80BC is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 188 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.00 |
| HSL | 331.43º | 0.98% | 0.75% | - |
| HSV(B) | 331.43º | 0.5% | 1% | - |
| XYZ | 57.67 | 40.14 | 52.29 | - |
| YUV | 172.51 | 136.74 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 188 | 0 | 0.50 | 0.26 | 0.00 | 331.43 | 0.98 | 0.75 |
| Hex | FE | 80 | BC | 0 | 32 | 1A | 0 | 14B | 62 | 4B |
| Octal | 376 | 200 | 274 | 0 | 62 | 32 | 0 | 513 | 142 | 113 |
| Binary | 11111110 | 10000000 | 10111100 | 0 | 110010 | 11010 | 0 | 101001011 | 1100010 | 1001011 |
Color Harmonies of #FE80BC
Complementary color
Monochromatic Colors of #FE80BC
Black with #FE80BC
Text Example
Text Example
White with #FE80BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE80BC; }
p { color: rgb(254,128,188); }
H1.HeaderClassName
{
color: #FE80BC;
}
.AnyTagClassName
{
color: #FE80BC;
}
</style>
background-color css
<style>
a { background-color: #FE80BC; }
a { background-color: rgb(254,128,188); }
div.DivClassName
{
background-color: #FE80BC;
}
.BgClassName
{
background-color: #FE80BC;
}
</style>
border-color css
<style>
span { border-color: #FE80BC; }
span { border-color: rgb(254,128,188); }
td.TdClassName
{
border-color: #FE80BC;
}
.TagClassName
{
border-color: #FE80BC;
}
</style>