Color Hex Logo

#f8d7dc Color Hex

#F8D7DC
(248,215,220)
0 Favorites   0 Comments

Color spaces of #f8d7dc

RGB 248215220
HSL0.970.700.91
HSV351°13°97°
CMYK 0.000.130.11   0.03
XYZ75.930173.724677.9385
Yxy73.72460.33360.3239
Hunter Lab85.86307.59026.2862
CIE-Lab88.792212.24971.7691

#f8d7dc color RGB value is (248,215,220).

#f8d7dc hex color red value is 248, green value is 215 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f8d7dc hue: 0.97 , saturation: 0.70 and the lightness value of f8d7dc is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 11010111 11011100
Octal 370 327 334
Decimal 248 215 220
Hex F8 D7 DC

RGB Percentages of Color #f8d7dc

%36.31
%31.48
%32.21

CMYK Percentages of Color #f8d7dc

%0
%13
%11
%3

Triadic Colors of #f8d7dc

#f8d7dc #dcf8d7 #d7dcf8

Analogous Colors of #f8d7dc

#f8d7dc #f8e3d7 #f8d7ed

Monochromatic Colors of #f8d7dc

#f8d7dc

Complementary Color

#f8d7dc #d7f8f3

#f8d7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8d7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8d7dc Color CSS Codes

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

#f8d7dc Text Font Color

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

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


#f8d7dc Background Color

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

This div background color is #f8d7dc


#f8d7dc Border Color

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

This div border color is #f8d7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8d7dc


Comments

No comments written yet.

Please login to write comment.