Color Hex Logo

#f9ddee Color Hex

#F9DDEE
(249,221,238)
0 Favorites   0 Comments

Color spaces of #f9ddee

RGB 249221238
HSL0.900.700.92
HSV324°11°98°
CMYK 0.000.110.04   0.02
XYZ80.356078.025791.7142
Yxy78.02570.32130.3120
Hunter Lab88.33227.80070.2724
CIE-Lab90.791612.4758-4.7577

#f9ddee color RGB value is (249,221,238).

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

The process color (four color CMYK) of #f9ddee color hex is 0.00, 0.11, 0.04, 0.02. Web safe color of #f9ddee is #ffccff. Color #f9ddee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011101 11101110
Octal 371 335 356
Decimal 249 221 238
Hex F9 DD EE

RGB Percentages of Color #f9ddee

%35.17
%31.21
%33.62

CMYK Percentages of Color #f9ddee

%0
%11
%4
%2

Triadic Colors of #f9ddee

#f9ddee #eef9dd #ddeef9

Analogous Colors of #f9ddee

#f9ddee #f9dde0 #f6ddf9

Monochromatic Colors of #f9ddee

#f9ddee

Complementary Color

#f9ddee #ddf9e8

#f9ddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9ddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9ddee Color CSS Codes

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

#f9ddee Text Font Color

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

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


#f9ddee Background Color

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

This div background color is #f9ddee


#f9ddee Border Color

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

This div border color is #f9ddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9ddee


Comments

No comments written yet.

Please login to write comment.