Color Hex Logo

#fbcca1 Color Hex

#FBCCA1
(251,204,161)
0 Favorites   0 Comments

Color spaces of #fbcca1

RGB 251204161
HSL0.080.920.81
HSV29°36°98°
CMYK 0.000.190.36   0.02
XYZ67.809566.268242.9353
Yxy66.26820.38310.3744
Hunter Lab81.40536.228825.7126
CIE-Lab85.133010.855227.7062

#fbcca1 color RGB value is (251,204,161).

#fbcca1 hex color red value is 251, green value is 204 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #fbcca1 hue: 0.08 , saturation: 0.92 and the lightness value of fbcca1 is 0.81.

The process color (four color CMYK) of #fbcca1 color hex is 0.00, 0.19, 0.36, 0.02. Web safe color of #fbcca1 is #ffcc99. Color #fbcca1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001100 10100001
Octal 373 314 241
Decimal 251 204 161
Hex FB CC A1

RGB Percentages of Color #fbcca1

%40.75
%33.12
%26.14

CMYK Percentages of Color #fbcca1

%0
%19
%36
%2

Triadic Colors of #fbcca1

#fbcca1 #a1fbcc #cca1fb

Analogous Colors of #fbcca1

#fbcca1 #fbf9a1 #fba1a3

Monochromatic Colors of #fbcca1

#fbcca1

Complementary Color

#fbcca1 #a1d0fb

#fbcca1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcca1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcca1 Color CSS Codes

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

#fbcca1 Text Font Color

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

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


#fbcca1 Background Color

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

This div background color is #fbcca1


#fbcca1 Border Color

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

This div border color is #fbcca1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcca1


Comments

No comments written yet.

Please login to write comment.