Color Hex Logo

#fccf9e Color Hex

#FCCF9E
(252,207,158)
0 Favorites   0 Comments

Color spaces of #fccf9e

RGB 252207158
HSL0.090.940.80
HSV31°37°99°
CMYK 0.000.180.37   0.01
XYZ68.629367.789741.8153
Yxy67.78970.38510.3803
Hunter Lab82.33454.701927.5225
CIE-Lab85.90129.337530.3171

#fccf9e color RGB value is (252,207,158).

#fccf9e hex color red value is 252, green value is 207 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fccf9e hue: 0.09 , saturation: 0.94 and the lightness value of fccf9e is 0.80.

The process color (four color CMYK) of #fccf9e color hex is 0.00, 0.18, 0.37, 0.01. Web safe color of #fccf9e is #ffcc99. Color #fccf9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 10011110
Octal 374 317 236
Decimal 252 207 158
Hex FC CF 9E

RGB Percentages of Color #fccf9e

%40.84
%33.55
%25.61

CMYK Percentages of Color #fccf9e

%0
%18
%37
%1

Triadic Colors of #fccf9e

#fccf9e #9efccf #cf9efc

Analogous Colors of #fccf9e

#fccf9e #fafc9e #fca09e

Monochromatic Colors of #fccf9e

#fccf9e

Complementary Color

#fccf9e #9ecbfc

#fccf9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccf9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccf9e Color CSS Codes

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

#fccf9e Text Font Color

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

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


#fccf9e Background Color

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

This div background color is #fccf9e


#fccf9e Border Color

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

This div border color is #fccf9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccf9e

Related Colors

#fccf9e Color Palettes


Comments

No comments written yet.

Please login to write comment.