Color Hex Logo

#f6bfcd Color Hex

#F6BFCD
(246,191,205)
0 Favorites   0 Comments

Color spaces of #f6bfcd

RGB 246191205
HSL0.960.750.86
HSV345°22°96°
CMYK 0.000.220.17   0.04
XYZ67.656361.262266.0165
Yxy61.26220.34710.3143
Hunter Lab78.270217.32164.7813
CIE-Lab82.519521.78380.5857

#f6bfcd color RGB value is (246,191,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10111111 11001101
Octal 366 277 315
Decimal 246 191 205
Hex F6 BF CD

RGB Percentages of Color #f6bfcd

%38.32
%29.75
%31.93

CMYK Percentages of Color #f6bfcd

%0
%22
%17
%4

Triadic Colors of #f6bfcd

#f6bfcd #cdf6bf #bfcdf6

Analogous Colors of #f6bfcd

#f6bfcd #f6cdbf #f6bfe9

Monochromatic Colors of #f6bfcd

#f6bfcd

Complementary Color

#f6bfcd #bff6e8

#f6bfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6bfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6bfcd Color CSS Codes

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

#f6bfcd Text Font Color

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

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


#f6bfcd Background Color

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

This div background color is #f6bfcd


#f6bfcd Border Color

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

This div border color is #f6bfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6bfcd


Comments

No comments written yet.

Please login to write comment.