Color Hex Logo

#f9cddd Color Hex

#F9CDDD
(249,205,221)
0 Favorites   0 Comments

Color spaces of #f9cddd

RGB 249205221
HSL0.940.790.89
HSV338°18°98°
CMYK 0.000.180.11   0.02
XYZ73.949469.022877.8318
Yxy69.02280.33490.3126
Hunter Lab83.080013.49282.6113
CIE-Lab86.515317.9939-2.0747

#f9cddd color RGB value is (249,205,221).

#f9cddd hex color red value is 249, green value is 205 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f9cddd hue: 0.94 , saturation: 0.79 and the lightness value of f9cddd is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11001101 11011101
Octal 371 315 335
Decimal 249 205 221
Hex F9 CD DD

RGB Percentages of Color #f9cddd

%36.89
%30.37
%32.74

CMYK Percentages of Color #f9cddd

%0
%18
%11
%2

Triadic Colors of #f9cddd

#f9cddd #ddf9cd #cdddf9

Analogous Colors of #f9cddd

#f9cddd #f9d3cd #f9cdf3

Monochromatic Colors of #f9cddd

#f9cddd

Complementary Color

#f9cddd #cdf9e9

#f9cddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9cddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9cddd Color CSS Codes

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

#f9cddd Text Font Color

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

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


#f9cddd Background Color

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

This div background color is #f9cddd


#f9cddd Border Color

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

This div border color is #f9cddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9cddd

#f9cddd Color Palettes


Comments

No comments written yet.

Please login to write comment.