Color Hex Logo

#fccaaf Color Hex

#FCCAAF
(252,202,175)
0 Favorites   0 Comments

Color spaces of #fccaaf

RGB 252202175
HSL0.060.930.84
HSV21°31°99°
CMYK 0.000.200.31   0.01
XYZ69.003366.031749.6660
Yxy66.03170.37360.3575
Hunter Lab81.25999.371720.6439
CIE-Lab85.012613.981020.2037

#fccaaf color RGB value is (252,202,175).

#fccaaf hex color red value is 252, green value is 202 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fccaaf hue: 0.06 , saturation: 0.93 and the lightness value of fccaaf is 0.84.

The process color (four color CMYK) of #fccaaf color hex is 0.00, 0.20, 0.31, 0.01. Web safe color of #fccaaf is #ffcc99. Color #fccaaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 10101111
Octal 374 312 257
Decimal 252 202 175
Hex FC CA AF

RGB Percentages of Color #fccaaf

%40.06
%32.11
%27.82

CMYK Percentages of Color #fccaaf

%0
%20
%31
%1

Triadic Colors of #fccaaf

#fccaaf #affcca #caaffc

Analogous Colors of #fccaaf

#fccaaf #fcf1af #fcafbb

Monochromatic Colors of #fccaaf

#fccaaf

Complementary Color

#fccaaf #afe1fc

#fccaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccaaf Color CSS Codes

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

#fccaaf Text Font Color

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

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


#fccaaf Background Color

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

This div background color is #fccaaf


#fccaaf Border Color

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

This div border color is #fccaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccaaf


Comments

No comments written yet.

Please login to write comment.