Color Hex Logo

#fccfa4 Color Hex

#FCCFA4
(252,207,164)
0 Favorites   0 Comments

Color spaces of #fccfa4

RGB 252207164
HSL0.080.940.82
HSV29°35°99°
CMYK 0.000.180.35   0.01
XYZ69.158568.001444.6025
Yxy68.00140.38050.3741
Hunter Lab82.46305.390925.6553
CIE-Lab86.007110.030827.3391

#fccfa4 color RGB value is (252,207,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 10100100
Octal 374 317 244
Decimal 252 207 164
Hex FC CF A4

RGB Percentages of Color #fccfa4

%40.45
%33.23
%26.32

CMYK Percentages of Color #fccfa4

%0
%18
%35
%1

Triadic Colors of #fccfa4

#fccfa4 #a4fccf #cfa4fc

Analogous Colors of #fccfa4

#fccfa4 #fcfba4 #fca4a5

Monochromatic Colors of #fccfa4

#fccfa4

Complementary Color

#fccfa4 #a4d1fc

#fccfa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccfa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccfa4 Color CSS Codes

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

#fccfa4 Text Font Color

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

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


#fccfa4 Background Color

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

This div background color is #fccfa4


#fccfa4 Border Color

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

This div border color is #fccfa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccfa4

Related Colors


Comments

No comments written yet.

Please login to write comment.