Color Hex Logo

#f6dec9 Color Hex

#F6DEC9
(246,222,201)
0 Favorites   0 Comments

Color spaces of #f6dec9

RGB 246222201
HSL0.080.710.88
HSV28°18°96°
CMYK 0.000.100.18   0.04
XYZ74.669976.052466.0024
Yxy76.05240.34450.3509
Hunter Lab87.20800.222516.1727
CIE-Lab89.88374.964013.2946

#f6dec9 color RGB value is (246,222,201).

#f6dec9 hex color red value is 246, green value is 222 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #f6dec9 hue: 0.08 , saturation: 0.71 and the lightness value of f6dec9 is 0.88.

The process color (four color CMYK) of #f6dec9 color hex is 0.00, 0.10, 0.18, 0.04. Web safe color of #f6dec9 is #ffcccc. Color #f6dec9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 11011110 11001001
Octal 366 336 311
Decimal 246 222 201
Hex F6 DE C9

RGB Percentages of Color #f6dec9

%36.77
%33.18
%30.04

CMYK Percentages of Color #f6dec9

%0
%10
%18
%4

Triadic Colors of #f6dec9

#f6dec9 #c9f6de #dec9f6

Analogous Colors of #f6dec9

#f6dec9 #f6f5c9 #f6c9cb

Monochromatic Colors of #f6dec9

#f6dec9

Complementary Color

#f6dec9 #c9e1f6

#f6dec9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6dec9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6dec9 Color CSS Codes

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

#f6dec9 Text Font Color

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

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


#f6dec9 Background Color

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

This div background color is #f6dec9


#f6dec9 Border Color

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

This div border color is #f6dec9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6dec9


Comments

No comments written yet.

Please login to write comment.