Color Hex Logo

#faf1af Color Hex

#FAF1AF
(250,241,175)
0 Favorites   0 Comments

Color spaces of #faf1af

RGB 250241175
HSL0.150.880.83
HSV53°30°98°
CMYK 0.000.040.30   0.02
XYZ78.617586.329753.0772
Yxy86.32970.36060.3960
Hunter Lab92.9138-11.564231.1701
CIE-Lab94.4531-6.741033.0336

#faf1af color RGB value is (250,241,175).

#faf1af hex color red value is 250, green value is 241 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #faf1af hue: 0.15 , saturation: 0.88 and the lightness value of faf1af is 0.83.

The process color (four color CMYK) of #faf1af color hex is 0.00, 0.04, 0.30, 0.02. Web safe color of #faf1af is #ffff99. Color #faf1af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110001 10101111
Octal 372 361 257
Decimal 250 241 175
Hex FA F1 AF

RGB Percentages of Color #faf1af

%37.54
%36.19
%26.28

CMYK Percentages of Color #faf1af

%0
%4
%30
%2

Triadic Colors of #faf1af

#faf1af #affaf1 #f1affa

Analogous Colors of #faf1af

#faf1af #defaaf #faccaf

Monochromatic Colors of #faf1af

#faf1af

Complementary Color

#faf1af #afb8fa

#faf1af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf1af Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf1af Color CSS Codes

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

#faf1af Text Font Color

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

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


#faf1af Background Color

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

This div background color is #faf1af


#faf1af Border Color

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

This div border color is #faf1af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf1af

#faf1af Color Palettes


Comments

No comments written yet.

Please login to write comment.