Color Hex Logo

#f9dadf Color Hex

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

Color spaces of #f9dadf

RGB 249218223
HSL0.970.720.92
HSV350°12°98°
CMYK 0.000.120.10   0.02
XYZ77.457675.610380.3238
Yxy75.61030.33190.3240
Hunter Lab86.95426.83556.0989
CIE-Lab89.678111.52141.4898

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

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

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

Base Numbers

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

RGB Percentages of Color #f9dadf

%36.09
%31.59
%32.32

CMYK Percentages of Color #f9dadf

%0
%12
%10
%2

Triadic Colors of #f9dadf

#f9dadf #dff9da #dadff9

Analogous Colors of #f9dadf

#f9dadf #f9e5da #f9daef

Monochromatic Colors of #f9dadf

#f9dadf

Complementary Color

#f9dadf #daf9f4

#f9dadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9dadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9dadf Color CSS Codes

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

#f9dadf Text Font Color

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

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


#f9dadf Background Color

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

This div background color is #f9dadf


#f9dadf Border Color

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

This div border color is #f9dadf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,218,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 #f9dadf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9dadf


Comments

No comments written yet.

Please login to write comment.