Color Hex Logo

#f6dcbc Color Hex

#F6DCBC
(246,220,188)
0 Favorites   0 Comments

Color spaces of #f6dcbc

RGB 246220188
HSL0.090.760.85
HSV33°24°96°
CMYK 0.000.110.24   0.04
XYZ72.676374.410158.1091
Yxy74.41010.35420.3626
Hunter Lab86.2613-0.568620.4428
CIE-Lab89.11594.130119.0068

#f6dcbc color RGB value is (246,220,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11011100 10111100
Octal 366 334 274
Decimal 246 220 188
Hex F6 DC BC

RGB Percentages of Color #f6dcbc

%37.61
%33.64
%28.75

CMYK Percentages of Color #f6dcbc

%0
%11
%24
%4

Triadic Colors of #f6dcbc

#f6dcbc #bcf6dc #dcbcf6

Analogous Colors of #f6dcbc

#f6dcbc #f3f6bc #f6bfbc

Monochromatic Colors of #f6dcbc

#f6dcbc

Complementary Color

#f6dcbc #bcd6f6

#f6dcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6dcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6dcbc Color CSS Codes

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

#f6dcbc Text Font Color

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

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


#f6dcbc Background Color

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

This div background color is #f6dcbc


#f6dcbc Border Color

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

This div border color is #f6dcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6dcbc


Comments

No comments written yet.

Please login to write comment.