Color Hex Logo

#f7dbdd Color Hex

#F7DBDD
(247,219,221)
0 Favorites   0 Comments

Color spaces of #f7dbdd

RGB 247219221
HSL0.990.640.91
HSV356°11°97°
CMYK 0.000.110.11   0.03
XYZ76.740475.657778.9653
Yxy75.65770.33170.3270
Hunter Lab86.98145.26627.0611
CIE-Lab89.70029.98032.5524

#f7dbdd color RGB value is (247,219,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 11011011 11011101
Octal 367 333 335
Decimal 247 219 221
Hex F7 DB DD

RGB Percentages of Color #f7dbdd

%35.95
%31.88
%32.17

CMYK Percentages of Color #f7dbdd

%0
%11
%11
%3

Triadic Colors of #f7dbdd

#f7dbdd #ddf7db #dbddf7

Analogous Colors of #f7dbdd

#f7dbdd #f7e7db #f7dbeb

Monochromatic Colors of #f7dbdd

#f7dbdd

Complementary Color

#f7dbdd #dbf7f5

#f7dbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7dbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7dbdd Color CSS Codes

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

#f7dbdd Text Font Color

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

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


#f7dbdd Background Color

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

This div background color is #f7dbdd


#f7dbdd Border Color

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

This div border color is #f7dbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7dbdd


Comments

No comments written yet.

Please login to write comment.