Color Hex Logo

#f8dfdd Color Hex

#F8DFDD
(248,223,221)
0 Favorites   0 Comments

Color spaces of #f8dfdd

RGB 248223221
HSL0.010.660.92
HSV11°97°
CMYK 0.000.100.11   0.03
XYZ78.150277.952379.3339
Yxy77.95230.33190.3311
Hunter Lab88.29063.49038.5281
CIE-Lab90.75818.25404.0974

#f8dfdd color RGB value is (248,223,221).

#f8dfdd hex color red value is 248, green value is 223 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f8dfdd hue: 0.01 , saturation: 0.66 and the lightness value of f8dfdd is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 11011111 11011101
Octal 370 337 335
Decimal 248 223 221
Hex F8 DF DD

RGB Percentages of Color #f8dfdd

%35.84
%32.23
%31.94

CMYK Percentages of Color #f8dfdd

%0
%10
%11
%3

Triadic Colors of #f8dfdd

#f8dfdd #ddf8df #dfddf8

Analogous Colors of #f8dfdd

#f8dfdd #f8eddd #f8dde9

Monochromatic Colors of #f8dfdd

#f8dfdd

Complementary Color

#f8dfdd #ddf6f8

#f8dfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8dfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8dfdd Color CSS Codes

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

#f8dfdd Text Font Color

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

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


#f8dfdd Background Color

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

This div background color is #f8dfdd


#f8dfdd Border Color

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

This div border color is #f8dfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8dfdd


Comments

No comments written yet.

Please login to write comment.