Color Hex Logo

#f7d0cc Color Hex

#F7D0CC
(247,208,204)
0 Favorites   0 Comments

Color spaces of #f7d0cc

RGB 247208204
HSL0.020.730.88
HSV17°97°
CMYK 0.000.160.17   0.03
XYZ71.812769.245566.7075
Yxy69.24550.34560.3333
Hunter Lab83.21398.419310.7205
CIE-Lab86.625513.04667.0764

#f7d0cc color RGB value is (247,208,204).

#f7d0cc hex color red value is 247, green value is 208 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f7d0cc hue: 0.02 , saturation: 0.73 and the lightness value of f7d0cc is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 11010000 11001100
Octal 367 320 314
Decimal 247 208 204
Hex F7 D0 CC

RGB Percentages of Color #f7d0cc

%37.48
%31.56
%30.96

CMYK Percentages of Color #f7d0cc

%0
%16
%17
%3

Triadic Colors of #f7d0cc

#f7d0cc #ccf7d0 #d0ccf7

Analogous Colors of #f7d0cc

#f7d0cc #f7e6cc #f7ccde

Monochromatic Colors of #f7d0cc

#f7d0cc

Complementary Color

#f7d0cc #ccf3f7

#f7d0cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7d0cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7d0cc Color CSS Codes

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

#f7d0cc Text Font Color

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

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


#f7d0cc Background Color

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

This div background color is #f7d0cc


#f7d0cc Border Color

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

This div border color is #f7d0cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7d0cc


Comments

No comments written yet.

Please login to write comment.