Color Hex Logo

#f9cdde Color Hex

#F9CDDE
(249,205,222)
0 Favorites   0 Comments

Color spaces of #f9cdde

RGB 249205222
HSL0.940.790.89
HSV337°18°98°
CMYK 0.000.180.11   0.02
XYZ74.083169.076378.5357
Yxy69.07630.33420.3116
Hunter Lab83.112213.66202.1532
CIE-Lab86.541818.1567-2.5665

#f9cdde color RGB value is (249,205,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11001101 11011110
Octal 371 315 336
Decimal 249 205 222
Hex F9 CD DE

RGB Percentages of Color #f9cdde

%36.83
%30.33
%32.84

CMYK Percentages of Color #f9cdde

%0
%18
%11
%2

Triadic Colors of #f9cdde

#f9cdde #def9cd #cddef9

Analogous Colors of #f9cdde

#f9cdde #f9d2cd #f9cdf4

Monochromatic Colors of #f9cdde

#f9cdde

Complementary Color

#f9cdde #cdf9e8

#f9cdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9cdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9cdde Color CSS Codes

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

#f9cdde Text Font Color

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

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


#f9cdde Background Color

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

This div background color is #f9cdde


#f9cdde Border Color

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

This div border color is #f9cdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9cdde

#f9cdde Color Palettes


Comments

No comments written yet.

Please login to write comment.