Color Hex Logo

#f6bfea Color Hex

#F6BFEA
(246,191,234)
0 Favorites   0 Comments

Color spaces of #f6bfea

RGB 246191234
HSL0.870.750.86
HSV313°22°96°
CMYK 0.000.220.05   0.04
XYZ71.488162.794986.1947
Yxy62.79490.32420.2848
Hunter Lab79.243222.3555-9.0208
CIE-Lab83.334326.5453-13.7474

#f6bfea color RGB value is (246,191,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10111111 11101010
Octal 366 277 352
Decimal 246 191 234
Hex F6 BF EA

RGB Percentages of Color #f6bfea

%36.66
%28.46
%34.87

CMYK Percentages of Color #f6bfea

%0
%22
%5
%4

Triadic Colors of #f6bfea

#f6bfea #eaf6bf #bfeaf6

Analogous Colors of #f6bfea

#f6bfea #f6bfcf #e7bff6

Monochromatic Colors of #f6bfea

#f6bfea

Complementary Color

#f6bfea #bff6cb

#f6bfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6bfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6bfea Color CSS Codes

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

#f6bfea Text Font Color

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

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


#f6bfea Background Color

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

This div background color is #f6bfea


#f6bfea Border Color

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

This div border color is #f6bfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6bfea


Comments

No comments written yet.

Please login to write comment.