Color Hex Logo

#f2c7df Color Hex

#F2C7DF
(242,199,223)
0 Favorites   0 Comments

Color spaces of #f2c7df

RGB 242199223
HSL0.910.620.86
HSV327°18°95°
CMYK 0.000.180.08   0.05
XYZ70.360765.051878.6599
Yxy65.05180.32870.3039
Hunter Lab80.654714.5722-1.3653
CIE-Lab84.510419.0731-6.1635

#f2c7df color RGB value is (242,199,223).

#f2c7df hex color red value is 242, green value is 199 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f2c7df hue: 0.91 , saturation: 0.62 and the lightness value of f2c7df is 0.86.

The process color (four color CMYK) of #f2c7df color hex is 0.00, 0.18, 0.08, 0.05. Web safe color of #f2c7df is #ffcccc. Color #f2c7df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11000111 11011111
Octal 362 307 337
Decimal 242 199 223
Hex F2 C7 DF

RGB Percentages of Color #f2c7df

%36.45
%29.97
%33.58

CMYK Percentages of Color #f2c7df

%0
%18
%8
%5

Triadic Colors of #f2c7df

#f2c7df #dff2c7 #c7dff2

Analogous Colors of #f2c7df

#f2c7df #f2c7ca #f0c7f2

Monochromatic Colors of #f2c7df

#f2c7df

Complementary Color

#f2c7df #c7f2da

#f2c7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2c7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2c7df Color CSS Codes

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

#f2c7df Text Font Color

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

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


#f2c7df Background Color

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

This div background color is #f2c7df


#f2c7df Border Color

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

This div border color is #f2c7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2c7df


Comments

No comments written yet.

Please login to write comment.