Color Hex Logo

#f2beb9 Color Hex

#F2BEB9
(242,190,185)
1 Favorites   1 Comments

Color spaces of #f2beb9

RGB 242190185
HSL0.010.690.84
HSV24°95°
CMYK 0.000.210.24   0.05
XYZ63.788459.206953.9650
Yxy59.20690.36050.3346
Hunter Lab76.946013.321312.2800
CIE-Lab81.405217.91189.6644

#f2beb9 color RGB value is (242,190,185).

#f2beb9 hex color red value is 242, green value is 190 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #f2beb9 hue: 0.01 , saturation: 0.69 and the lightness value of f2beb9 is 0.84.

The process color (four color CMYK) of #f2beb9 color hex is 0.00, 0.21, 0.24, 0.05. Web safe color of #f2beb9 is #ffcccc. Color #f2beb9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10111110 10111001
Octal 362 276 271
Decimal 242 190 185
Hex F2 BE B9

RGB Percentages of Color #f2beb9

%39.22
%30.79
%29.98

CMYK Percentages of Color #f2beb9

%0
%21
%24
%5

Triadic Colors of #f2beb9

#f2beb9 #b9f2be #beb9f2

Analogous Colors of #f2beb9

#f2beb9 #f2dbb9 #f2b9d1

Monochromatic Colors of #f2beb9

#f2beb9

Complementary Color

#f2beb9 #b9edf2

#f2beb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2beb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2beb9 Color CSS Codes

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

#f2beb9 Text Font Color

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

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


#f2beb9 Background Color

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

This div background color is #f2beb9


#f2beb9 Border Color

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

This div border color is #f2beb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2beb9


Comments

25 Apr 2015, 9:03 2angelgoats

Lovely, more subtle than most pastel pinks.

Please login to write comment.