Color Hex Logo

#fcacbd Color Hex

#FCACBD
(252,172,189)
0 Favorites   0 Comments

Color spaces of #fcacbd

RGB 252172189
HSL0.960.930.83
HSV347°32°99°
CMYK 0.000.320.25   0.01
XYZ64.082753.874655.1654
Yxy53.87460.37020.3112
Hunter Lab73.399327.39416.8184
CIE-Lab78.388631.58673.2983

#fcacbd color RGB value is (252,172,189).

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

The process color (four color CMYK) of #fcacbd color hex is 0.00, 0.32, 0.25, 0.01. Web safe color of #fcacbd is #ff99cc. Color #fcacbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101100 10111101
Octal 374 254 275
Decimal 252 172 189
Hex FC AC BD

RGB Percentages of Color #fcacbd

%41.11
%28.06
%30.83

CMYK Percentages of Color #fcacbd

%0
%32
%25
%1

Triadic Colors of #fcacbd

#fcacbd #bdfcac #acbdfc

Analogous Colors of #fcacbd

#fcacbd #fcc3ac #fcace5

Monochromatic Colors of #fcacbd

#fcacbd

Complementary Color

#fcacbd #acfceb

#fcacbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcacbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcacbd Color CSS Codes

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

#fcacbd Text Font Color

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

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


#fcacbd Background Color

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

This div background color is #fcacbd


#fcacbd Border Color

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

This div border color is #fcacbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcacbd


Comments

No comments written yet.

Please login to write comment.