Color Hex Logo

#f9e1da Color Hex

#F9E1DA
(249,225,218)
0 Favorites   0 Comments

Color spaces of #f9e1da

RGB 249225218
HSL0.040.720.92
HSV14°12°98°
CMYK 0.000.100.12   0.02
XYZ78.647079.052177.4431
Yxy79.05210.33450.3362
Hunter Lab88.91122.298610.5953
CIE-Lab91.25797.09056.4002

#f9e1da color RGB value is (249,225,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11100001 11011010
Octal 371 341 332
Decimal 249 225 218
Hex F9 E1 DA

RGB Percentages of Color #f9e1da

%35.98
%32.51
%31.50

CMYK Percentages of Color #f9e1da

%0
%10
%12
%2

Triadic Colors of #f9e1da

#f9e1da #daf9e1 #e1daf9

Analogous Colors of #f9e1da

#f9e1da #f9f1da #f9dae3

Monochromatic Colors of #f9e1da

#f9e1da

Complementary Color

#f9e1da #daf2f9

#f9e1da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9e1da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9e1da Color CSS Codes

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

#f9e1da Text Font Color

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

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


#f9e1da Background Color

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

This div background color is #f9e1da


#f9e1da Border Color

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

This div border color is #f9e1da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9e1da


Comments

No comments written yet.

Please login to write comment.