Color Hex Logo

#fcafab Color Hex

#FCAFAB
(252,175,171)
0 Favorites   0 Comments

Color spaces of #fcafab

RGB 252175171
HSL0.010.930.83
HSV32°99°
CMYK 0.000.310.32   0.01
XYZ62.825554.295745.6969
Yxy54.29570.38590.3335
Hunter Lab73.685623.242014.8106
CIE-Lab78.633827.643313.4214

#fcafab color RGB value is (252,175,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 10101011
Octal 374 257 253
Decimal 252 175 171
Hex FC AF AB

RGB Percentages of Color #fcafab

%42.14
%29.26
%28.60

CMYK Percentages of Color #fcafab

%0
%31
%32
%1

Triadic Colors of #fcafab

#fcafab #abfcaf #afabfc

Analogous Colors of #fcafab

#fcafab #fcd8ab #fcabd0

Monochromatic Colors of #fcafab

#fcafab

Complementary Color

#fcafab #abf8fc

#fcafab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcafab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcafab Color CSS Codes

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

#fcafab Text Font Color

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

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


#fcafab Background Color

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

This div background color is #fcafab


#fcafab Border Color

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

This div border color is #fcafab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,175,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 #fcafab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcafab


Comments

No comments written yet.

Please login to write comment.