Color Hex Logo

#fcceb6 Color Hex

#FCCEB6
(252,206,182)
0 Favorites   0 Comments

Color spaces of #fcceb6

RGB 252206182
HSL0.060.920.85
HSV21°28°99°
CMYK 0.000.180.28   0.01
XYZ70.659768.215553.6987
Yxy68.21550.36690.3542
Hunter Lab82.59278.173219.2667
CIE-Lab86.114112.800518.0439

#fcceb6 color RGB value is (252,206,182).

#fcceb6 hex color red value is 252, green value is 206 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #fcceb6 hue: 0.06 , saturation: 0.92 and the lightness value of fcceb6 is 0.85.

The process color (four color CMYK) of #fcceb6 color hex is 0.00, 0.18, 0.28, 0.01. Web safe color of #fcceb6 is #ffcccc. Color #fcceb6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001110 10110110
Octal 374 316 266
Decimal 252 206 182
Hex FC CE B6

RGB Percentages of Color #fcceb6

%39.38
%32.19
%28.44

CMYK Percentages of Color #fcceb6

%0
%18
%28
%1

Triadic Colors of #fcceb6

#fcceb6 #b6fcce #ceb6fc

Analogous Colors of #fcceb6

#fcceb6 #fcf1b6 #fcb6c1

Monochromatic Colors of #fcceb6

#fcceb6

Complementary Color

#fcceb6 #b6e4fc

#fcceb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcceb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcceb6 Color CSS Codes

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

#fcceb6 Text Font Color

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

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


#fcceb6 Background Color

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

This div background color is #fcceb6


#fcceb6 Border Color

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

This div border color is #fcceb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcceb6


Comments

No comments written yet.

Please login to write comment.