Color Hex Logo

#f9dddb Color Hex

#F9DDDB
(249,221,219)
1 Favorites   0 Comments

Color spaces of #f9dddb

RGB 249221219
HSL0.010.710.92
HSV12°98°
CMYK 0.000.110.12   0.02
XYZ77.709676.967177.7782
Yxy76.96710.33430.3311
Hunter Lab87.73094.58138.8478
CIE-Lab90.30659.31894.5028

#f9dddb color RGB value is (249,221,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011101 11011011
Octal 371 335 333
Decimal 249 221 219
Hex F9 DD DB

RGB Percentages of Color #f9dddb

%36.14
%32.08
%31.79

CMYK Percentages of Color #f9dddb

%0
%11
%12
%2

Triadic Colors of #f9dddb

#f9dddb #dbf9dd #dddbf9

Analogous Colors of #f9dddb

#f9dddb #f9ecdb #f9dbe8

Monochromatic Colors of #f9dddb

#f9dddb

Complementary Color

#f9dddb #dbf7f9

#f9dddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9dddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9dddb Color CSS Codes

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

#f9dddb Text Font Color

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

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


#f9dddb Background Color

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

This div background color is #f9dddb


#f9dddb Border Color

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

This div border color is #f9dddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9dddb

#f9dddb Color Palettes


Comments

No comments written yet.

Please login to write comment.