#FB86B6

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

Shades of Persian Pink #FB86B6

Tints of Persian Pink #FB86B6

Color information

#FB86B6 (or 0xFB86B6) is unknown color: approx Persian Pink. HEX triplet: FB, 86 and B6. RGB value is (251,134,182). Sum of RGB (Red+Green+Blue) = 251+134+182=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 134 (52.73% from 255 or 23.63% from 567); Blue value is 182 (71.48% from 255 or 32.10% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FB86B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB86B6 is #047949. Grayscale: #AEAEAE. Windows color (decimal): -293194 or 11962107. OLE color: 11962107.

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

Color convert

RGB251134182-
CMYK00.470.270.02
HSL335.38º93.6%75.49%-
HSV(B)335.38º46.61%98.43%-
XYZ56.7540.9449.17-
YUV174.46132.26182.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.27%
GREEN value IS 134 (52.73% from 255) = 23.63%
BLUE value IS 182 (71.48% from 255) = 32.10%
R=44.27%
G=23.63%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113418200.470.270.02335.3893.675.49
HexFB86B602F1B214f5e4b
Octal373206266057332517136113
Binary1111101110000110101101100101111110111010100111110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB86B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB86B6; }

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

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

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

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

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

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

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

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