Color Hex Logo

#f2dbc6 Color Hex

#F2DBC6
(242,219,198)
0 Favorites   0 Comments

Color spaces of #f2dbc6

RGB 242219198
HSL0.080.630.86
HSV29°18°95°
CMYK 0.000.100.18   0.05
XYZ72.142573.617563.8334
Yxy73.61750.34420.3512
Hunter Lab85.8006-0.065615.9503
CIE-Lab88.74144.622413.2000

#f2dbc6 color RGB value is (242,219,198).

#f2dbc6 hex color red value is 242, green value is 219 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #f2dbc6 hue: 0.08 , saturation: 0.63 and the lightness value of f2dbc6 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 11011011 11000110
Octal 362 333 306
Decimal 242 219 198
Hex F2 DB C6

RGB Percentages of Color #f2dbc6

%36.72
%33.23
%30.05

CMYK Percentages of Color #f2dbc6

%0
%10
%18
%5

Triadic Colors of #f2dbc6

#f2dbc6 #c6f2db #dbc6f2

Analogous Colors of #f2dbc6

#f2dbc6 #f2f1c6 #f2c6c7

Monochromatic Colors of #f2dbc6

#f2dbc6

Complementary Color

#f2dbc6 #c6ddf2

#f2dbc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2dbc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2dbc6 Color CSS Codes

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

#f2dbc6 Text Font Color

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

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


#f2dbc6 Background Color

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

This div background color is #f2dbc6


#f2dbc6 Border Color

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

This div border color is #f2dbc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2dbc6


Comments

No comments written yet.

Please login to write comment.