Color Hex Logo

#f6d4be Color Hex

#F6D4BE
(246,212,190)
0 Favorites   0 Comments

Color spaces of #f6d4be

RGB 246212190
HSL0.070.760.85
HSV24°23°96°
CMYK 0.000.140.23   0.04
XYZ70.843870.397558.5694
Yxy70.39750.35460.3523
Hunter Lab83.90323.886117.3443
CIE-Lab87.19158.549715.2615

#f6d4be color RGB value is (246,212,190).

#f6d4be hex color red value is 246, green value is 212 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f6d4be hue: 0.07 , saturation: 0.76 and the lightness value of f6d4be is 0.85.

The process color (four color CMYK) of #f6d4be color hex is 0.00, 0.14, 0.23, 0.04. Web safe color of #f6d4be is #ffcccc. Color #f6d4be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 11010100 10111110
Octal 366 324 276
Decimal 246 212 190
Hex F6 D4 BE

RGB Percentages of Color #f6d4be

%37.96
%32.72
%29.32

CMYK Percentages of Color #f6d4be

%0
%14
%23
%4

Triadic Colors of #f6d4be

#f6d4be #bef6d4 #d4bef6

Analogous Colors of #f6d4be

#f6d4be #f6f0be #f6bec4

Monochromatic Colors of #f6d4be

#f6d4be

Complementary Color

#f6d4be #bee0f6

#f6d4be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6d4be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6d4be Color CSS Codes

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

#f6d4be Text Font Color

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

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


#f6d4be Background Color

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

This div background color is #f6d4be


#f6d4be Border Color

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

This div border color is #f6d4be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6d4be


Comments

No comments written yet.

Please login to write comment.