Color Hex Logo

#fcaaab Color Hex

#FCAAAB
(252,170,171)
0 Favorites   0 Comments

Color spaces of #fcaaab

RGB 252170171
HSL1.000.930.83
HSV359°33°99°
CMYK 0.000.330.32   0.01
XYZ61.870352.385245.3785
Yxy52.38520.38760.3282
Hunter Lab72.377625.925713.4914
CIE-Lab77.510630.266211.8334

#fcaaab color RGB value is (252,170,171).

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

The process color (four color CMYK) of #fcaaab color hex is 0.00, 0.33, 0.32, 0.01. Web safe color of #fcaaab is #ff9999. Color #fcaaab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 10101011
Octal 374 252 253
Decimal 252 170 171
Hex FC AA AB

RGB Percentages of Color #fcaaab

%42.50
%28.67
%28.84

CMYK Percentages of Color #fcaaab

%0
%33
%32
%1

Triadic Colors of #fcaaab

#fcaaab #abfcaa #aaabfc

Analogous Colors of #fcaaab

#fcaaab #fcd2aa #fcaad4

Monochromatic Colors of #fcaaab

#fcaaab

Complementary Color

#fcaaab #aafcfb

#fcaaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaaab Color CSS Codes

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

#fcaaab Text Font Color

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

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


#fcaaab Background Color

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

This div background color is #fcaaab


#fcaaab Border Color

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

This div border color is #fcaaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaaab

Related Colors


Comments

No comments written yet.

Please login to write comment.