Shades of Persian Pink #FE85B5
Tints of Persian Pink #FE85B5
RGB
CMYK
RGB Variations
Color information
#FE85B5 (or 0xFE85B5) is known color: Persian Pink. HEX triplet: FE, 85 and B5. RGB value is (254,133,181). Sum of RGB (Red+Green+Blue) = 254+133+181=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 133 (52.34% from 255 or 23.42% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE85B5 is #017A4A. Grayscale: #AEAEAE. Windows color (decimal): -96843 or 11896318. OLE color: 11896318.
HSL color Cylindrical-coordinate representation of color #FE85B5: hue angle of 336.2º 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 #FE85B5 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 181 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.00 |
| HSL | 336.2º | 0.98% | 0.76% | - |
| HSV(B) | 336.2º | 0.48% | 1% | - |
| XYZ | 57.6 | 41.18 | 48.63 | - |
| YUV | 174.65 | 131.59 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 181 | 0 | 0.48 | 0.29 | 0.00 | 336.2 | 0.98 | 0.76 |
| Hex | FE | 85 | B5 | 0 | 30 | 1D | 0 | 150 | 62 | 4C |
| Octal | 376 | 205 | 265 | 0 | 60 | 35 | 0 | 520 | 142 | 114 |
| Binary | 11111110 | 10000101 | 10110101 | 0 | 110000 | 11101 | 0 | 101010000 | 1100010 | 1001100 |
Color Harmonies of #FE85B5
Complementary color
Monochromatic Colors of #FE85B5
Black with #FE85B5
Text Example
Text Example
White with #FE85B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE85B5; }
p { color: rgb(254,133,181); }
H1.HeaderClassName
{
color: #FE85B5;
}
.AnyTagClassName
{
color: #FE85B5;
}
</style>
background-color css
<style>
a { background-color: #FE85B5; }
a { background-color: rgb(254,133,181); }
div.DivClassName
{
background-color: #FE85B5;
}
.BgClassName
{
background-color: #FE85B5;
}
</style>
border-color css
<style>
span { border-color: #FE85B5; }
span { border-color: rgb(254,133,181); }
td.TdClassName
{
border-color: #FE85B5;
}
.TagClassName
{
border-color: #FE85B5;
}
</style>