Color Hex Logo

#ffc7f2 Color Hex

#FFC7F2
(255,199,242)
0 Favorites   0 Comments

Color spaces of #ffc7f2

RGB 255199242
HSL0.871.000.89
HSV314°22°100°
CMYK 0.000.220.05   0.00
XYZ77.690468.517793.1349
Yxy68.51770.32460.2863
Hunter Lab82.775422.6775-8.7674
CIE-Lab86.264726.7019-13.5332

#ffc7f2 color RGB value is (255,199,242).

#ffc7f2 hex color red value is 255, green value is 199 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #ffc7f2 hue: 0.87 , saturation: 1.00 and the lightness value of ffc7f2 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000111 11110010
Octal 377 307 362
Decimal 255 199 242
Hex FF C7 F2

RGB Percentages of Color #ffc7f2

%36.64
%28.59
%34.77

CMYK Percentages of Color #ffc7f2

%0
%22
%5
%0

Triadic Colors of #ffc7f2

#ffc7f2 #f2ffc7 #c7f2ff

Analogous Colors of #ffc7f2

#ffc7f2 #ffc7d6 #f0c7ff

Monochromatic Colors of #ffc7f2

#ffc7f2

Complementary Color

#ffc7f2 #c7ffd4

#ffc7f2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc7f2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc7f2 Color CSS Codes

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

#ffc7f2 Text Font Color

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

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


#ffc7f2 Background Color

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

This div background color is #ffc7f2


#ffc7f2 Border Color

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

This div border color is #ffc7f2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,199,242, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffc7f2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffc7f2;
  -webkit-box-shadow: 1px 1px 3px 2px #ffc7f2;
  box-shadow:         1px 1px 3px 2px #ffc7f2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,199,242, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc7f2


Comments

No comments written yet.

Please login to write comment.