Color Hex Logo

#fabfb0 Color Hex

#FABFB0
(250,191,176)
0 Favorites   0 Comments

Color spaces of #fabfb0

RGB 250191176
HSL0.030.880.84
HSV12°30°98°
CMYK 0.000.240.30   0.02
XYZ65.891660.720249.3216
Yxy60.72020.37450.3451
Hunter Lab77.923214.573517.0185
CIE-Lab82.228119.124015.7596

#fabfb0 color RGB value is (250,191,176).

#fabfb0 hex color red value is 250, green value is 191 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #fabfb0 hue: 0.03 , saturation: 0.88 and the lightness value of fabfb0 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111111 10110000
Octal 372 277 260
Decimal 250 191 176
Hex FA BF B0

RGB Percentages of Color #fabfb0

%40.52
%30.96
%28.53

CMYK Percentages of Color #fabfb0

%0
%24
%30
%2

Triadic Colors of #fabfb0

#fabfb0 #b0fabf #bfb0fa

Analogous Colors of #fabfb0

#fabfb0 #fae4b0 #fab0c6

Monochromatic Colors of #fabfb0

#fabfb0

Complementary Color

#fabfb0 #b0ebfa

#fabfb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabfb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabfb0 Color CSS Codes

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

#fabfb0 Text Font Color

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

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


#fabfb0 Background Color

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

This div background color is #fabfb0


#fabfb0 Border Color

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

This div border color is #fabfb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabfb0

Related Colors


Comments

No comments written yet.

Please login to write comment.