Color Hex Logo

#f9dced Color Hex

#F9DCED
(249,220,237)
0 Favorites   0 Comments

Color spaces of #f9dced

RGB 249220237
HSL0.900.710.92
HSV325°12°98°
CMYK 0.000.120.05   0.02
XYZ79.946277.440690.8547
Yxy77.44060.32210.3120
Hunter Lab88.00038.16240.3871
CIE-Lab90.524012.8242-4.6272

#f9dced color RGB value is (249,220,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011100 11101101
Octal 371 334 355
Decimal 249 220 237
Hex F9 DC ED

RGB Percentages of Color #f9dced

%35.27
%31.16
%33.57

CMYK Percentages of Color #f9dced

%0
%12
%5
%2

Triadic Colors of #f9dced

#f9dced #edf9dc #dcedf9

Analogous Colors of #f9dced

#f9dced #f9dcdf #f7dcf9

Monochromatic Colors of #f9dced

#f9dced

Complementary Color

#f9dced #dcf9e8

#f9dced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9dced Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9dced Color CSS Codes

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

#f9dced Text Font Color

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

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


#f9dced Background Color

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

This div background color is #f9dced


#f9dced Border Color

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

This div border color is #f9dced


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,220,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9dced


Comments

No comments written yet.

Please login to write comment.