Color Hex Logo

#fb69ba Color Hex

#FB69BA
(251,105,186)
0 Favorites   0 Comments

Color spaces of #fb69ba

RGB 251105186
HSL0.910.950.70
HSV327°58°98°
CMYK 0.000.580.26   0.02
XYZ53.698234.157650.2172
Yxy34.15760.38890.2474
Hunter Lab58.444561.7261-10.0325
CIE-Lab65.087563.8279-14.7174

#fb69ba color RGB value is (251,105,186).

#fb69ba hex color red value is 251, green value is 105 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fb69ba hue: 0.91 , saturation: 0.95 and the lightness value of fb69ba is 0.70.

The process color (four color CMYK) of #fb69ba color hex is 0.00, 0.58, 0.26, 0.02. Web safe color of #fb69ba is #ff66cc. Color #fb69ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101001 10111010
Octal 373 151 272
Decimal 251 105 186
Hex FB 69 BA

RGB Percentages of Color #fb69ba

%46.31
%19.37
%34.32

CMYK Percentages of Color #fb69ba

%0
%58
%26
%2

Triadic Colors of #fb69ba

#fb69ba #bafb69 #69bafb

Analogous Colors of #fb69ba

#fb69ba #fb6971 #f369fb

Monochromatic Colors of #fb69ba

#fb69ba

Complementary Color

#fb69ba #69fbaa

#fb69ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb69ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb69ba Color CSS Codes

.mybgcolor {background-color:#fb69ba; } 
.myforecolor {color:#fb69ba; }
.mybordercolor {border:3px solid #fb69ba; }

#fb69ba Text Font Color

<p style="color:#fb69ba">Text here</p>

This sample text font color is #fb69ba
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fb69ba Background Color

<div style="background-color:#fb69ba">
Div content here</div>

This div background color is #fb69ba


#fb69ba Border Color

<div style="border:3px solid #fb69ba">
Div here</div>

This div border color is #fb69ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,105,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fb69ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fb69ba;
  -webkit-box-shadow: 1px 1px 3px 2px #fb69ba;
  box-shadow:         1px 1px 3px 2px #fb69ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,105,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fb69ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fb69ba;
  -webkit-box-shadow: 1px 1px 3px 2px #fb69ba;
  box-shadow:         1px 1px 3px 2px #fb69ba;">
Div content here</div>

This div box has shadow with color #fb69ba


Comments

No comments written yet.

Please login to write comment.