#FF86B5

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

Shades of Persian Pink #FF86B5

Tints of Persian Pink #FF86B5

Color information

#FF86B5 (or 0xFF86B5) is unknown color: approx Persian Pink. HEX triplet: FF, 86 and B5. RGB value is (255,134,181). Sum of RGB (Red+Green+Blue) = 255+134+181=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 134 (52.73% from 255 or 23.51% from 570); Blue value is 181 (71.09% from 255 or 31.75% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF86B5 is #00794A. Grayscale: #AFAFAF. Windows color (decimal): -31051 or 11896575. OLE color: 11896575.

HSL color Cylindrical-coordinate representation of color #FF86B5: hue angle of 336.69º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF86B5 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB255134181-
CMYK00.470.290
HSL336.69º100%76.27%-
HSV(B)336.69º47.45%100%-
XYZ58.1141.6548.69-
YUV175.54131.09184.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.74%
GREEN value IS 134 (52.73% from 255) = 23.51%
BLUE value IS 181 (71.09% from 255) = 31.75%
R=44.74%
G=23.51%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513418100.470.290336.6910076.27
HexFF86B502F1D0151644c
Octal377206265057350521144114
Binary111111111000011010110101010111111101010101000111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF86B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF86B5; }

 p { color: rgb(255,134,181); }

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

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

 a { background-color: rgb(255,134,181); }

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

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

 span { border-color: rgb(255,134,181); }

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