Color Hex Logo

#f6bafb Color Hex

#F6BAFB
(246,186,251)
0 Favorites   0 Comments

Color spaces of #f6bafb

RGB 246186251
HSL0.820.890.86
HSV295°26°98°
CMYK 0.020.260.00   0.02
XYZ72.977561.675799.3250
Yxy61.67570.31190.2636
Hunter Lab78.533928.4366-20.0128
CIE-Lab82.740732.2405-23.7252

#f6bafb color RGB value is (246,186,251).

#f6bafb hex color red value is 246, green value is 186 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f6bafb hue: 0.82 , saturation: 0.89 and the lightness value of f6bafb is 0.86.

The process color (four color CMYK) of #f6bafb color hex is 0.02, 0.26, 0.00, 0.02. Web safe color of #f6bafb is #ffccff. Color #f6bafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10111010 11111011
Octal 366 272 373
Decimal 246 186 251
Hex F6 BA FB

RGB Percentages of Color #f6bafb

%36.02
%27.23
%36.75

CMYK Percentages of Color #f6bafb

%2
%26
%0
%2

Triadic Colors of #f6bafb

#f6bafb #fbf6ba #bafbf6

Analogous Colors of #f6bafb

#f6bafb #fbbae0 #d6bafb

Monochromatic Colors of #f6bafb

#f6bafb

Complementary Color

#f6bafb #bffbba

#f6bafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6bafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6bafb Color CSS Codes

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

#f6bafb Text Font Color

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

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


#f6bafb Background Color

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

This div background color is #f6bafb


#f6bafb Border Color

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

This div border color is #f6bafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6bafb

Related Colors


Comments

No comments written yet.

Please login to write comment.