Color Hex Logo

#fcafa8 Color Hex

#FCAFA8
(252,175,168)
0 Favorites   0 Comments

Color spaces of #fcafa8

RGB 252175168
HSL0.010.930.82
HSV33°99°
CMYK 0.000.310.33   0.01
XYZ62.542754.182544.2077
Yxy54.18250.38860.3367
Hunter Lab73.608822.849615.9179
CIE-Lab78.568027.272514.9526

#fcafa8 color RGB value is (252,175,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 10101000
Octal 374 257 250
Decimal 252 175 168
Hex FC AF A8

RGB Percentages of Color #fcafa8

%42.35
%29.41
%28.24

CMYK Percentages of Color #fcafa8

%0
%31
%33
%1

Triadic Colors of #fcafa8

#fcafa8 #a8fcaf #afa8fc

Analogous Colors of #fcafa8

#fcafa8 #fcd9a8 #fca8cb

Monochromatic Colors of #fcafa8

#fcafa8

Complementary Color

#fcafa8 #a8f5fc

#fcafa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcafa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcafa8 Color CSS Codes

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

#fcafa8 Text Font Color

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

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


#fcafa8 Background Color

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

This div background color is #fcafa8


#fcafa8 Border Color

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

This div border color is #fcafa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcafa8

Related Colors

#fcafa8 Color Palettes


Comments

No comments written yet.

Please login to write comment.