Color Hex Logo

#fcaacb Color Hex

#FCAACB
(252,170,203)
0 Favorites   0 Comments

Color spaces of #fcaacb

RGB 252170203
HSL0.930.930.83
HSV336°33°99°
CMYK 0.000.330.19   0.01
XYZ65.299153.756763.4344
Yxy53.75670.35780.2946
Hunter Lab73.319030.66690.0265
CIE-Lab78.319734.6404-4.4191

#fcaacb color RGB value is (252,170,203).

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

The process color (four color CMYK) of #fcaacb color hex is 0.00, 0.33, 0.19, 0.01. Web safe color of #fcaacb is #ff99cc. Color #fcaacb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 11001011
Octal 374 252 313
Decimal 252 170 203
Hex FC AA CB

RGB Percentages of Color #fcaacb

%40.32
%27.20
%32.48

CMYK Percentages of Color #fcaacb

%0
%33
%19
%1

Triadic Colors of #fcaacb

#fcaacb #cbfcaa #aacbfc

Analogous Colors of #fcaacb

#fcaacb #fcb2aa #fcaaf4

Monochromatic Colors of #fcaacb

#fcaacb

Complementary Color

#fcaacb #aafcdb

#fcaacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaacb Color CSS Codes

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

#fcaacb Text Font Color

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

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


#fcaacb Background Color

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

This div background color is #fcaacb


#fcaacb Border Color

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

This div border color is #fcaacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaacb


Comments

No comments written yet.

Please login to write comment.