Color Hex Logo

#fafbe2 Color Hex

#FAFBE2
(250,251,226)
0 Favorites   0 Comments

Color spaces of #fafbe2

RGB 250251226
HSL0.170.760.94
HSV62°10°98°
CMYK 0.000.000.10   0.02
XYZ87.649094.809385.6319
Yxy94.80930.32690.3536
Hunter Lab97.3701-9.718416.0166
CIE-Lab97.9572-4.519111.8679

#fafbe2 color RGB value is (250,251,226).

#fafbe2 hex color red value is 250, green value is 251 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #fafbe2 hue: 0.17 , saturation: 0.76 and the lightness value of fafbe2 is 0.94.

The process color (four color CMYK) of #fafbe2 color hex is 0.00, 0.00, 0.10, 0.02. Web safe color of #fafbe2 is #ffffcc. Color #fafbe2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111011 11100010
Octal 372 373 342
Decimal 250 251 226
Hex FA FB E2

RGB Percentages of Color #fafbe2

%34.39
%34.53
%31.09

CMYK Percentages of Color #fafbe2

%0
%0
%10
%2

Triadic Colors of #fafbe2

#fafbe2 #e2fafb #fbe2fa

Analogous Colors of #fafbe2

#fafbe2 #eefbe2 #fbf0e2

Monochromatic Colors of #fafbe2

#fafbe2

Complementary Color

#fafbe2 #e3e2fb

#fafbe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafbe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafbe2 Color CSS Codes

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

#fafbe2 Text Font Color

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

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


#fafbe2 Background Color

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

This div background color is #fafbe2


#fafbe2 Border Color

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

This div border color is #fafbe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafbe2


Comments

No comments written yet.

Please login to write comment.