Color Hex Logo

#f7dbdc Color Hex

#F7DBDC
(247,219,220)
0 Favorites   0 Comments

Color spaces of #f7dbdc

RGB 247219220
HSL0.990.640.91
HSV358°11°97°
CMYK 0.000.110.11   0.03
XYZ76.607675.604578.2656
Yxy75.60450.33240.3280
Hunter Lab86.95085.10257.4979
CIE-Lab89.67549.81843.0420

#f7dbdc color RGB value is (247,219,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 11011011 11011100
Octal 367 333 334
Decimal 247 219 220
Hex F7 DB DC

RGB Percentages of Color #f7dbdc

%36.01
%31.92
%32.07

CMYK Percentages of Color #f7dbdc

%0
%11
%11
%3

Triadic Colors of #f7dbdc

#f7dbdc #dcf7db #dbdcf7

Analogous Colors of #f7dbdc

#f7dbdc #f7e8db #f7dbea

Monochromatic Colors of #f7dbdc

#f7dbdc

Complementary Color

#f7dbdc #dbf7f6

#f7dbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7dbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7dbdc Color CSS Codes

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

#f7dbdc Text Font Color

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

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


#f7dbdc Background Color

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

This div background color is #f7dbdc


#f7dbdc Border Color

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

This div border color is #f7dbdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,219,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7dbdc


Comments

No comments written yet.

Please login to write comment.