Color Hex Logo

#f9deda Color Hex

#F9DEDA
(249,222,218)
0 Favorites   0 Comments

Color spaces of #f9deda

RGB 249222218
HSL0.020.720.92
HSV12°98°
CMYK 0.000.110.12   0.02
XYZ77.843177.444277.1751
Yxy77.44420.33490.3331
Hunter Lab88.00243.88929.6064
CIE-Lab90.52578.64165.3440

#f9deda color RGB value is (249,222,218).

#f9deda hex color red value is 249, green value is 222 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f9deda hue: 0.02 , saturation: 0.72 and the lightness value of f9deda is 0.92.

The process color (four color CMYK) of #f9deda color hex is 0.00, 0.11, 0.12, 0.02. Web safe color of #f9deda is #ffcccc. Color #f9deda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011110 11011010
Octal 371 336 332
Decimal 249 222 218
Hex F9 DE DA

RGB Percentages of Color #f9deda

%36.14
%32.22
%31.64

CMYK Percentages of Color #f9deda

%0
%11
%12
%2

Triadic Colors of #f9deda

#f9deda #daf9de #dedaf9

Analogous Colors of #f9deda

#f9deda #f9eeda #f9dae6

Monochromatic Colors of #f9deda

#f9deda

Complementary Color

#f9deda #daf5f9

#f9deda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9deda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9deda Color CSS Codes

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

#f9deda Text Font Color

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

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


#f9deda Background Color

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

This div background color is #f9deda


#f9deda Border Color

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

This div border color is #f9deda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9deda


Comments

No comments written yet.

Please login to write comment.