Color Hex Logo

#fbadb1 Color Hex

#FBADB1
(251,173,177)
0 Favorites   0 Comments

Color spaces of #fbadb1

RGB 251173177
HSL0.990.910.83
HSV357°31°98°
CMYK 0.000.310.29   0.02
XYZ62.663053.570748.6324
Yxy53.57070.38010.3249
Hunter Lab73.192024.735911.8392
CIE-Lab78.210729.09129.5519

#fbadb1 color RGB value is (251,173,177).

#fbadb1 hex color red value is 251, green value is 173 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #fbadb1 hue: 0.99 , saturation: 0.91 and the lightness value of fbadb1 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 10110001
Octal 373 255 261
Decimal 251 173 177
Hex FB AD B1

RGB Percentages of Color #fbadb1

%41.76
%28.79
%29.45

CMYK Percentages of Color #fbadb1

%0
%31
%29
%2

Triadic Colors of #fbadb1

#fbadb1 #b1fbad #adb1fb

Analogous Colors of #fbadb1

#fbadb1 #fbd0ad #fbadd8

Monochromatic Colors of #fbadb1

#fbadb1

Complementary Color

#fbadb1 #adfbf7

#fbadb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbadb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbadb1 Color CSS Codes

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

#fbadb1 Text Font Color

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

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


#fbadb1 Background Color

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

This div background color is #fbadb1


#fbadb1 Border Color

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

This div border color is #fbadb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbadb1

Related Colors


Comments

No comments written yet.

Please login to write comment.