Color Hex Logo

#f9ddeb Color Hex

#F9DDEB
(249,221,235)
0 Favorites   0 Comments

Color spaces of #f9ddeb

RGB 249221235
HSL0.920.700.92
HSV330°11°98°
CMYK 0.000.110.06   0.02
XYZ79.918877.850889.4118
Yxy77.85080.32330.3150
Hunter Lab88.23317.27181.6811
CIE-Lab90.711811.9610-3.3014

#f9ddeb color RGB value is (249,221,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011101 11101011
Octal 371 335 353
Decimal 249 221 235
Hex F9 DD EB

RGB Percentages of Color #f9ddeb

%35.32
%31.35
%33.33

CMYK Percentages of Color #f9ddeb

%0
%11
%6
%2

Triadic Colors of #f9ddeb

#f9ddeb #ebf9dd #ddebf9

Analogous Colors of #f9ddeb

#f9ddeb #f9dddd #f9ddf9

Monochromatic Colors of #f9ddeb

#f9ddeb

Complementary Color

#f9ddeb #ddf9eb

#f9ddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9ddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9ddeb Color CSS Codes

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

#f9ddeb Text Font Color

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

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


#f9ddeb Background Color

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

This div background color is #f9ddeb


#f9ddeb Border Color

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

This div border color is #f9ddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9ddeb


Comments

No comments written yet.

Please login to write comment.