Color Hex Logo

#f7dddc Color Hex

#F7DDDC
(247,221,220)
0 Favorites   0 Comments

Color spaces of #f7dddc

RGB 247221220
HSL0.010.630.92
HSV11°97°
CMYK 0.000.110.11   0.03
XYZ77.132576.654478.4406
Yxy76.65440.33210.3301
Hunter Lab87.55254.03918.1673
CIE-Lab90.16238.78003.7481

#f7dddc color RGB value is (247,221,220).

#f7dddc hex color red value is 247, green value is 221 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f7dddc hue: 0.01 , saturation: 0.63 and the lightness value of f7dddc is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 11011101 11011100
Octal 367 335 334
Decimal 247 221 220
Hex F7 DD DC

RGB Percentages of Color #f7dddc

%35.90
%32.12
%31.98

CMYK Percentages of Color #f7dddc

%0
%11
%11
%3

Triadic Colors of #f7dddc

#f7dddc #dcf7dd #dddcf7

Analogous Colors of #f7dddc

#f7dddc #f7ebdc #f7dce9

Monochromatic Colors of #f7dddc

#f7dddc

Complementary Color

#f7dddc #dcf6f7

#f7dddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7dddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7dddc Color CSS Codes

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

#f7dddc Text Font Color

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

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


#f7dddc Background Color

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

This div background color is #f7dddc


#f7dddc Border Color

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

This div border color is #f7dddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7dddc

Related Colors


Comments

No comments written yet.

Please login to write comment.