Color Hex Logo

#f2beda Color Hex

#F2BEDA
(242,190,218)
0 Favorites   0 Comments

Color spaces of #f2beda

RGB 242190218
HSL0.910.670.85
HSV328°21°95°
CMYK 0.000.210.10   0.05
XYZ67.686360.766174.4912
Yxy60.76610.33350.2994
Hunter Lab77.952618.5746-2.0905
CIE-Lab82.252822.9991-6.8279

#f2beda color RGB value is (242,190,218).

#f2beda hex color red value is 242, green value is 190 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f2beda hue: 0.91 , saturation: 0.67 and the lightness value of f2beda is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10111110 11011010
Octal 362 276 332
Decimal 242 190 218
Hex F2 BE DA

RGB Percentages of Color #f2beda

%37.23
%29.23
%33.54

CMYK Percentages of Color #f2beda

%0
%21
%10
%5

Triadic Colors of #f2beda

#f2beda #daf2be #bedaf2

Analogous Colors of #f2beda

#f2beda #f2bec0 #f0bef2

Monochromatic Colors of #f2beda

#f2beda

Complementary Color

#f2beda #bef2d6

#f2beda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2beda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2beda Color CSS Codes

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

#f2beda Text Font Color

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

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


#f2beda Background Color

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

This div background color is #f2beda


#f2beda Border Color

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

This div border color is #f2beda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2beda


Comments

No comments written yet.

Please login to write comment.