Color Hex Logo

#f8cddd Color Hex

#F8CDDD
(248,205,221)
0 Favorites   0 Comments

Color spaces of #f8cddd

RGB 248205221
HSL0.940.750.89
HSV338°17°97°
CMYK 0.000.170.11   0.03
XYZ73.593968.839677.8152
Yxy68.83960.33410.3126
Hunter Lab82.969613.13232.4721
CIE-Lab86.424617.6471-2.2185

#f8cddd color RGB value is (248,205,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 11001101 11011101
Octal 370 315 335
Decimal 248 205 221
Hex F8 CD DD

RGB Percentages of Color #f8cddd

%36.80
%30.42
%32.79

CMYK Percentages of Color #f8cddd

%0
%17
%11
%3

Triadic Colors of #f8cddd

#f8cddd #ddf8cd #cdddf8

Analogous Colors of #f8cddd

#f8cddd #f8d3cd #f8cdf3

Monochromatic Colors of #f8cddd

#f8cddd

Complementary Color

#f8cddd #cdf8e8

#f8cddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8cddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8cddd Color CSS Codes

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

#f8cddd Text Font Color

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

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


#f8cddd Background Color

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

This div background color is #f8cddd


#f8cddd Border Color

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

This div border color is #f8cddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8cddd


Comments

No comments written yet.

Please login to write comment.