Color Hex Logo

#fabf96 Color Hex

#FABF96
(250,191,150)
0 Favorites   0 Comments

Color spaces of #fabf96

RGB 250191150
HSL0.070.910.78
HSV25°40°98°
CMYK 0.000.240.40   0.02
XYZ63.560259.787637.0443
Yxy59.78760.39630.3728
Hunter Lab77.322411.415425.7205
CIE-Lab81.722616.020928.8663

#fabf96 color RGB value is (250,191,150).

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

The process color (four color CMYK) of #fabf96 color hex is 0.00, 0.24, 0.40, 0.02. Web safe color of #fabf96 is #ffcc99. Color #fabf96 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111111 10010110
Octal 372 277 226
Decimal 250 191 150
Hex FA BF 96

RGB Percentages of Color #fabf96

%42.30
%32.32
%25.38

CMYK Percentages of Color #fabf96

%0
%24
%40
%2

Triadic Colors of #fabf96

#fabf96 #96fabf #bf96fa

Analogous Colors of #fabf96

#fabf96 #faf196 #fa969f

Monochromatic Colors of #fabf96

#fabf96

Complementary Color

#fabf96 #96d1fa

#fabf96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabf96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabf96 Color CSS Codes

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

#fabf96 Text Font Color

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

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


#fabf96 Background Color

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

This div background color is #fabf96


#fabf96 Border Color

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

This div border color is #fabf96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabf96


Comments

No comments written yet.

Please login to write comment.