Color Hex Logo

#f9dfce Color Hex

#F9DFCE
(249,223,206)
0 Favorites   0 Comments

Color spaces of #f9dfce

RGB 249223206
HSL0.070.780.89
HSV24°17°98°
CMYK 0.000.100.17   0.02
XYZ76.595277.371369.2897
Yxy77.37130.34310.3466
Hunter Lab87.96101.503714.8680
CIE-Lab90.49226.272411.5792

#f9dfce color RGB value is (249,223,206).

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

The process color (four color CMYK) of #f9dfce color hex is 0.00, 0.10, 0.17, 0.02. Web safe color of #f9dfce is #ffcccc. Color #f9dfce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011111 11001110
Octal 371 337 316
Decimal 249 223 206
Hex F9 DF CE

RGB Percentages of Color #f9dfce

%36.73
%32.89
%30.38

CMYK Percentages of Color #f9dfce

%0
%10
%17
%2

Triadic Colors of #f9dfce

#f9dfce #cef9df #dfcef9

Analogous Colors of #f9dfce

#f9dfce #f9f5ce #f9ced3

Monochromatic Colors of #f9dfce

#f9dfce

Complementary Color

#f9dfce #cee8f9

#f9dfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9dfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9dfce Color CSS Codes

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

#f9dfce Text Font Color

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

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


#f9dfce Background Color

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

This div background color is #f9dfce


#f9dfce Border Color

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

This div border color is #f9dfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9dfce


Comments

No comments written yet.

Please login to write comment.