#FB86B5

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

Shades of Persian Pink #FB86B5

Tints of Persian Pink #FB86B5

Color information

#FB86B5 (or 0xFB86B5) is unknown color: approx Persian Pink. HEX triplet: FB, 86 and B5. RGB value is (251,134,181). Sum of RGB (Red+Green+Blue) = 251+134+181=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 181 (71.09% from 255 or 31.98% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FB86B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB86B5 is #04794A. Grayscale: #AEAEAE. Windows color (decimal): -293195 or 11896571. OLE color: 11896571.

HSL color Cylindrical-coordinate representation of color #FB86B5: hue angle of 335.9º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FB86B5 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB251134181-
CMYK00.470.280.02
HSL335.9º93.6%75.49%-
HSV(B)335.9º46.61%98.43%-
XYZ56.6540.948.62-
YUV174.34131.76182.68-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.35%
GREEN value IS 134 (52.73% from 255) = 23.67%
BLUE value IS 181 (71.09% from 255) = 31.98%
R=44.35%
G=23.67%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113418100.470.280.02335.993.675.49
HexFB86B502F1C21505e4b
Octal373206265057342520136113
Binary1111101110000110101101010101111111001010101000010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB86B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB86B5; }

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

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

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

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

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

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

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

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