Color Hex Logo

#fbfab2 Color Hex

#FBFAB2
(251,250,178)
0 Favorites   0 Comments

Color spaces of #fbfab2

RGB 251250178
HSL0.160.900.84
HSV59°29°98°
CMYK 0.000.000.29   0.02
XYZ82.005192.094855.5734
Yxy92.09480.35710.4010
Hunter Lab95.9660-15.408432.8417
CIE-Lab96.8590-10.464534.7519

#fbfab2 color RGB value is (251,250,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111010 10110010
Octal 373 372 262
Decimal 251 250 178
Hex FB FA B2

RGB Percentages of Color #fbfab2

%36.97
%36.82
%26.22

CMYK Percentages of Color #fbfab2

%0
%0
%29
%2

Triadic Colors of #fbfab2

#fbfab2 #b2fbfa #fab2fb

Analogous Colors of #fbfab2

#fbfab2 #d8fbb2 #fbd6b2

Monochromatic Colors of #fbfab2

#fbfab2

Complementary Color

#fbfab2 #b2b3fb

#fbfab2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfab2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfab2 Color CSS Codes

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

#fbfab2 Text Font Color

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

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


#fbfab2 Background Color

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

This div background color is #fbfab2


#fbfab2 Border Color

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

This div border color is #fbfab2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfab2

Related Colors


Comments

No comments written yet.

Please login to write comment.