Color Hex Logo

#f6bfde Color Hex

#F6BFDE
(246,191,222)
0 Favorites   0 Comments

Color spaces of #f6bfde

RGB 246191222
HSL0.910.750.86
HSV326°22°96°
CMYK 0.000.220.10   0.04
XYZ69.821762.128477.4192
Yxy62.12840.33350.2967
Hunter Lab78.821620.1811-3.0600
CIE-Lab82.981724.5046-7.8507

#f6bfde color RGB value is (246,191,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10111111 11011110
Octal 366 277 336
Decimal 246 191 222
Hex F6 BF DE

RGB Percentages of Color #f6bfde

%37.33
%28.98
%33.69

CMYK Percentages of Color #f6bfde

%0
%22
%10
%4

Triadic Colors of #f6bfde

#f6bfde #def6bf #bfdef6

Analogous Colors of #f6bfde

#f6bfde #f6bfc3 #f3bff6

Monochromatic Colors of #f6bfde

#f6bfde

Complementary Color

#f6bfde #bff6d7

#f6bfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6bfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6bfde Color CSS Codes

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

#f6bfde Text Font Color

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

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


#f6bfde Background Color

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

This div background color is #f6bfde


#f6bfde Border Color

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

This div border color is #f6bfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6bfde


Comments

No comments written yet.

Please login to write comment.