Color Hex Logo

#fcbaa8 Color Hex

#FCBAA8
(252,186,168)
0 Favorites   0 Comments

Color spaces of #fcbaa8

RGB 252186168
HSL0.040.930.82
HSV13°33°99°
CMYK 0.000.260.33   0.01
XYZ64.771758.640444.9507
Yxy58.64040.38470.3483
Hunter Lab76.577016.972218.8007
CIE-Lab81.093521.493018.4818

#fcbaa8 color RGB value is (252,186,168).

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

The process color (four color CMYK) of #fcbaa8 color hex is 0.00, 0.26, 0.33, 0.01. Web safe color of #fcbaa8 is #ffcc99. Color #fcbaa8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111010 10101000
Octal 374 272 250
Decimal 252 186 168
Hex FC BA A8

RGB Percentages of Color #fcbaa8

%41.58
%30.69
%27.72

CMYK Percentages of Color #fcbaa8

%0
%26
%33
%1

Triadic Colors of #fcbaa8

#fcbaa8 #a8fcba #baa8fc

Analogous Colors of #fcbaa8

#fcbaa8 #fce4a8 #fca8c0

Monochromatic Colors of #fcbaa8

#fcbaa8

Complementary Color

#fcbaa8 #a8eafc

#fcbaa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbaa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbaa8 Color CSS Codes

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

#fcbaa8 Text Font Color

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

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


#fcbaa8 Background Color

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

This div background color is #fcbaa8


#fcbaa8 Border Color

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

This div border color is #fcbaa8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,186,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 #fcbaa8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbaa8

Related Colors


Comments

No comments written yet.

Please login to write comment.