Color Hex Logo

#fccec5 Color Hex

#FCCEC5
(252,206,197)
0 Favorites   0 Comments

Color spaces of #fccec5

RGB 252206197
HSL0.030.900.88
HSV10°22°99°
CMYK 0.000.180.22   0.01
XYZ72.294268.869362.3061
Yxy68.86930.35530.3385
Hunter Lab82.987510.271313.5770
CIE-Lab86.439314.864710.5766

#fccec5 color RGB value is (252,206,197).

#fccec5 hex color red value is 252, green value is 206 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #fccec5 hue: 0.03 , saturation: 0.90 and the lightness value of fccec5 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001110 11000101
Octal 374 316 305
Decimal 252 206 197
Hex FC CE C5

RGB Percentages of Color #fccec5

%38.47
%31.45
%30.08

CMYK Percentages of Color #fccec5

%0
%18
%22
%1

Triadic Colors of #fccec5

#fccec5 #c5fcce #cec5fc

Analogous Colors of #fccec5

#fccec5 #fceac5 #fcc5d8

Monochromatic Colors of #fccec5

#fccec5

Complementary Color

#fccec5 #c5f3fc

#fccec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccec5 Color CSS Codes

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

#fccec5 Text Font Color

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

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


#fccec5 Background Color

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

This div background color is #fccec5


#fccec5 Border Color

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

This div border color is #fccec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccec5

Related Colors


Comments

No comments written yet.

Please login to write comment.