Color Hex Logo

#f9d7df Color Hex

#F9D7DF
(249,215,223)
0 Favorites   0 Comments

Color spaces of #f9d7df

RGB 249215223
HSL0.960.740.91
HSV346°14°98°
CMYK 0.000.140.10   0.02
XYZ76.686674.068380.0668
Yxy74.06830.33220.3209
Hunter Lab86.06298.44275.0849
CIE-Lab88.954813.08450.4356

#f9d7df color RGB value is (249,215,223).

#f9d7df hex color red value is 249, green value is 215 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f9d7df hue: 0.96 , saturation: 0.74 and the lightness value of f9d7df is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11010111 11011111
Octal 371 327 337
Decimal 249 215 223
Hex F9 D7 DF

RGB Percentages of Color #f9d7df

%36.24
%31.30
%32.46

CMYK Percentages of Color #f9d7df

%0
%14
%10
%2

Triadic Colors of #f9d7df

#f9d7df #dff9d7 #d7dff9

Analogous Colors of #f9d7df

#f9d7df #f9e0d7 #f9d7f0

Monochromatic Colors of #f9d7df

#f9d7df

Complementary Color

#f9d7df #d7f9f1

#f9d7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9d7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9d7df Color CSS Codes

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

#f9d7df Text Font Color

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

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


#f9d7df Background Color

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

This div background color is #f9d7df


#f9d7df Border Color

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

This div border color is #f9d7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9d7df


Comments

No comments written yet.

Please login to write comment.