Color Hex Logo

#fcabad Color Hex

#FCABAD
(252,171,173)
0 Favorites   0 Comments

Color spaces of #fcabad

RGB 252171173
HSL1.000.930.83
HSV359°32°99°
CMYK 0.000.320.31   0.01
XYZ62.250652.838446.4530
Yxy52.83840.38540.3271
Hunter Lab72.690025.657112.9934
CIE-Lab77.779529.993311.1271

#fcabad color RGB value is (252,171,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 10101101
Octal 374 253 255
Decimal 252 171 173
Hex FC AB AD

RGB Percentages of Color #fcabad

%42.28
%28.69
%29.03

CMYK Percentages of Color #fcabad

%0
%32
%31
%1

Triadic Colors of #fcabad

#fcabad #adfcab #abadfc

Analogous Colors of #fcabad

#fcabad #fcd2ab #fcabd6

Monochromatic Colors of #fcabad

#fcabad

Complementary Color

#fcabad #abfcfa

#fcabad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcabad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcabad Color CSS Codes

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

#fcabad Text Font Color

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

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


#fcabad Background Color

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

This div background color is #fcabad


#fcabad Border Color

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

This div border color is #fcabad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcabad

Related Colors


Comments

No comments written yet.

Please login to write comment.