#FE85B9

Color #FE85B9 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #FE85B9

Tints of Persian Pink #FE85B9

Color information

#FE85B9 (or 0xFE85B9) is unknown color: approx Persian Pink. HEX triplet: FE, 85 and B9. RGB value is (254,133,185). Sum of RGB (Red+Green+Blue) = 254+133+185=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 133 (52.34% from 255 or 23.25% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE85B9 is #017A46. Grayscale: #AFAFAF. Windows color (decimal): -96839 or 12158462. OLE color: 12158462.

HSL color Cylindrical-coordinate representation of color #FE85B9: hue angle of 334.21º 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 #FE85B9 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB254133185-
CMYK00.480.270.00
HSL334.21º98.37%75.88%-
HSV(B)334.21º47.64%99.61%-
XYZ58.0241.3550.82-
YUV175.11133.59184.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 44.41%
GREEN value IS 133 (52.34% from 255) = 23.25%
BLUE value IS 185 (72.66% from 255) = 32.34%
R=44.41%
G=23.25%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413318500.480.270.00334.2198.3775.88
HexFE85B90301B014e624c
Octal376205271060330516142114
Binary111111101000010110111001011000011011010100111011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE85B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE85B9; }

 p { color: rgb(254,133,185); }

 H1.HeaderClassName
 {
   color: #FE85B9;
 }
 .AnyTagClassName
 {
   color: #FE85B9;
 }
</style>
background-color css

<style>
 a { background-color: #FE85B9; }

 a { background-color: rgb(254,133,185); }

 div.DivClassName
 {
   background-color: #FE85B9;
 }
 .BgClassName
 {
   background-color: #FE85B9;
 }
</style>
border-color css

<style>
 span { border-color: #FE85B9; }

 span { border-color: rgb(254,133,185); }

 td.TdClassName
 {
   border-color: #FE85B9;
 }
 .TagClassName
 {
   border-color: #FE85B9;
 }
</style>