Color Hex Logo

#fcceba Color Hex

#FCCEBA
(252,206,186)
0 Favorites   0 Comments

Color spaces of #fcceba

RGB 252206186
HSL0.050.920.86
HSV18°26°99°
CMYK 0.000.180.26   0.01
XYZ71.079168.383255.9074
Yxy68.38320.36380.3500
Hunter Lab82.69418.713517.8014
CIE-Lab86.197713.334516.0507

#fcceba color RGB value is (252,206,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001110 10111010
Octal 374 316 272
Decimal 252 206 186
Hex FC CE BA

RGB Percentages of Color #fcceba

%39.13
%31.99
%28.88

CMYK Percentages of Color #fcceba

%0
%18
%26
%1

Triadic Colors of #fcceba

#fcceba #bafcce #cebafc

Analogous Colors of #fcceba

#fcceba #fcefba #fcbac7

Monochromatic Colors of #fcceba

#fcceba

Complementary Color

#fcceba #bae8fc

#fcceba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcceba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcceba Color CSS Codes

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

#fcceba Text Font Color

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

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


#fcceba Background Color

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

This div background color is #fcceba


#fcceba Border Color

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

This div border color is #fcceba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcceba


Comments

No comments written yet.

Please login to write comment.