Color Hex Logo

#f9ddcc Color Hex

#F9DDCC
(249,221,204)
0 Favorites   0 Comments

Color spaces of #f9ddcc

RGB 249221204
HSL0.060.790.89
HSV23°18°98°
CMYK 0.000.110.18   0.02
XYZ75.822576.212367.8409
Yxy76.21230.34480.3466
Hunter Lab87.29972.258515.0353
CIE-Lab89.95787.006111.8652

#f9ddcc color RGB value is (249,221,204).

#f9ddcc hex color red value is 249, green value is 221 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f9ddcc hue: 0.06 , saturation: 0.79 and the lightness value of f9ddcc is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011101 11001100
Octal 371 335 314
Decimal 249 221 204
Hex F9 DD CC

RGB Percentages of Color #f9ddcc

%36.94
%32.79
%30.27

CMYK Percentages of Color #f9ddcc

%0
%11
%18
%2

Triadic Colors of #f9ddcc

#f9ddcc #ccf9dd #ddccf9

Analogous Colors of #f9ddcc

#f9ddcc #f9f4cc #f9ccd2

Monochromatic Colors of #f9ddcc

#f9ddcc

Complementary Color

#f9ddcc #cce8f9

#f9ddcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9ddcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9ddcc Color CSS Codes

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

#f9ddcc Text Font Color

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

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


#f9ddcc Background Color

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

This div background color is #f9ddcc


#f9ddcc Border Color

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

This div border color is #f9ddcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9ddcc


Comments

No comments written yet.

Please login to write comment.