Color Hex Logo

#fbcab1 Color Hex

#FBCAB1
(251,202,177)
0 Favorites   0 Comments

Color spaces of #fbcab1

RGB 251202177
HSL0.060.900.84
HSV20°29°98°
CMYK 0.000.200.29   0.02
XYZ68.840065.924650.6914
Yxy65.92460.37120.3555
Hunter Lab81.19409.251119.8196
CIE-Lab84.957913.861819.0572

#fbcab1 color RGB value is (251,202,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001010 10110001
Octal 373 312 261
Decimal 251 202 177
Hex FB CA B1

RGB Percentages of Color #fbcab1

%39.84
%32.06
%28.10

CMYK Percentages of Color #fbcab1

%0
%20
%29
%2

Triadic Colors of #fbcab1

#fbcab1 #b1fbca #cab1fb

Analogous Colors of #fbcab1

#fbcab1 #fbefb1 #fbb1bd

Monochromatic Colors of #fbcab1

#fbcab1

Complementary Color

#fbcab1 #b1e2fb

#fbcab1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcab1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcab1 Color CSS Codes

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

#fbcab1 Text Font Color

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

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


#fbcab1 Background Color

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

This div background color is #fbcab1


#fbcab1 Border Color

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

This div border color is #fbcab1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcab1


Comments

No comments written yet.

Please login to write comment.