Color Hex Logo

#fccbad Color Hex

#FCCBAD
(252,203,173)
0 Favorites   0 Comments

Color spaces of #fccbad

RGB 252203173
HSL0.060.930.83
HSV23°31°99°
CMYK 0.000.190.31   0.01
XYZ69.043666.424448.7174
Yxy66.42440.37490.3606
Hunter Lab81.50128.589021.6102
CIE-Lab85.212413.207121.5348

#fccbad color RGB value is (252,203,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 10101101
Octal 374 313 255
Decimal 252 203 173
Hex FC CB AD

RGB Percentages of Color #fccbad

%40.13
%32.32
%27.55

CMYK Percentages of Color #fccbad

%0
%19
%31
%1

Triadic Colors of #fccbad

#fccbad #adfccb #cbadfc

Analogous Colors of #fccbad

#fccbad #fcf3ad #fcadb7

Monochromatic Colors of #fccbad

#fccbad

Complementary Color

#fccbad #addefc

#fccbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccbad Color CSS Codes

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

#fccbad Text Font Color

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

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


#fccbad Background Color

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

This div background color is #fccbad


#fccbad Border Color

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

This div border color is #fccbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccbad

#fccbad Color Palettes


Comments

No comments written yet.

Please login to write comment.