Color Hex Logo

#fbcca8 Color Hex

#FBCCA8
(251,204,168)
0 Favorites   0 Comments

Color spaces of #fbcca8

RGB 251204168
HSL0.070.910.82
HSV26°33°98°
CMYK 0.000.190.33   0.02
XYZ68.444466.522146.2784
Yxy66.52210.37760.3670
Hunter Lab81.56117.061723.4511
CIE-Lab85.262011.689224.2169

#fbcca8 color RGB value is (251,204,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001100 10101000
Octal 373 314 250
Decimal 251 204 168
Hex FB CC A8

RGB Percentages of Color #fbcca8

%40.29
%32.74
%26.97

CMYK Percentages of Color #fbcca8

%0
%19
%33
%2

Triadic Colors of #fbcca8

#fbcca8 #a8fbcc #cca8fb

Analogous Colors of #fbcca8

#fbcca8 #fbf6a8 #fba8ae

Monochromatic Colors of #fbcca8

#fbcca8

Complementary Color

#fbcca8 #a8d7fb

#fbcca8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcca8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcca8 Color CSS Codes

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

#fbcca8 Text Font Color

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

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


#fbcca8 Background Color

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

This div background color is #fbcca8


#fbcca8 Border Color

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

This div border color is #fbcca8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcca8


Comments

No comments written yet.

Please login to write comment.