Color Hex Logo

#fafbae Color Hex

#FAFBAE
(250,251,174)
0 Favorites   0 Comments

Color spaces of #fafbae

RGB 250251174
HSL0.170.910.83
HSV61°31°98°
CMYK 0.000.000.31   0.02
XYZ81.561592.374353.5757
Yxy92.37430.35850.4060
Hunter Lab96.1115-16.717834.2279
CIE-Lab96.9731-11.815936.8871

#fafbae color RGB value is (250,251,174).

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

The process color (four color CMYK) of #fafbae color hex is 0.00, 0.00, 0.31, 0.02. Web safe color of #fafbae is #ffff99. Color #fafbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111011 10101110
Octal 372 373 256
Decimal 250 251 174
Hex FA FB AE

RGB Percentages of Color #fafbae

%37.04
%37.19
%25.78

CMYK Percentages of Color #fafbae

%0
%0
%31
%2

Triadic Colors of #fafbae

#fafbae #aefafb #fbaefa

Analogous Colors of #fafbae

#fafbae #d4fbae #fbd6ae

Monochromatic Colors of #fafbae

#fafbae

Complementary Color

#fafbae #afaefb

#fafbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafbae Color CSS Codes

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

#fafbae Text Font Color

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

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


#fafbae Background Color

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

This div background color is #fafbae


#fafbae Border Color

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

This div border color is #fafbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafbae

Related Colors


Comments

No comments written yet.

Please login to write comment.