Color Hex Logo

#f9dcdc Color Hex

#F9DCDC
(249,220,220)
2 Favorites   0 Comments

Color spaces of #f9dcdc

RGB 249220220
HSL0.000.710.92
HSV12°98°
CMYK 0.000.120.12   0.02
XYZ77.578476.493478.3860
Yxy76.49340.33370.3291
Hunter Lab87.46055.27558.0840
CIE-Lab90.08799.99763.6615

#f9dcdc color RGB value is (249,220,220).

#f9dcdc hex color red value is 249, green value is 220 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f9dcdc hue: 0.00 , saturation: 0.71 and the lightness value of f9dcdc is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011100 11011100
Octal 371 334 334
Decimal 249 220 220
Hex F9 DC DC

RGB Percentages of Color #f9dcdc

%36.14
%31.93
%31.93

CMYK Percentages of Color #f9dcdc

%0
%12
%12
%2

Triadic Colors of #f9dcdc

#f9dcdc #dcf9dc #dcdcf9

Analogous Colors of #f9dcdc

#f9dcdc #f9ebdc #f9dceb

Monochromatic Colors of #f9dcdc

#f9dcdc

Complementary Color

#f9dcdc #dcf9f9

#f9dcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9dcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9dcdc Color CSS Codes

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

#f9dcdc Text Font Color

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

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


#f9dcdc Background Color

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

This div background color is #f9dcdc


#f9dcdc Border Color

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

This div border color is #f9dcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9dcdc


Comments

No comments written yet.

Please login to write comment.