Color Hex Logo

#f6dacc Color Hex

#F6DACC
(246,218,204)
0 Favorites   0 Comments

Color spaces of #f6dacc

RGB 246218204
HSL0.060.700.88
HSV20°17°96°
CMYK 0.000.110.17   0.04
XYZ73.976574.095367.5296
Yxy74.09530.34310.3437
Hunter Lab86.07862.766413.7414
CIE-Lab88.96757.480410.4194

#f6dacc color RGB value is (246,218,204).

#f6dacc hex color red value is 246, green value is 218 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f6dacc hue: 0.06 , saturation: 0.70 and the lightness value of f6dacc is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11011010 11001100
Octal 366 332 314
Decimal 246 218 204
Hex F6 DA CC

RGB Percentages of Color #f6dacc

%36.83
%32.63
%30.54

CMYK Percentages of Color #f6dacc

%0
%11
%17
%4

Triadic Colors of #f6dacc

#f6dacc #ccf6da #daccf6

Analogous Colors of #f6dacc

#f6dacc #f6efcc #f6ccd3

Monochromatic Colors of #f6dacc

#f6dacc

Complementary Color

#f6dacc #cce8f6

#f6dacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6dacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6dacc Color CSS Codes

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

#f6dacc Text Font Color

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

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


#f6dacc Background Color

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

This div background color is #f6dacc


#f6dacc Border Color

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

This div border color is #f6dacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6dacc


Comments

No comments written yet.

Please login to write comment.