Color Hex Logo

#fcb09a Color Hex

#FCB09A
(252,176,154)
0 Favorites   0 Comments

Color spaces of #fcb09a

RGB 252176154
HSL0.040.940.80
HSV13°39°99°
CMYK 0.000.300.39   0.01
XYZ61.503054.079237.7686
Yxy54.07920.40110.3527
Hunter Lab73.538620.593621.0263
CIE-Lab78.507925.108422.4196

#fcb09a color RGB value is (252,176,154).

#fcb09a hex color red value is 252, green value is 176 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #fcb09a hue: 0.04 , saturation: 0.94 and the lightness value of fcb09a is 0.80.

The process color (four color CMYK) of #fcb09a color hex is 0.00, 0.30, 0.39, 0.01. Web safe color of #fcb09a is #ff9999. Color #fcb09a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110000 10011010
Octal 374 260 232
Decimal 252 176 154
Hex FC B0 9A

RGB Percentages of Color #fcb09a

%43.30
%30.24
%26.46

CMYK Percentages of Color #fcb09a

%0
%30
%39
%1

Triadic Colors of #fcb09a

#fcb09a #9afcb0 #b09afc

Analogous Colors of #fcb09a

#fcb09a #fce19a #fc9ab5

Monochromatic Colors of #fcb09a

#fcb09a

Complementary Color

#fcb09a #9ae6fc

#fcb09a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb09a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb09a Color CSS Codes

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

#fcb09a Text Font Color

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

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


#fcb09a Background Color

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

This div background color is #fcb09a


#fcb09a Border Color

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

This div border color is #fcb09a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb09a

Related Colors


Comments

No comments written yet.

Please login to write comment.