Color Hex Logo

#f6bfda Color Hex

#F6BFDA
(246,191,218)
0 Favorites   0 Comments

Color spaces of #f6bfda

RGB 246191218
HSL0.920.750.86
HSV331°22°96°
CMYK 0.000.220.11   0.04
XYZ69.291761.916474.6287
Yxy61.91640.33660.3008
Hunter Lab78.687019.4848-1.1512
CIE-Lab82.868923.8460-5.8740

#f6bfda color RGB value is (246,191,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10111111 11011010
Octal 366 277 332
Decimal 246 191 218
Hex F6 BF DA

RGB Percentages of Color #f6bfda

%37.56
%29.16
%33.28

CMYK Percentages of Color #f6bfda

%0
%22
%11
%4

Triadic Colors of #f6bfda

#f6bfda #daf6bf #bfdaf6

Analogous Colors of #f6bfda

#f6bfda #f6c0bf #f6bff6

Monochromatic Colors of #f6bfda

#f6bfda

Complementary Color

#f6bfda #bff6db

#f6bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6bfda Color CSS Codes

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

#f6bfda Text Font Color

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

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


#f6bfda Background Color

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

This div background color is #f6bfda


#f6bfda Border Color

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

This div border color is #f6bfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6bfda


Comments

No comments written yet.

Please login to write comment.