Color Hex Logo

#faf4be Color Hex

#FAF4BE
(250,244,190)
0 Favorites   0 Comments

Color spaces of #faf4be

RGB 250244190
HSL0.150.860.86
HSV54°24°98°
CMYK 0.000.020.24   0.02
XYZ81.069388.743161.5715
Yxy88.74310.35040.3835
Hunter Lab94.2036-11.243427.1905
CIE-Lab95.4730-6.307526.8071

#faf4be color RGB value is (250,244,190).

#faf4be hex color red value is 250, green value is 244 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #faf4be hue: 0.15 , saturation: 0.86 and the lightness value of faf4be is 0.86.

The process color (four color CMYK) of #faf4be color hex is 0.00, 0.02, 0.24, 0.02. Web safe color of #faf4be is #ffffcc. Color #faf4be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110100 10111110
Octal 372 364 276
Decimal 250 244 190
Hex FA F4 BE

RGB Percentages of Color #faf4be

%36.55
%35.67
%27.78

CMYK Percentages of Color #faf4be

%0
%2
%24
%2

Triadic Colors of #faf4be

#faf4be #befaf4 #f4befa

Analogous Colors of #faf4be

#faf4be #e2fabe #fad6be

Monochromatic Colors of #faf4be

#faf4be

Complementary Color

#faf4be #bec4fa

#faf4be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf4be Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf4be Color CSS Codes

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

#faf4be Text Font Color

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

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


#faf4be Background Color

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

This div background color is #faf4be


#faf4be Border Color

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

This div border color is #faf4be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf4be

Related Colors


Comments

No comments written yet.

Please login to write comment.