Color Hex Logo

#f8dccc Color Hex

#F8DCCC
(248,220,204)
0 Favorites   0 Comments

Color spaces of #f8dccc

RGB 248220204
HSL0.060.760.89
HSV22°18°97°
CMYK 0.000.110.18   0.03
XYZ75.203775.502567.7365
Yxy75.50250.34430.3456
Hunter Lab86.89222.427414.6052
CIE-Lab89.62787.163411.3839

#f8dccc color RGB value is (248,220,204).

#f8dccc hex color red value is 248, green value is 220 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f8dccc hue: 0.06 , saturation: 0.76 and the lightness value of f8dccc is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 11011100 11001100
Octal 370 334 314
Decimal 248 220 204
Hex F8 DC CC

RGB Percentages of Color #f8dccc

%36.90
%32.74
%30.36

CMYK Percentages of Color #f8dccc

%0
%11
%18
%3

Triadic Colors of #f8dccc

#f8dccc #ccf8dc #dcccf8

Analogous Colors of #f8dccc

#f8dccc #f8f2cc #f8ccd2

Monochromatic Colors of #f8dccc

#f8dccc

Complementary Color

#f8dccc #cce8f8

#f8dccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8dccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8dccc Color CSS Codes

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

#f8dccc Text Font Color

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

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


#f8dccc Background Color

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

This div background color is #f8dccc


#f8dccc Border Color

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

This div border color is #f8dccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8dccc


Comments

No comments written yet.

Please login to write comment.