Color Hex Logo

#f6dacf Color Hex

#F6DACF
(246,218,207)
0 Favorites   0 Comments

Color spaces of #f6dacf

RGB 246218207
HSL0.050.680.89
HSV17°16°96°
CMYK 0.000.110.16   0.04
XYZ74.339974.240669.4432
Yxy74.24060.34100.3405
Hunter Lab86.16303.221412.5292
CIE-Lab89.03617.93678.9416

#f6dacf color RGB value is (246,218,207).

#f6dacf hex color red value is 246, green value is 218 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f6dacf hue: 0.05 , saturation: 0.68 and the lightness value of f6dacf is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11011010 11001111
Octal 366 332 317
Decimal 246 218 207
Hex F6 DA CF

RGB Percentages of Color #f6dacf

%36.66
%32.49
%30.85

CMYK Percentages of Color #f6dacf

%0
%11
%16
%4

Triadic Colors of #f6dacf

#f6dacf #cff6da #dacff6

Analogous Colors of #f6dacf

#f6dacf #f6eecf #f6cfd8

Monochromatic Colors of #f6dacf

#f6dacf

Complementary Color

#f6dacf #cfebf6

#f6dacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6dacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6dacf Color CSS Codes

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

#f6dacf Text Font Color

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

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


#f6dacf Background Color

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

This div background color is #f6dacf


#f6dacf Border Color

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

This div border color is #f6dacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6dacf


Comments

No comments written yet.

Please login to write comment.