Color Hex Logo

#fcc8be Color Hex

#FCC8BE
(252,200,190)
0 Favorites   0 Comments

Color spaces of #fcc8be

RGB 252200190
HSL0.030.910.87
HSV10°25°99°
CMYK 0.000.210.25   0.01
XYZ70.093465.721757.7064
Yxy65.72170.36220.3396
Hunter Lab81.068912.463214.5445
CIE-Lab84.854317.017512.0347

#fcc8be color RGB value is (252,200,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001000 10111110
Octal 374 310 276
Decimal 252 200 190
Hex FC C8 BE

RGB Percentages of Color #fcc8be

%39.25
%31.15
%29.60

CMYK Percentages of Color #fcc8be

%0
%21
%25
%1

Triadic Colors of #fcc8be

#fcc8be #befcc8 #c8befc

Analogous Colors of #fcc8be

#fcc8be #fce7be #fcbed3

Monochromatic Colors of #fcc8be

#fcc8be

Complementary Color

#fcc8be #bef2fc

#fcc8be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc8be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc8be Color CSS Codes

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

#fcc8be Text Font Color

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

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


#fcc8be Background Color

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

This div background color is #fcc8be


#fcc8be Border Color

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

This div border color is #fcc8be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,200,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 #fcc8be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc8be

Related Colors


Comments

No comments written yet.

Please login to write comment.