Color Hex Logo

#f9dfda Color Hex

#F9DFDA
(249,223,218)
0 Favorites   0 Comments

Color spaces of #f9dfda

RGB 249223218
HSL0.030.720.92
HSV10°12°98°
CMYK 0.000.100.12   0.02
XYZ78.109577.977077.2639
Yxy77.97700.33470.3342
Hunter Lab88.30463.35859.9362
CIE-Lab90.76948.12415.6959

#f9dfda color RGB value is (249,223,218).

#f9dfda hex color red value is 249, green value is 223 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f9dfda hue: 0.03 , saturation: 0.72 and the lightness value of f9dfda is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011111 11011010
Octal 371 337 332
Decimal 249 223 218
Hex F9 DF DA

RGB Percentages of Color #f9dfda

%36.09
%32.32
%31.59

CMYK Percentages of Color #f9dfda

%0
%10
%12
%2

Triadic Colors of #f9dfda

#f9dfda #daf9df #dfdaf9

Analogous Colors of #f9dfda

#f9dfda #f9efda #f9dae5

Monochromatic Colors of #f9dfda

#f9dfda

Complementary Color

#f9dfda #daf4f9

#f9dfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9dfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9dfda Color CSS Codes

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

#f9dfda Text Font Color

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

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


#f9dfda Background Color

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

This div background color is #f9dfda


#f9dfda Border Color

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

This div border color is #f9dfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9dfda


Comments

No comments written yet.

Please login to write comment.