Shades of Persian Pink #FE85BA
Tints of Persian Pink #FE85BA
RGB
CMYK
RGB Variations
Color information
#FE85BA (or 0xFE85BA) is known color: Persian Pink. HEX triplet: FE, 85 and BA. RGB value is (254,133,186). Sum of RGB (Red+Green+Blue) = 254+133+186=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 133 (52.34% from 255 or 23.21% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE85BA is #017A45. Grayscale: #AFAFAF. Windows color (decimal): -96838 or 12223998. OLE color: 12223998.
HSL color Cylindrical-coordinate representation of color #FE85BA: hue angle of 333.72º 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 #FE85BA is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 186 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.00 |
| HSL | 333.72º | 0.98% | 0.76% | - |
| HSV(B) | 333.72º | 0.48% | 1% | - |
| XYZ | 58.12 | 41.39 | 51.38 | - |
| YUV | 175.22 | 134.09 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 186 | 0 | 0.48 | 0.27 | 0.00 | 333.72 | 0.98 | 0.76 |
| Hex | FE | 85 | BA | 0 | 30 | 1B | 0 | 14E | 62 | 4C |
| Octal | 376 | 205 | 272 | 0 | 60 | 33 | 0 | 516 | 142 | 114 |
| Binary | 11111110 | 10000101 | 10111010 | 0 | 110000 | 11011 | 0 | 101001110 | 1100010 | 1001100 |
Color Harmonies of #FE85BA
Complementary color
Monochromatic Colors of #FE85BA
Black with #FE85BA
Text Example
Text Example
White with #FE85BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE85BA; }
p { color: rgb(254,133,186); }
H1.HeaderClassName
{
color: #FE85BA;
}
.AnyTagClassName
{
color: #FE85BA;
}
</style>
background-color css
<style>
a { background-color: #FE85BA; }
a { background-color: rgb(254,133,186); }
div.DivClassName
{
background-color: #FE85BA;
}
.BgClassName
{
background-color: #FE85BA;
}
</style>
border-color css
<style>
span { border-color: #FE85BA; }
span { border-color: rgb(254,133,186); }
td.TdClassName
{
border-color: #FE85BA;
}
.TagClassName
{
border-color: #FE85BA;
}
</style>