Color Hex Logo

#f3faee Color Hex

#F3FAEE
(243,250,238)
0 Favorites   0 Comments

Color spaces of #f3faee

RGB 243250238
HSL0.260.550.96
HSV95°98°
CMYK 0.030.000.05   0.02
XYZ86.580493.598994.3920
Yxy93.59890.31530.3409
Hunter Lab96.7465-9.56329.8755
CIE-Lab97.4701-4.40584.9363

#f3faee color RGB value is (243,250,238).

#f3faee hex color red value is 243, green value is 250 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f3faee hue: 0.26 , saturation: 0.55 and the lightness value of f3faee is 0.96.

The process color (four color CMYK) of #f3faee color hex is 0.03, 0.00, 0.05, 0.02. Web safe color of #f3faee is #ffffff. Color #f3faee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 11111010 11101110
Octal 363 372 356
Decimal 243 250 238
Hex F3 FA EE

RGB Percentages of Color #f3faee

%33.24
%34.20
%32.56

CMYK Percentages of Color #f3faee

%3
%0
%5
%2

Triadic Colors of #f3faee

#f3faee #eef3fa #faeef3

Analogous Colors of #f3faee

#f3faee #eefaef #f9faee

Monochromatic Colors of #f3faee

#f3faee

Complementary Color

#f3faee #f5eefa

#f3faee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3faee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3faee Color CSS Codes

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

#f3faee Text Font Color

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

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


#f3faee Background Color

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

This div background color is #f3faee


#f3faee Border Color

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

This div border color is #f3faee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,250,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 #f3faee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3faee


Comments

No comments written yet.

Please login to write comment.