Color Hex Logo

#f9dccb Color Hex

#F9DCCB
(249,220,203)
0 Favorites   0 Comments

Color spaces of #f9dccb

RGB 249220203
HSL0.060.790.89
HSV22°18°98°
CMYK 0.000.120.18   0.02
XYZ75.439675.637967.1234
Yxy75.63790.34570.3466
Hunter Lab86.97012.637015.1191
CIE-Lab89.69107.374412.0094

#f9dccb color RGB value is (249,220,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011100 11001011
Octal 371 334 313
Decimal 249 220 203
Hex F9 DC CB

RGB Percentages of Color #f9dccb

%37.05
%32.74
%30.21

CMYK Percentages of Color #f9dccb

%0
%12
%18
%2

Triadic Colors of #f9dccb

#f9dccb #cbf9dc #dccbf9

Analogous Colors of #f9dccb

#f9dccb #f9f3cb #f9cbd1

Monochromatic Colors of #f9dccb

#f9dccb

Complementary Color

#f9dccb #cbe8f9

#f9dccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9dccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9dccb Color CSS Codes

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

#f9dccb Text Font Color

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

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


#f9dccb Background Color

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

This div background color is #f9dccb


#f9dccb Border Color

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

This div border color is #f9dccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9dccb

Related Colors


Comments

No comments written yet.

Please login to write comment.