Color Hex Logo

#f9dfee Color Hex

#F9DFEE
(249,223,238)
0 Favorites   0 Comments

Color spaces of #f9dfee

RGB 249223238
HSL0.900.680.93
HSV325°10°98°
CMYK 0.000.100.04   0.02
XYZ80.887279.088191.8912
Yxy79.08810.32120.3140
Hunter Lab88.93156.72370.9888
CIE-Lab91.274111.4356-4.0473

#f9dfee color RGB value is (249,223,238).

#f9dfee hex color red value is 249, green value is 223 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f9dfee hue: 0.90 , saturation: 0.68 and the lightness value of f9dfee is 0.93.

The process color (four color CMYK) of #f9dfee color hex is 0.00, 0.10, 0.04, 0.02. Web safe color of #f9dfee is #ffccff. Color #f9dfee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011111 11101110
Octal 371 337 356
Decimal 249 223 238
Hex F9 DF EE

RGB Percentages of Color #f9dfee

%35.07
%31.41
%33.52

CMYK Percentages of Color #f9dfee

%0
%10
%4
%2

Triadic Colors of #f9dfee

#f9dfee #eef9df #dfeef9

Analogous Colors of #f9dfee

#f9dfee #f9dfe1 #f7dff9

Monochromatic Colors of #f9dfee

#f9dfee

Complementary Color

#f9dfee #dff9ea

#f9dfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9dfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9dfee Color CSS Codes

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

#f9dfee Text Font Color

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

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


#f9dfee Background Color

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

This div background color is #f9dfee


#f9dfee Border Color

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

This div border color is #f9dfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9dfee


Comments

No comments written yet.

Please login to write comment.