Color Hex Logo

#fbcca6 Color Hex

#FBCCA6
(251,204,166)
0 Favorites   0 Comments

Color spaces of #fbcca6

RGB 251204166
HSL0.070.910.82
HSV27°34°98°
CMYK 0.000.190.34   0.02
XYZ68.259566.448145.3045
Yxy66.44810.37920.3691
Hunter Lab81.51576.819624.1090
CIE-Lab85.224511.447225.2144

#fbcca6 color RGB value is (251,204,166).

#fbcca6 hex color red value is 251, green value is 204 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #fbcca6 hue: 0.07 , saturation: 0.91 and the lightness value of fbcca6 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001100 10100110
Octal 373 314 246
Decimal 251 204 166
Hex FB CC A6

RGB Percentages of Color #fbcca6

%40.42
%32.85
%26.73

CMYK Percentages of Color #fbcca6

%0
%19
%34
%2

Triadic Colors of #fbcca6

#fbcca6 #a6fbcc #cca6fb

Analogous Colors of #fbcca6

#fbcca6 #fbf7a6 #fba6ab

Monochromatic Colors of #fbcca6

#fbcca6

Complementary Color

#fbcca6 #a6d5fb

#fbcca6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcca6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcca6 Color CSS Codes

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

#fbcca6 Text Font Color

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

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


#fbcca6 Background Color

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

This div background color is #fbcca6


#fbcca6 Border Color

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

This div border color is #fbcca6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcca6


Comments

No comments written yet.

Please login to write comment.