Color Hex Logo

#fcc4be Color Hex

#FCC4BE
(252,196,190)
0 Favorites   0 Comments

Color spaces of #fcc4be

RGB 252196190
HSL0.020.910.87
HSV25°99°
CMYK 0.000.220.25   0.01
XYZ69.179163.893057.4016
Yxy63.89300.36320.3354
Hunter Lab79.933114.602113.3758
CIE-Lab83.910019.114710.6922

#fcc4be color RGB value is (252,196,190).

#fcc4be hex color red value is 252, green value is 196 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fcc4be hue: 0.02 , saturation: 0.91 and the lightness value of fcc4be is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000100 10111110
Octal 374 304 276
Decimal 252 196 190
Hex FC C4 BE

RGB Percentages of Color #fcc4be

%39.50
%30.72
%29.78

CMYK Percentages of Color #fcc4be

%0
%22
%25
%1

Triadic Colors of #fcc4be

#fcc4be #befcc4 #c4befc

Analogous Colors of #fcc4be

#fcc4be #fce3be #fcbed7

Monochromatic Colors of #fcc4be

#fcc4be

Complementary Color

#fcc4be #bef6fc

#fcc4be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc4be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc4be Color CSS Codes

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

#fcc4be Text Font Color

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

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


#fcc4be Background Color

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

This div background color is #fcc4be


#fcc4be Border Color

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

This div border color is #fcc4be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc4be

Related Colors


Comments

No comments written yet.

Please login to write comment.