Color Hex Logo

#fcb694 Color Hex

#FCB694
(252,182,148)
0 Favorites   0 Comments

Color spaces of #fcb694

RGB 252182148
HSL0.050.950.78
HSV20°41°99°
CMYK 0.000.280.41   0.01
XYZ62.218156.289535.6027
Yxy56.28950.40370.3653
Hunter Lab75.026316.731024.3832
CIE-Lab79.778321.302227.3493

#fcb694 color RGB value is (252,182,148).

#fcb694 hex color red value is 252, green value is 182 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #fcb694 hue: 0.05 , saturation: 0.95 and the lightness value of fcb694 is 0.78.

The process color (four color CMYK) of #fcb694 color hex is 0.00, 0.28, 0.41, 0.01. Web safe color of #fcb694 is #ffcc99. Color #fcb694 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110110 10010100
Octal 374 266 224
Decimal 252 182 148
Hex FC B6 94

RGB Percentages of Color #fcb694

%43.30
%31.27
%25.43

CMYK Percentages of Color #fcb694

%0
%28
%41
%1

Triadic Colors of #fcb694

#fcb694 #94fcb6 #b694fc

Analogous Colors of #fcb694

#fcb694 #fcea94 #fc94a6

Monochromatic Colors of #fcb694

#fcb694

Complementary Color

#fcb694 #94dafc

#fcb694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb694 Color CSS Codes

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

#fcb694 Text Font Color

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

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


#fcb694 Background Color

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

This div background color is #fcb694


#fcb694 Border Color

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

This div border color is #fcb694


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb694


Comments

No comments written yet.

Please login to write comment.