Color Hex Logo

#f9dade Color Hex

#F9DADE
(249,218,222)
0 Favorites   0 Comments

Color spaces of #f9dade

RGB 249218222
HSL0.980.720.92
HSV352°12°98°
CMYK 0.000.120.11   0.02
XYZ77.323175.556579.6157
Yxy75.55650.33260.3250
Hunter Lab86.92326.67016.5407
CIE-Lab89.653011.35901.9792

#f9dade color RGB value is (249,218,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011010 11011110
Octal 371 332 336
Decimal 249 218 222
Hex F9 DA DE

RGB Percentages of Color #f9dade

%36.14
%31.64
%32.22

CMYK Percentages of Color #f9dade

%0
%12
%11
%2

Triadic Colors of #f9dade

#f9dade #def9da #dadef9

Analogous Colors of #f9dade

#f9dade #f9e6da #f9daee

Monochromatic Colors of #f9dade

#f9dade

Complementary Color

#f9dade #daf9f5

#f9dade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9dade Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9dade Color CSS Codes

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

#f9dade Text Font Color

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

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


#f9dade Background Color

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

This div background color is #f9dade


#f9dade Border Color

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

This div border color is #f9dade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9dade


Comments

No comments written yet.

Please login to write comment.