Color Hex Logo

#f2dfca Color Hex

#F2DFCA
(242,223,202)
0 Favorites   0 Comments

Color spaces of #f2dfca

RGB 242223202
HSL0.090.610.87
HSV32°17°95°
CMYK 0.000.080.17   0.05
XYZ73.666375.916966.6479
Yxy75.91690.34070.3511
Hunter Lab87.1303-1.561115.6390
CIE-Lab89.82073.158912.6361

#f2dfca color RGB value is (242,223,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 11011111 11001010
Octal 362 337 312
Decimal 242 223 202
Hex F2 DF CA

RGB Percentages of Color #f2dfca

%36.28
%33.43
%30.28

CMYK Percentages of Color #f2dfca

%0
%8
%17
%5

Triadic Colors of #f2dfca

#f2dfca #caf2df #dfcaf2

Analogous Colors of #f2dfca

#f2dfca #f1f2ca #f2cbca

Monochromatic Colors of #f2dfca

#f2dfca

Complementary Color

#f2dfca #caddf2

#f2dfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2dfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2dfca Color CSS Codes

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

#f2dfca Text Font Color

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

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


#f2dfca Background Color

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

This div background color is #f2dfca


#f2dfca Border Color

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

This div border color is #f2dfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2dfca


Comments

No comments written yet.

Please login to write comment.