Shades of Persian Pink #FE87B8
Tints of Persian Pink #FE87B8
RGB
CMYK
RGB Variations
Color information
#FE87B8 (or 0xFE87B8) is known color: Persian Pink. HEX triplet: FE, 87 and B8. RGB value is (254,135,184). Sum of RGB (Red+Green+Blue) = 254+135+184=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 135 (53.12% from 255 or 23.56% from 573); Blue value is 184 (72.27% from 255 or 32.11% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FE87B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE87B8 is #017847. Grayscale: #B0B0B0. Windows color (decimal): -96328 or 12093438. OLE color: 12093438.
HSL color Cylindrical-coordinate representation of color #FE87B8: hue angle of 335.29º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FE87B8 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 135 | 184 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.00 |
| HSL | 335.29º | 0.98% | 0.76% | - |
| HSV(B) | 335.29º | 0.47% | 1% | - |
| XYZ | 58.19 | 41.86 | 50.36 | - |
| YUV | 176.17 | 132.42 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 135 | 184 | 0 | 0.47 | 0.28 | 0.00 | 335.29 | 0.98 | 0.76 |
| Hex | FE | 87 | B8 | 0 | 2F | 1C | 0 | 14F | 62 | 4C |
| Octal | 376 | 207 | 270 | 0 | 57 | 34 | 0 | 517 | 142 | 114 |
| Binary | 11111110 | 10000111 | 10111000 | 0 | 101111 | 11100 | 0 | 101001111 | 1100010 | 1001100 |
Color Harmonies of #FE87B8
Complementary color
Monochromatic Colors of #FE87B8
Black with #FE87B8
Text Example
Text Example
White with #FE87B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE87B8; }
p { color: rgb(254,135,184); }
H1.HeaderClassName
{
color: #FE87B8;
}
.AnyTagClassName
{
color: #FE87B8;
}
</style>
background-color css
<style>
a { background-color: #FE87B8; }
a { background-color: rgb(254,135,184); }
div.DivClassName
{
background-color: #FE87B8;
}
.BgClassName
{
background-color: #FE87B8;
}
</style>
border-color css
<style>
span { border-color: #FE87B8; }
span { border-color: rgb(254,135,184); }
td.TdClassName
{
border-color: #FE87B8;
}
.TagClassName
{
border-color: #FE87B8;
}
</style>