Color Hex Logo

#f2c4de Color Hex

#F2C4DE
(242,196,222)
0 Favorites   0 Comments

Color spaces of #f2c4de

RGB 242196222
HSL0.910.640.86
HSV326°19°95°
CMYK 0.000.190.08   0.05
XYZ69.542763.631077.7240
Yxy63.63100.32970.3017
Hunter Lab79.769016.0206-1.9317
CIE-Lab83.773320.4908-6.7198

#f2c4de color RGB value is (242,196,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 11000100 11011110
Octal 362 304 336
Decimal 242 196 222
Hex F2 C4 DE

RGB Percentages of Color #f2c4de

%36.67
%29.70
%33.64

CMYK Percentages of Color #f2c4de

%0
%19
%8
%5

Triadic Colors of #f2c4de

#f2c4de #def2c4 #c4def2

Analogous Colors of #f2c4de

#f2c4de #f2c4c7 #efc4f2

Monochromatic Colors of #f2c4de

#f2c4de

Complementary Color

#f2c4de #c4f2d8

#f2c4de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2c4de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2c4de Color CSS Codes

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

#f2c4de Text Font Color

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

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


#f2c4de Background Color

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

This div background color is #f2c4de


#f2c4de Border Color

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

This div border color is #f2c4de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2c4de


Comments

No comments written yet.

Please login to write comment.