Color Hex Logo

#fb6fba Color Hex

#FB6FBA
(251,111,186)
0 Favorites   0 Comments

Color spaces of #fb6fba

RGB 251111186
HSL0.910.950.71
HSV328°56°98°
CMYK 0.000.560.26   0.02
XYZ54.331035.423350.4282
Yxy35.42330.38760.2527
Hunter Lab59.517558.7896-8.5732
CIE-Lab66.076961.1804-13.2276

#fb6fba color RGB value is (251,111,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101111 10111010
Octal 373 157 272
Decimal 251 111 186
Hex FB 6F BA

RGB Percentages of Color #fb6fba

%45.80
%20.26
%33.94

CMYK Percentages of Color #fb6fba

%0
%56
%26
%2

Triadic Colors of #fb6fba

#fb6fba #bafb6f #6fbafb

Analogous Colors of #fb6fba

#fb6fba #fb6f74 #f66ffb

Monochromatic Colors of #fb6fba

#fb6fba

Complementary Color

#fb6fba #6ffbb0

#fb6fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6fba Color CSS Codes

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

#fb6fba Text Font Color

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

This sample text font color is #fb6fba
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.


#fb6fba Background Color

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

This div background color is #fb6fba


#fb6fba Border Color

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

This div border color is #fb6fba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,111,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 #fb6fba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6fba


Comments

No comments written yet.

Please login to write comment.