Color Hex Logo

#f9dcec Color Hex

#F9DCEC
(249,220,236)
0 Favorites   0 Comments

Color spaces of #f9dcec

RGB 249220236
HSL0.910.710.92
HSV327°12°98°
CMYK 0.000.120.05   0.02
XYZ79.800477.382390.0872
Yxy77.38230.32270.3129
Hunter Lab87.96727.98560.8582
CIE-Lab90.497312.6524-4.1417

#f9dcec color RGB value is (249,220,236).

#f9dcec hex color red value is 249, green value is 220 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f9dcec hue: 0.91 , saturation: 0.71 and the lightness value of f9dcec is 0.92.

The process color (four color CMYK) of #f9dcec color hex is 0.00, 0.12, 0.05, 0.02. Web safe color of #f9dcec is #ffccff. Color #f9dcec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011100 11101100
Octal 371 334 354
Decimal 249 220 236
Hex F9 DC EC

RGB Percentages of Color #f9dcec

%35.32
%31.21
%33.48

CMYK Percentages of Color #f9dcec

%0
%12
%5
%2

Triadic Colors of #f9dcec

#f9dcec #ecf9dc #dcecf9

Analogous Colors of #f9dcec

#f9dcec #f9dcde #f8dcf9

Monochromatic Colors of #f9dcec

#f9dcec

Complementary Color

#f9dcec #dcf9e9

#f9dcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9dcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9dcec Color CSS Codes

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

#f9dcec Text Font Color

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

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


#f9dcec Background Color

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

This div background color is #f9dcec


#f9dcec Border Color

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

This div border color is #f9dcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9dcec

Related Colors

#f9dcec Color Palettes


Comments

No comments written yet.

Please login to write comment.