Color Hex Logo

#fccbaa Color Hex

#FCCBAA
(252,203,170)
0 Favorites   0 Comments

Color spaces of #fccbaa

RGB 252203170
HSL0.070.930.83
HSV24°33°99°
CMYK 0.000.190.33   0.01
XYZ68.756566.309647.2054
Yxy66.30960.37720.3638
Hunter Lab81.43078.213822.6311
CIE-Lab85.154112.834723.0334

#fccbaa color RGB value is (252,203,170).

#fccbaa hex color red value is 252, green value is 203 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fccbaa hue: 0.07 , saturation: 0.93 and the lightness value of fccbaa is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 10101010
Octal 374 313 252
Decimal 252 203 170
Hex FC CB AA

RGB Percentages of Color #fccbaa

%40.32
%32.48
%27.20

CMYK Percentages of Color #fccbaa

%0
%19
%33
%1

Triadic Colors of #fccbaa

#fccbaa #aafccb #cbaafc

Analogous Colors of #fccbaa

#fccbaa #fcf4aa #fcaab2

Monochromatic Colors of #fccbaa

#fccbaa

Complementary Color

#fccbaa #aadbfc

#fccbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccbaa Color CSS Codes

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

#fccbaa Text Font Color

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

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


#fccbaa Background Color

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

This div background color is #fccbaa


#fccbaa Border Color

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

This div border color is #fccbaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,203,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fccbaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fccbaa;
  -webkit-box-shadow: 1px 1px 3px 2px #fccbaa;
  box-shadow:         1px 1px 3px 2px #fccbaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,203,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccbaa

#fccbaa Color Palettes


Comments

No comments written yet.

Please login to write comment.