Color Hex Logo

#f6ddec Color Hex

#F6DDEC
(246,221,236)
0 Favorites   0 Comments

Color spaces of #f6ddec

RGB 246221236
HSL0.900.580.92
HSV324°10°96°
CMYK 0.000.100.04   0.04
XYZ79.002877.361990.1253
Yxy77.36190.32050.3139
Hunter Lab87.95566.40850.8164
CIE-Lab90.487911.1160-4.1843

#f6ddec color RGB value is (246,221,236).

#f6ddec hex color red value is 246, green value is 221 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f6ddec hue: 0.90 , saturation: 0.58 and the lightness value of f6ddec is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11011101 11101100
Octal 366 335 354
Decimal 246 221 236
Hex F6 DD EC

RGB Percentages of Color #f6ddec

%34.99
%31.44
%33.57

CMYK Percentages of Color #f6ddec

%0
%10
%4
%4

Triadic Colors of #f6ddec

#f6ddec #ecf6dd #ddecf6

Analogous Colors of #f6ddec

#f6ddec #f6dde0 #f4ddf6

Monochromatic Colors of #f6ddec

#f6ddec

Complementary Color

#f6ddec #ddf6e7

#f6ddec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6ddec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6ddec Color CSS Codes

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

#f6ddec Text Font Color

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

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


#f6ddec Background Color

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

This div background color is #f6ddec


#f6ddec Border Color

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

This div border color is #f6ddec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6ddec


Comments

No comments written yet.

Please login to write comment.