Color Hex Logo

#f7cfde Color Hex

#F7CFDE
(247,207,222)
0 Favorites   0 Comments

Color spaces of #f7cfde

RGB 247207222
HSL0.940.710.89
HSV338°16°97°
CMYK 0.000.160.10   0.03
XYZ73.855469.673778.6630
Yxy69.67370.33240.3136
Hunter Lab83.470811.86392.5545
CIE-Lab86.836616.4143-2.1552

#f7cfde color RGB value is (247,207,222).

#f7cfde hex color red value is 247, green value is 207 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f7cfde hue: 0.94 , saturation: 0.71 and the lightness value of f7cfde is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 11001111 11011110
Octal 367 317 336
Decimal 247 207 222
Hex F7 CF DE

RGB Percentages of Color #f7cfde

%36.54
%30.62
%32.84

CMYK Percentages of Color #f7cfde

%0
%16
%10
%3

Triadic Colors of #f7cfde

#f7cfde #def7cf #cfdef7

Analogous Colors of #f7cfde

#f7cfde #f7d4cf #f7cff2

Monochromatic Colors of #f7cfde

#f7cfde

Complementary Color

#f7cfde #cff7e8

#f7cfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7cfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7cfde Color CSS Codes

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

#f7cfde Text Font Color

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

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


#f7cfde Background Color

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

This div background color is #f7cfde


#f7cfde Border Color

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

This div border color is #f7cfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7cfde

#f7cfde Color Palettes


Comments

No comments written yet.

Please login to write comment.