Color Hex Logo

#f6dabe Color Hex

#F6DABE
(246,218,190)
0 Favorites   0 Comments

Color spaces of #f6dabe

RGB 246218190
HSL0.080.760.85
HSV30°23°96°
CMYK 0.000.110.23   0.04
XYZ72.371773.453359.0787
Yxy73.45330.35320.3585
Hunter Lab85.70490.747019.1232
CIE-Lab88.66355.440817.3293

#f6dabe color RGB value is (246,218,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11011010 10111110
Octal 366 332 276
Decimal 246 218 190
Hex F6 DA BE

RGB Percentages of Color #f6dabe

%37.61
%33.33
%29.05

CMYK Percentages of Color #f6dabe

%0
%11
%23
%4

Triadic Colors of #f6dabe

#f6dabe #bef6da #dabef6

Analogous Colors of #f6dabe

#f6dabe #f6f6be #f6bebe

Monochromatic Colors of #f6dabe

#f6dabe

Complementary Color

#f6dabe #bedaf6

#f6dabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6dabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6dabe Color CSS Codes

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

#f6dabe Text Font Color

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

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


#f6dabe Background Color

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

This div background color is #f6dabe


#f6dabe Border Color

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

This div border color is #f6dabe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,218,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 #f6dabe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6dabe


Comments

No comments written yet.

Please login to write comment.