Color Hex Logo

#fffaaf Color Hex

#FFFAAF
(255,250,175)
0 Favorites   0 Comments

Color spaces of #fffaaf

RGB 255250175
HSL0.161.000.84
HSV56°31°100°
CMYK 0.000.020.31   0.00
XYZ83.163592.726454.0722
Yxy92.72640.36160.4032
Hunter Lab96.2945-14.356334.1131
CIE-Lab97.1165-9.343236.6480

#fffaaf color RGB value is (255,250,175).

#fffaaf hex color red value is 255, green value is 250 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fffaaf hue: 0.16 , saturation: 1.00 and the lightness value of fffaaf is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111010 10101111
Octal 377 372 257
Decimal 255 250 175
Hex FF FA AF

RGB Percentages of Color #fffaaf

%37.50
%36.76
%25.74

CMYK Percentages of Color #fffaaf

%0
%2
%31
%0

Triadic Colors of #fffaaf

#fffaaf #affffa #faafff

Analogous Colors of #fffaaf

#fffaaf #dcffaf #ffd2af

Monochromatic Colors of #fffaaf

#fffaaf

Complementary Color

#fffaaf #afb4ff

#fffaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffaaf Color CSS Codes

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

#fffaaf Text Font Color

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

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


#fffaaf Background Color

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

This div background color is #fffaaf


#fffaaf Border Color

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

This div border color is #fffaaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,250,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 #fffaaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffaaf

Related Colors

#fffaaf Color Palettes


Comments

No comments written yet.

Please login to write comment.