Color Hex Logo

#fcacb8 Color Hex

#FCACB8
(252,172,184)
0 Favorites   0 Comments

Color spaces of #fcacb8

RGB 252172184
HSL0.980.930.83
HSV351°32°99°
CMYK 0.000.320.27   0.01
XYZ63.549153.661252.3556
Yxy53.66120.37480.3165
Hunter Lab73.253826.65818.9022
CIE-Lab78.263830.90435.8374

#fcacb8 color RGB value is (252,172,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101100 10111000
Octal 374 254 270
Decimal 252 172 184
Hex FC AC B8

RGB Percentages of Color #fcacb8

%41.45
%28.29
%30.26

CMYK Percentages of Color #fcacb8

%0
%32
%27
%1

Triadic Colors of #fcacb8

#fcacb8 #b8fcac #acb8fc

Analogous Colors of #fcacb8

#fcacb8 #fcc8ac #fcace0

Monochromatic Colors of #fcacb8

#fcacb8

Complementary Color

#fcacb8 #acfcf0

#fcacb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcacb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcacb8 Color CSS Codes

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

#fcacb8 Text Font Color

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

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


#fcacb8 Background Color

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

This div background color is #fcacb8


#fcacb8 Border Color

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

This div border color is #fcacb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcacb8


Comments

No comments written yet.

Please login to write comment.