#FB86BA

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

Shades of Persian Pink #FB86BA

Tints of Persian Pink #FB86BA

Color information

#FB86BA (or 0xFB86BA) is unknown color: approx Persian Pink. HEX triplet: FB, 86 and BA. RGB value is (251,134,186). Sum of RGB (Red+Green+Blue) = 251+134+186=571 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.96% from 571); Green value is 134 (52.73% from 255 or 23.47% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 251 - color contains mainly: red. Hex color #FB86BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB86BA is #047945. Grayscale: #AEAEAE. Windows color (decimal): -293190 or 12224251. OLE color: 12224251.

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

Color convert

RGB251134186-
CMYK00.470.260.02
HSL333.33º93.6%75.49%-
HSV(B)333.33º46.61%98.43%-
XYZ57.1741.151.38-
YUV174.91134.26182.27-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.96%
GREEN value IS 134 (52.73% from 255) = 23.47%
BLUE value IS 186 (73.05% from 255) = 32.57%
R=43.96%
G=23.47%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113418600.470.260.02333.3393.675.49
HexFB86BA02F1A214d5e4b
Octal373206272057322515136113
Binary1111101110000110101110100101111110101010100110110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB86BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB86BA; }

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

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

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

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

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

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

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

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