Color Hex Logo

#f7d4da Color Hex

#F7D4DA
(247,212,218)
0 Favorites   0 Comments

Color spaces of #f7d4da

RGB 247212218
HSL0.970.690.90
HSV350°14°97°
CMYK 0.000.140.12   0.03
XYZ74.556171.923176.2827
Yxy71.92310.33470.3229
Hunter Lab84.80758.51016.0350
CIE-Lab87.931613.14371.5614

#f7d4da color RGB value is (247,212,218).

#f7d4da hex color red value is 247, green value is 212 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f7d4da hue: 0.97 , saturation: 0.69 and the lightness value of f7d4da is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 11010100 11011010
Octal 367 324 332
Decimal 247 212 218
Hex F7 D4 DA

RGB Percentages of Color #f7d4da

%36.48
%31.31
%32.20

CMYK Percentages of Color #f7d4da

%0
%14
%12
%3

Triadic Colors of #f7d4da

#f7d4da #daf7d4 #d4daf7

Analogous Colors of #f7d4da

#f7d4da #f7e0d4 #f7d4ec

Monochromatic Colors of #f7d4da

#f7d4da

Complementary Color

#f7d4da #d4f7f1

#f7d4da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7d4da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7d4da Color CSS Codes

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

#f7d4da Text Font Color

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

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


#f7d4da Background Color

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

This div background color is #f7d4da


#f7d4da Border Color

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

This div border color is #f7d4da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7d4da


Comments

No comments written yet.

Please login to write comment.