Color Hex Logo

#fcc9bf Color Hex

#FCC9BF
(252,201,191)
0 Favorites   0 Comments

Color spaces of #fcc9bf

RGB 252201191
HSL0.030.910.87
HSV10°24°99°
CMYK 0.000.200.24   0.01
XYZ70.435566.230358.3616
Yxy66.23030.36120.3396
Hunter Lab81.382012.071914.4487
CIE-Lab85.113816.632711.8718

#fcc9bf color RGB value is (252,201,191).

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

The process color (four color CMYK) of #fcc9bf color hex is 0.00, 0.20, 0.24, 0.01. Web safe color of #fcc9bf is #ffcccc. Color #fcc9bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001001 10111111
Octal 374 311 277
Decimal 252 201 191
Hex FC C9 BF

RGB Percentages of Color #fcc9bf

%39.13
%31.21
%29.66

CMYK Percentages of Color #fcc9bf

%0
%20
%24
%1

Triadic Colors of #fcc9bf

#fcc9bf #bffcc9 #c9bffc

Analogous Colors of #fcc9bf

#fcc9bf #fce8bf #fcbfd4

Monochromatic Colors of #fcc9bf

#fcc9bf

Complementary Color

#fcc9bf #bff2fc

#fcc9bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc9bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc9bf Color CSS Codes

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

#fcc9bf Text Font Color

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

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


#fcc9bf Background Color

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

This div background color is #fcc9bf


#fcc9bf Border Color

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

This div border color is #fcc9bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc9bf


Comments

No comments written yet.

Please login to write comment.