Color Hex Logo

#f9daea Color Hex

#F9DAEA
(249,218,234)
0 Favorites   0 Comments

Color spaces of #f9daea

RGB 249218234
HSL0.910.720.92
HSV329°12°98°
CMYK 0.000.120.06   0.02
XYZ78.989676.223188.3912
Yxy76.22310.32430.3129
Hunter Lab87.30588.71191.0870
CIE-Lab89.962813.3531-3.8774

#f9daea color RGB value is (249,218,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011010 11101010
Octal 371 332 352
Decimal 249 218 234
Hex F9 DA EA

RGB Percentages of Color #f9daea

%35.52
%31.10
%33.38

CMYK Percentages of Color #f9daea

%0
%12
%6
%2

Triadic Colors of #f9daea

#f9daea #eaf9da #daeaf9

Analogous Colors of #f9daea

#f9daea #f9dadb #f9daf9

Monochromatic Colors of #f9daea

#f9daea

Complementary Color

#f9daea #daf9e9

#f9daea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9daea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9daea Color CSS Codes

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

#f9daea Text Font Color

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

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


#f9daea Background Color

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

This div background color is #f9daea


#f9daea Border Color

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

This div border color is #f9daea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9daea


Comments

No comments written yet.

Please login to write comment.