Color Hex Logo

#f6bfeb Color Hex

#F6BFEB
(246,191,235)
0 Favorites   0 Comments

Color spaces of #f6bfeb

RGB 246191235
HSL0.870.750.86
HSV312°22°96°
CMYK 0.000.220.04   0.04
XYZ71.632262.852686.9536
Yxy62.85260.32350.2838
Hunter Lab79.279622.5423-9.5333
CIE-Lab83.364826.7196-14.2364

#f6bfeb color RGB value is (246,191,235).

#f6bfeb hex color red value is 246, green value is 191 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f6bfeb hue: 0.87 , saturation: 0.75 and the lightness value of f6bfeb is 0.86.

The process color (four color CMYK) of #f6bfeb color hex is 0.00, 0.22, 0.04, 0.04. Web safe color of #f6bfeb is #ffccff. Color #f6bfeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10111111 11101011
Octal 366 277 353
Decimal 246 191 235
Hex F6 BF EB

RGB Percentages of Color #f6bfeb

%36.61
%28.42
%34.97

CMYK Percentages of Color #f6bfeb

%0
%22
%4
%4

Triadic Colors of #f6bfeb

#f6bfeb #ebf6bf #bfebf6

Analogous Colors of #f6bfeb

#f6bfeb #f6bfd0 #e6bff6

Monochromatic Colors of #f6bfeb

#f6bfeb

Complementary Color

#f6bfeb #bff6ca

#f6bfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6bfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6bfeb Color CSS Codes

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

#f6bfeb Text Font Color

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

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


#f6bfeb Background Color

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

This div background color is #f6bfeb


#f6bfeb Border Color

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

This div border color is #f6bfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6bfeb


Comments

No comments written yet.

Please login to write comment.