Color Hex Logo

#f2c1cd Color Hex

#F2C1CD
(242,193,205)
0 Favorites   0 Comments

Color spaces of #f2c1cd

RGB 242193205
HSL0.960.650.85
HSV345°20°95°
CMYK 0.000.200.15   0.05
XYZ66.707461.425066.0980
Yxy61.42500.34340.3162
Hunter Lab78.374114.77404.8587
CIE-Lab82.606719.31100.6664

#f2c1cd color RGB value is (242,193,205).

#f2c1cd hex color red value is 242, green value is 193 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f2c1cd hue: 0.96 , saturation: 0.65 and the lightness value of f2c1cd is 0.85.

The process color (four color CMYK) of #f2c1cd color hex is 0.00, 0.20, 0.15, 0.05. Web safe color of #f2c1cd is #ffcccc. Color #f2c1cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11000001 11001101
Octal 362 301 315
Decimal 242 193 205
Hex F2 C1 CD

RGB Percentages of Color #f2c1cd

%37.81
%30.16
%32.03

CMYK Percentages of Color #f2c1cd

%0
%20
%15
%5

Triadic Colors of #f2c1cd

#f2c1cd #cdf2c1 #c1cdf2

Analogous Colors of #f2c1cd

#f2c1cd #f2cec1 #f2c1e6

Monochromatic Colors of #f2c1cd

#f2c1cd

Complementary Color

#f2c1cd #c1f2e6

#f2c1cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2c1cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2c1cd Color CSS Codes

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

#f2c1cd Text Font Color

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

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


#f2c1cd Background Color

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

This div background color is #f2c1cd


#f2c1cd Border Color

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

This div border color is #f2c1cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2c1cd

#f2c1cd Color Palettes


Comments

No comments written yet.

Please login to write comment.