Color Hex Logo

#f2baee Color Hex

#F2BAEE
(242,186,238)
0 Favorites   0 Comments

Color spaces of #f2baee

RGB 242186238
HSL0.850.680.84
HSV304°23°95°
CMYK 0.000.230.02   0.05
XYZ69.609560.168188.8337
Yxy60.16810.31840.2752
Hunter Lab77.568124.4415-13.6033
CIE-Lab81.929528.5824-18.0388

#f2baee color RGB value is (242,186,238).

#f2baee hex color red value is 242, green value is 186 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f2baee hue: 0.85 , saturation: 0.68 and the lightness value of f2baee is 0.84.

The process color (four color CMYK) of #f2baee color hex is 0.00, 0.23, 0.02, 0.05. Web safe color of #f2baee is #ffccff. Color #f2baee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10111010 11101110
Octal 362 272 356
Decimal 242 186 238
Hex F2 BA EE

RGB Percentages of Color #f2baee

%36.34
%27.93
%35.74

CMYK Percentages of Color #f2baee

%0
%23
%2
%5

Triadic Colors of #f2baee

#f2baee #eef2ba #baeef2

Analogous Colors of #f2baee

#f2baee #f2bad2 #dabaf2

Monochromatic Colors of #f2baee

#f2baee

Complementary Color

#f2baee #baf2be

#f2baee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2baee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2baee Color CSS Codes

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

#f2baee Text Font Color

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

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


#f2baee Background Color

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

This div background color is #f2baee


#f2baee Border Color

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

This div border color is #f2baee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2baee


Comments

No comments written yet.

Please login to write comment.