Color Hex Logo

#fcb281 Color Hex

#FCB281
(252,178,129)
0 Favorites   0 Comments

Color spaces of #fcb281

RGB 252178129
HSL0.070.950.75
HSV24°49°99°
CMYK 0.000.290.49   0.01
XYZ60.027754.121228.0515
Yxy54.12120.42210.3806
Hunter Lab73.567116.906128.8894
CIE-Lab78.532421.517035.7258

#fcb281 color RGB value is (252,178,129).

#fcb281 hex color red value is 252, green value is 178 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #fcb281 hue: 0.07 , saturation: 0.95 and the lightness value of fcb281 is 0.75.

The process color (four color CMYK) of #fcb281 color hex is 0.00, 0.29, 0.49, 0.01. Web safe color of #fcb281 is #ff9999. Color #fcb281 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110010 10000001
Octal 374 262 201
Decimal 252 178 129
Hex FC B2 81

RGB Percentages of Color #fcb281

%45.08
%31.84
%23.08

CMYK Percentages of Color #fcb281

%0
%29
%49
%1

Triadic Colors of #fcb281

#fcb281 #81fcb2 #b281fc

Analogous Colors of #fcb281

#fcb281 #fcf081 #fc818e

Monochromatic Colors of #fcb281

#fcb281

Complementary Color

#fcb281 #81cbfc

#fcb281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb281 Color CSS Codes

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

#fcb281 Text Font Color

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

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


#fcb281 Background Color

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

This div background color is #fcb281


#fcb281 Border Color

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

This div border color is #fcb281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb281

Related Colors


Comments

No comments written yet.

Please login to write comment.