Color Hex Logo

#f2dbcb Color Hex

#F2DBCB
(242,219,203)
0 Favorites   0 Comments

Color spaces of #f2dbcb

RGB 242219203
HSL0.070.600.87
HSV25°16°95°
CMYK 0.000.100.16   0.05
XYZ72.729073.852166.9216
Yxy73.85210.34060.3459
Hunter Lab85.93720.675013.9854
CIE-Lab88.85255.376010.7346

#f2dbcb color RGB value is (242,219,203).

#f2dbcb hex color red value is 242, green value is 219 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f2dbcb hue: 0.07 , saturation: 0.60 and the lightness value of f2dbcb is 0.87.

The process color (four color CMYK) of #f2dbcb color hex is 0.00, 0.10, 0.16, 0.05. Web safe color of #f2dbcb is #ffcccc. Color #f2dbcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11011011 11001011
Octal 362 333 313
Decimal 242 219 203
Hex F2 DB CB

RGB Percentages of Color #f2dbcb

%36.45
%32.98
%30.57

CMYK Percentages of Color #f2dbcb

%0
%10
%16
%5

Triadic Colors of #f2dbcb

#f2dbcb #cbf2db #dbcbf2

Analogous Colors of #f2dbcb

#f2dbcb #f2efcb #f2cbcf

Monochromatic Colors of #f2dbcb

#f2dbcb

Complementary Color

#f2dbcb #cbe2f2

#f2dbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2dbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2dbcb Color CSS Codes

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

#f2dbcb Text Font Color

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

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


#f2dbcb Background Color

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

This div background color is #f2dbcb


#f2dbcb Border Color

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

This div border color is #f2dbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2dbcb


Comments

No comments written yet.

Please login to write comment.