Shades of Persian Pink #FE85BC
Tints of Persian Pink #FE85BC
RGB
CMYK
RGB Variations
Color information
#FE85BC (or 0xFE85BC) is known color: Persian Pink. HEX triplet: FE, 85 and BC. RGB value is (254,133,188). Sum of RGB (Red+Green+Blue) = 254+133+188=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 133 (52.34% from 255 or 23.13% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE85BC is #017A43. Grayscale: #AFAFAF. Windows color (decimal): -96836 or 12355070. OLE color: 12355070.
HSL color Cylindrical-coordinate representation of color #FE85BC: hue angle of 332.73º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE85BC is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 188 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.00 |
| HSL | 332.73º | 0.98% | 0.76% | - |
| HSV(B) | 332.73º | 0.48% | 1% | - |
| XYZ | 58.34 | 41.48 | 52.51 | - |
| YUV | 175.45 | 135.09 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 188 | 0 | 0.48 | 0.26 | 0.00 | 332.73 | 0.98 | 0.76 |
| Hex | FE | 85 | BC | 0 | 30 | 1A | 0 | 14D | 62 | 4C |
| Octal | 376 | 205 | 274 | 0 | 60 | 32 | 0 | 515 | 142 | 114 |
| Binary | 11111110 | 10000101 | 10111100 | 0 | 110000 | 11010 | 0 | 101001101 | 1100010 | 1001100 |
Color Harmonies of #FE85BC
Complementary color
Monochromatic Colors of #FE85BC
Black with #FE85BC
Text Example
Text Example
White with #FE85BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE85BC; }
p { color: rgb(254,133,188); }
H1.HeaderClassName
{
color: #FE85BC;
}
.AnyTagClassName
{
color: #FE85BC;
}
</style>
background-color css
<style>
a { background-color: #FE85BC; }
a { background-color: rgb(254,133,188); }
div.DivClassName
{
background-color: #FE85BC;
}
.BgClassName
{
background-color: #FE85BC;
}
</style>
border-color css
<style>
span { border-color: #FE85BC; }
span { border-color: rgb(254,133,188); }
td.TdClassName
{
border-color: #FE85BC;
}
.TagClassName
{
border-color: #FE85BC;
}
</style>