Color Hex Logo

#f9dded Color Hex

#F9DDED
(249,221,237)
0 Favorites   0 Comments

Color spaces of #f9dded

RGB 249221237
HSL0.900.700.92
HSV326°11°98°
CMYK 0.000.110.05   0.02
XYZ80.209477.967190.9424
Yxy77.96710.32200.3130
Hunter Lab88.29907.62340.7443
CIE-Lab90.764912.3034-4.2725

#f9dded color RGB value is (249,221,237).

#f9dded hex color red value is 249, green value is 221 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f9dded hue: 0.90 , saturation: 0.70 and the lightness value of f9dded is 0.92.

The process color (four color CMYK) of #f9dded color hex is 0.00, 0.11, 0.05, 0.02. Web safe color of #f9dded is #ffccff. Color #f9dded contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011101 11101101
Octal 371 335 355
Decimal 249 221 237
Hex F9 DD ED

RGB Percentages of Color #f9dded

%35.22
%31.26
%33.52

CMYK Percentages of Color #f9dded

%0
%11
%5
%2

Triadic Colors of #f9dded

#f9dded #edf9dd #ddedf9

Analogous Colors of #f9dded

#f9dded #f9dddf #f7ddf9

Monochromatic Colors of #f9dded

#f9dded

Complementary Color

#f9dded #ddf9e9

#f9dded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9dded Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9dded Color CSS Codes

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

#f9dded Text Font Color

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

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


#f9dded Background Color

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

This div background color is #f9dded


#f9dded Border Color

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

This div border color is #f9dded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9dded

Related Colors


Comments

No comments written yet.

Please login to write comment.