Color Hex Logo

#f6bfd5 Color Hex

#F6BFD5
(246,191,213)
0 Favorites   0 Comments

Color spaces of #f6bfd5

RGB 246191213
HSL0.930.750.86
HSV336°22°96°
CMYK 0.000.220.13   0.04
XYZ68.647161.658571.2340
Yxy61.65850.34060.3059
Hunter Lab78.522918.63491.1797
CIE-Lab82.731523.0388-3.3957

#f6bfd5 color RGB value is (246,191,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10111111 11010101
Octal 366 277 325
Decimal 246 191 213
Hex F6 BF D5

RGB Percentages of Color #f6bfd5

%37.85
%29.38
%32.77

CMYK Percentages of Color #f6bfd5

%0
%22
%13
%4

Triadic Colors of #f6bfd5

#f6bfd5 #d5f6bf #bfd5f6

Analogous Colors of #f6bfd5

#f6bfd5 #f6c5bf #f6bff1

Monochromatic Colors of #f6bfd5

#f6bfd5

Complementary Color

#f6bfd5 #bff6e0

#f6bfd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6bfd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6bfd5 Color CSS Codes

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

#f6bfd5 Text Font Color

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

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


#f6bfd5 Background Color

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

This div background color is #f6bfd5


#f6bfd5 Border Color

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

This div border color is #f6bfd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6bfd5


Comments

No comments written yet.

Please login to write comment.