Color Hex Logo

#f9decc Color Hex

#F9DECC
(249,222,204)
0 Favorites   0 Comments

Color spaces of #f9decc

RGB 249222204
HSL0.070.790.89
HSV24°18°98°
CMYK 0.000.110.18   0.02
XYZ76.087376.741967.9292
Yxy76.74190.34470.3476
Hunter Lab87.60251.732315.3467
CIE-Lab90.20276.489812.2133

#f9decc color RGB value is (249,222,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011110 11001100
Octal 371 336 314
Decimal 249 222 204
Hex F9 DE CC

RGB Percentages of Color #f9decc

%36.89
%32.89
%30.22

CMYK Percentages of Color #f9decc

%0
%11
%18
%2

Triadic Colors of #f9decc

#f9decc #ccf9de #deccf9

Analogous Colors of #f9decc

#f9decc #f9f5cc #f9ccd1

Monochromatic Colors of #f9decc

#f9decc

Complementary Color

#f9decc #cce7f9

#f9decc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9decc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9decc Color CSS Codes

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

#f9decc Text Font Color

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

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


#f9decc Background Color

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

This div background color is #f9decc


#f9decc Border Color

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

This div border color is #f9decc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,222,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 #f9decc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9decc


Comments

No comments written yet.

Please login to write comment.