Color Hex Logo

#f6bfdf Color Hex

#F6BFDF
(246,191,223)
0 Favorites   0 Comments

Color spaces of #f6bfdf

RGB 246191223
HSL0.900.750.86
HSV325°22°96°
CMYK 0.000.220.09   0.04
XYZ69.956162.182178.1273
Yxy62.18210.33270.2957
Hunter Lab78.855620.3574-3.5434
CIE-Lab83.010224.6710-8.3442

#f6bfdf color RGB value is (246,191,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10111111 11011111
Octal 366 277 337
Decimal 246 191 223
Hex F6 BF DF

RGB Percentages of Color #f6bfdf

%37.27
%28.94
%33.79

CMYK Percentages of Color #f6bfdf

%0
%22
%9
%4

Triadic Colors of #f6bfdf

#f6bfdf #dff6bf #bfdff6

Analogous Colors of #f6bfdf

#f6bfdf #f6bfc4 #f2bff6

Monochromatic Colors of #f6bfdf

#f6bfdf

Complementary Color

#f6bfdf #bff6d6

#f6bfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6bfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6bfdf Color CSS Codes

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

#f6bfdf Text Font Color

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

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


#f6bfdf Background Color

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

This div background color is #f6bfdf


#f6bfdf Border Color

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

This div border color is #f6bfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6bfdf


Comments

No comments written yet.

Please login to write comment.