Color Hex Logo

#faf3bb Color Hex

#FAF3BB
(250,243,187)
0 Favorites   0 Comments

Color spaces of #faf3bb

RGB 250243187
HSL0.150.860.86
HSV53°25°98°
CMYK 0.000.030.25   0.02
XYZ80.444688.013059.7620
Yxy88.01300.35250.3857
Hunter Lab93.8152-11.116727.9019
CIE-Lab95.1664-6.207327.9148

#faf3bb color RGB value is (250,243,187).

#faf3bb hex color red value is 250, green value is 243 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #faf3bb hue: 0.15 , saturation: 0.86 and the lightness value of faf3bb is 0.86.

The process color (four color CMYK) of #faf3bb color hex is 0.00, 0.03, 0.25, 0.02. Web safe color of #faf3bb is #ffffcc. Color #faf3bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110011 10111011
Octal 372 363 273
Decimal 250 243 187
Hex FA F3 BB

RGB Percentages of Color #faf3bb

%36.76
%35.74
%27.50

CMYK Percentages of Color #faf3bb

%0
%3
%25
%2

Triadic Colors of #faf3bb

#faf3bb #bbfaf3 #f3bbfa

Analogous Colors of #faf3bb

#faf3bb #e2fabb #fad4bb

Monochromatic Colors of #faf3bb

#faf3bb

Complementary Color

#faf3bb #bbc2fa

#faf3bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf3bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf3bb Color CSS Codes

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

#faf3bb Text Font Color

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

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


#faf3bb Background Color

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

This div background color is #faf3bb


#faf3bb Border Color

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

This div border color is #faf3bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf3bb


Comments

No comments written yet.

Please login to write comment.