Color Hex Logo

#f9cddf Color Hex

#F9CDDF
(249,205,223)
0 Favorites   0 Comments

Color spaces of #f9cddf

RGB 249205223
HSL0.930.790.89
HSV335°18°98°
CMYK 0.000.180.10   0.02
XYZ74.217569.130179.2438
Yxy69.13010.33340.3106
Hunter Lab83.144513.83201.6927
CIE-Lab86.568418.3201-3.0581

#f9cddf color RGB value is (249,205,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11001101 11011111
Octal 371 315 337
Decimal 249 205 223
Hex F9 CD DF

RGB Percentages of Color #f9cddf

%36.78
%30.28
%32.94

CMYK Percentages of Color #f9cddf

%0
%18
%10
%2

Triadic Colors of #f9cddf

#f9cddf #dff9cd #cddff9

Analogous Colors of #f9cddf

#f9cddf #f9d1cd #f9cdf5

Monochromatic Colors of #f9cddf

#f9cddf

Complementary Color

#f9cddf #cdf9e7

#f9cddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9cddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9cddf Color CSS Codes

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

#f9cddf Text Font Color

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

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


#f9cddf Background Color

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

This div background color is #f9cddf


#f9cddf Border Color

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

This div border color is #f9cddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9cddf


Comments

No comments written yet.

Please login to write comment.