Color Hex Logo

#f9c0dd Color Hex

#F9C0DD
(249,192,221)
0 Favorites   0 Comments

Color spaces of #f9c0dd

RGB 249192221
HSL0.920.830.86
HSV329°23°98°
CMYK 0.000.230.11   0.02
XYZ70.967763.059576.8379
Yxy63.05950.33660.2991
Hunter Lab79.410020.5556-1.7826
CIE-Lab83.473724.8388-6.5545

#f9c0dd color RGB value is (249,192,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11000000 11011101
Octal 371 300 335
Decimal 249 192 221
Hex F9 C0 DD

RGB Percentages of Color #f9c0dd

%37.61
%29.00
%33.38

CMYK Percentages of Color #f9c0dd

%0
%23
%11
%2

Triadic Colors of #f9c0dd

#f9c0dd #ddf9c0 #c0ddf9

Analogous Colors of #f9c0dd

#f9c0dd #f9c0c1 #f9c0f9

Monochromatic Colors of #f9c0dd

#f9c0dd

Complementary Color

#f9c0dd #c0f9dc

#f9c0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9c0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9c0dd Color CSS Codes

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

#f9c0dd Text Font Color

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

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


#f9c0dd Background Color

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

This div background color is #f9c0dd


#f9c0dd Border Color

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

This div border color is #f9c0dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9c0dd

Related Colors


Comments

No comments written yet.

Please login to write comment.