Color Hex Logo

#f7c4ea Color Hex

#F7C4EA
(247,196,234)
0 Favorites   0 Comments

Color spaces of #f7c4ea

RGB 247196234
HSL0.880.760.87
HSV315°21°97°
CMYK 0.000.210.05   0.03
XYZ72.949065.194586.5809
Yxy65.19450.32460.2901
Hunter Lab80.743119.9690-7.0565
CIE-Lab84.583924.2361-11.8690

#f7c4ea color RGB value is (247,196,234).

#f7c4ea hex color red value is 247, green value is 196 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f7c4ea hue: 0.88 , saturation: 0.76 and the lightness value of f7c4ea is 0.87.

The process color (four color CMYK) of #f7c4ea color hex is 0.00, 0.21, 0.05, 0.03. Web safe color of #f7c4ea is #ffccff. Color #f7c4ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 11000100 11101010
Octal 367 304 352
Decimal 247 196 234
Hex F7 C4 EA

RGB Percentages of Color #f7c4ea

%36.48
%28.95
%34.56

CMYK Percentages of Color #f7c4ea

%0
%21
%5
%3

Triadic Colors of #f7c4ea

#f7c4ea #eaf7c4 #c4eaf7

Analogous Colors of #f7c4ea

#f7c4ea #f7c4d1 #ebc4f7

Monochromatic Colors of #f7c4ea

#f7c4ea

Complementary Color

#f7c4ea #c4f7d1

#f7c4ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7c4ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7c4ea Color CSS Codes

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

#f7c4ea Text Font Color

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

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


#f7c4ea Background Color

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

This div background color is #f7c4ea


#f7c4ea Border Color

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

This div border color is #f7c4ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7c4ea


Comments

No comments written yet.

Please login to write comment.