Color Hex Logo

#f8d2cd Color Hex

#F8D2CD
(248,210,205)
0 Favorites   0 Comments

Color spaces of #f8d2cd

RGB 248210205
HSL0.020.750.89
HSV17°97°
CMYK 0.000.150.17   0.03
XYZ72.777470.457467.5215
Yxy70.45740.34530.3343
Hunter Lab83.93897.871411.0636
CIE-Lab87.220712.51117.4145

#f8d2cd color RGB value is (248,210,205).

#f8d2cd hex color red value is 248, green value is 210 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f8d2cd hue: 0.02 , saturation: 0.75 and the lightness value of f8d2cd is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 11010010 11001101
Octal 370 322 315
Decimal 248 210 205
Hex F8 D2 CD

RGB Percentages of Color #f8d2cd

%37.41
%31.67
%30.92

CMYK Percentages of Color #f8d2cd

%0
%15
%17
%3

Triadic Colors of #f8d2cd

#f8d2cd #cdf8d2 #d2cdf8

Analogous Colors of #f8d2cd

#f8d2cd #f8e8cd #f8cdde

Monochromatic Colors of #f8d2cd

#f8d2cd

Complementary Color

#f8d2cd #cdf3f8

#f8d2cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8d2cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8d2cd Color CSS Codes

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

#f8d2cd Text Font Color

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

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


#f8d2cd Background Color

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

This div background color is #f8d2cd


#f8d2cd Border Color

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

This div border color is #f8d2cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8d2cd


Comments

No comments written yet.

Please login to write comment.