Color Hex Logo

#faf296 Color Hex

#FAF296
(250,242,150)
0 Favorites   0 Comments

Color spaces of #faf296

RGB 250242150
HSL0.150.910.78
HSV55°40°98°
CMYK 0.000.030.40   0.02
XYZ76.681586.030341.4181
Yxy86.03030.37570.4214
Hunter Lab92.7525-14.745238.4512
CIE-Lab94.3253-10.074745.3033

#faf296 color RGB value is (250,242,150).

#faf296 hex color red value is 250, green value is 242 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #faf296 hue: 0.15 , saturation: 0.91 and the lightness value of faf296 is 0.78.

The process color (four color CMYK) of #faf296 color hex is 0.00, 0.03, 0.40, 0.02. Web safe color of #faf296 is #ffff99. Color #faf296 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110010 10010110
Octal 372 362 226
Decimal 250 242 150
Hex FA F2 96

RGB Percentages of Color #faf296

%38.94
%37.69
%23.36

CMYK Percentages of Color #faf296

%0
%3
%40
%2

Triadic Colors of #faf296

#faf296 #96faf2 #f296fa

Analogous Colors of #faf296

#faf296 #d0fa96 #fac096

Monochromatic Colors of #faf296

#faf296

Complementary Color

#faf296 #969efa

#faf296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf296 Color CSS Codes

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

#faf296 Text Font Color

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

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


#faf296 Background Color

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

This div background color is #faf296


#faf296 Border Color

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

This div border color is #faf296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf296


Comments

No comments written yet.

Please login to write comment.