Color Hex Logo

#fccfaa Color Hex

#FCCFAA
(252,207,170)
0 Favorites   0 Comments

Color spaces of #fccfaa

RGB 252207170
HSL0.080.930.83
HSV27°33°99°
CMYK 0.000.180.33   0.01
XYZ69.713468.223447.5243
Yxy68.22340.37590.3679
Hunter Lab82.59756.110923.7044
CIE-Lab86.118010.752424.3552

#fccfaa color RGB value is (252,207,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 10101010
Octal 374 317 252
Decimal 252 207 170
Hex FC CF AA

RGB Percentages of Color #fccfaa

%40.06
%32.91
%27.03

CMYK Percentages of Color #fccfaa

%0
%18
%33
%1

Triadic Colors of #fccfaa

#fccfaa #aafccf #cfaafc

Analogous Colors of #fccfaa

#fccfaa #fcf8aa #fcaaae

Monochromatic Colors of #fccfaa

#fccfaa

Complementary Color

#fccfaa #aad7fc

#fccfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccfaa Color CSS Codes

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

#fccfaa Text Font Color

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

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


#fccfaa Background Color

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

This div background color is #fccfaa


#fccfaa Border Color

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

This div border color is #fccfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccfaa

Related Colors


Comments

No comments written yet.

Please login to write comment.