Color Hex Logo

#f2cdca Color Hex

#F2CDCA
(242,205,202)
0 Favorites   0 Comments

Color spaces of #f2cdca

RGB 242205202
HSL0.010.610.87
HSV17°95°
CMYK 0.000.150.17   0.05
XYZ69.109966.804265.1291
Yxy66.80420.34380.3323
Hunter Lab81.73387.89619.9688
CIE-Lab85.405012.52106.3225

#f2cdca color RGB value is (242,205,202).

#f2cdca hex color red value is 242, green value is 205 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f2cdca hue: 0.01 , saturation: 0.61 and the lightness value of f2cdca is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 11001101 11001010
Octal 362 315 312
Decimal 242 205 202
Hex F2 CD CA

RGB Percentages of Color #f2cdca

%37.29
%31.59
%31.12

CMYK Percentages of Color #f2cdca

%0
%15
%17
%5

Triadic Colors of #f2cdca

#f2cdca #caf2cd #cdcaf2

Analogous Colors of #f2cdca

#f2cdca #f2e1ca #f2cadb

Monochromatic Colors of #f2cdca

#f2cdca

Complementary Color

#f2cdca #caeff2

#f2cdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2cdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2cdca Color CSS Codes

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

#f2cdca Text Font Color

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

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


#f2cdca Background Color

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

This div background color is #f2cdca


#f2cdca Border Color

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

This div border color is #f2cdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2cdca


Comments

No comments written yet.

Please login to write comment.