Color Hex Logo

#f8ddde Color Hex

#F8DDDE
(248,221,222)
0 Favorites   0 Comments

Color spaces of #f8ddde

RGB 248221222
HSL0.990.660.92
HSV358°11°97°
CMYK 0.000.110.10   0.03
XYZ77.752776.943379.8608
Yxy76.94330.33150.3280
Hunter Lab87.71734.71727.4225
CIE-Lab90.29559.45252.9022

#f8ddde color RGB value is (248,221,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 11011101 11011110
Octal 370 335 336
Decimal 248 221 222
Hex F8 DD DE

RGB Percentages of Color #f8ddde

%35.89
%31.98
%32.13

CMYK Percentages of Color #f8ddde

%0
%11
%10
%3

Triadic Colors of #f8ddde

#f8ddde #def8dd #dddef8

Analogous Colors of #f8ddde

#f8ddde #f8eadd #f8ddec

Monochromatic Colors of #f8ddde

#f8ddde

Complementary Color

#f8ddde #ddf8f7

#f8ddde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8ddde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8ddde Color CSS Codes

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

#f8ddde Text Font Color

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

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


#f8ddde Background Color

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

This div background color is #f8ddde


#f8ddde Border Color

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

This div border color is #f8ddde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8ddde


Comments

No comments written yet.

Please login to write comment.