Color Hex Logo

#f7ddde Color Hex

#F7DDDE
(247,221,222)
0 Favorites   0 Comments

Color spaces of #f7ddde

RGB 247221222
HSL0.990.620.92
HSV358°11°97°
CMYK 0.000.110.10   0.03
XYZ77.399076.761079.8442
Yxy76.76100.33080.3280
Hunter Lab87.61344.36637.2969
CIE-Lab90.21159.10452.7698

#f7ddde color RGB value is (247,221,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 11011101 11011110
Octal 367 335 336
Decimal 247 221 222
Hex F7 DD DE

RGB Percentages of Color #f7ddde

%35.80
%32.03
%32.17

CMYK Percentages of Color #f7ddde

%0
%11
%10
%3

Triadic Colors of #f7ddde

#f7ddde #def7dd #dddef7

Analogous Colors of #f7ddde

#f7ddde #f7e9dd #f7ddeb

Monochromatic Colors of #f7ddde

#f7ddde

Complementary Color

#f7ddde #ddf7f6

#f7ddde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7ddde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7ddde Color CSS Codes

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

#f7ddde Text Font Color

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

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


#f7ddde Background Color

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

This div background color is #f7ddde


#f7ddde Border Color

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

This div border color is #f7ddde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7ddde


Comments

No comments written yet.

Please login to write comment.