Color Hex Logo

#fccba8 Color Hex

#FCCBA8
(252,203,168)
0 Favorites   0 Comments

Color spaces of #fccba8

RGB 252203168
HSL0.070.930.82
HSV25°33°99°
CMYK 0.000.190.33   0.01
XYZ68.568766.234546.2164
Yxy66.23450.37880.3659
Hunter Lab81.38467.968023.2998
CIE-Lab85.115912.590324.0321

#fccba8 color RGB value is (252,203,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 10101000
Octal 374 313 250
Decimal 252 203 168
Hex FC CB A8

RGB Percentages of Color #fccba8

%40.45
%32.58
%26.97

CMYK Percentages of Color #fccba8

%0
%19
%33
%1

Triadic Colors of #fccba8

#fccba8 #a8fccb #cba8fc

Analogous Colors of #fccba8

#fccba8 #fcf5a8 #fca8af

Monochromatic Colors of #fccba8

#fccba8

Complementary Color

#fccba8 #a8d9fc

#fccba8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccba8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccba8 Color CSS Codes

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

#fccba8 Text Font Color

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

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


#fccba8 Background Color

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

This div background color is #fccba8


#fccba8 Border Color

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

This div border color is #fccba8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccba8

Related Colors


Comments

No comments written yet.

Please login to write comment.