Color Hex Logo

#fabfb9 Color Hex

#FABFB9
(250,191,185)
0 Favorites   0 Comments

Color spaces of #fabfb9

RGB 250191185
HSL0.020.870.85
HSV26°98°
CMYK 0.000.240.26   0.02
XYZ66.812161.088454.1688
Yxy61.08840.36700.3355
Hunter Lab78.159115.807413.6199
CIE-Lab82.426220.321111.2258

#fabfb9 color RGB value is (250,191,185).

#fabfb9 hex color red value is 250, green value is 191 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #fabfb9 hue: 0.02 , saturation: 0.87 and the lightness value of fabfb9 is 0.85.

The process color (four color CMYK) of #fabfb9 color hex is 0.00, 0.24, 0.26, 0.02. Web safe color of #fabfb9 is #ffcccc. Color #fabfb9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111111 10111001
Octal 372 277 271
Decimal 250 191 185
Hex FA BF B9

RGB Percentages of Color #fabfb9

%39.94
%30.51
%29.55

CMYK Percentages of Color #fabfb9

%0
%24
%26
%2

Triadic Colors of #fabfb9

#fabfb9 #b9fabf #bfb9fa

Analogous Colors of #fabfb9

#fabfb9 #fae0b9 #fab9d4

Monochromatic Colors of #fabfb9

#fabfb9

Complementary Color

#fabfb9 #b9f4fa

#fabfb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabfb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabfb9 Color CSS Codes

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

#fabfb9 Text Font Color

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

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


#fabfb9 Background Color

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

This div background color is #fabfb9


#fabfb9 Border Color

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

This div border color is #fabfb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabfb9


Comments

No comments written yet.

Please login to write comment.