Color Hex Logo

#f6bfdb Color Hex

#F6BFDB
(246,191,219)
0 Favorites   0 Comments

Color spaces of #f6bfdb

RGB 246191219
HSL0.920.750.86
HSV329°22°96°
CMYK 0.000.220.11   0.04
XYZ69.423061.968975.3200
Yxy61.96890.33580.2998
Hunter Lab78.720319.6575-1.6247
CIE-Lab82.896924.0097-6.3687

#f6bfdb color RGB value is (246,191,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10111111 11011011
Octal 366 277 333
Decimal 246 191 219
Hex F6 BF DB

RGB Percentages of Color #f6bfdb

%37.50
%29.12
%33.38

CMYK Percentages of Color #f6bfdb

%0
%22
%11
%4

Triadic Colors of #f6bfdb

#f6bfdb #dbf6bf #bfdbf6

Analogous Colors of #f6bfdb

#f6bfdb #f6bfc0 #f6bff6

Monochromatic Colors of #f6bfdb

#f6bfdb

Complementary Color

#f6bfdb #bff6da

#f6bfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6bfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6bfdb Color CSS Codes

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

#f6bfdb Text Font Color

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

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


#f6bfdb Background Color

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

This div background color is #f6bfdb


#f6bfdb Border Color

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

This div border color is #f6bfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6bfdb


Comments

No comments written yet.

Please login to write comment.