Color Hex Logo

#f6decd Color Hex

#F6DECD
(246,222,205)
0 Favorites   0 Comments

Color spaces of #f6decd

RGB 246222205
HSL0.070.690.88
HSV25°17°96°
CMYK 0.000.100.17   0.04
XYZ75.146876.243268.5133
Yxy76.24320.34170.3467
Hunter Lab87.31740.814814.6004
CIE-Lab89.97215.562711.3274

#f6decd color RGB value is (246,222,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11011110 11001101
Octal 366 336 315
Decimal 246 222 205
Hex F6 DE CD

RGB Percentages of Color #f6decd

%36.55
%32.99
%30.46

CMYK Percentages of Color #f6decd

%0
%10
%17
%4

Triadic Colors of #f6decd

#f6decd #cdf6de #decdf6

Analogous Colors of #f6decd

#f6decd #f6f3cd #f6cdd1

Monochromatic Colors of #f6decd

#f6decd

Complementary Color

#f6decd #cde5f6

#f6decd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6decd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6decd Color CSS Codes

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

#f6decd Text Font Color

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

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


#f6decd Background Color

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

This div background color is #f6decd


#f6decd Border Color

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

This div border color is #f6decd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6decd


Comments

No comments written yet.

Please login to write comment.