Color Hex Logo

#fcb698 Color Hex

#FCB698
(252,182,152)
0 Favorites   0 Comments

Color spaces of #fcb698

RGB 252182152
HSL0.050.940.79
HSV18°40°99°
CMYK 0.000.280.40   0.01
XYZ62.540356.418337.2994
Yxy56.41830.40020.3611
Hunter Lab75.112117.177523.1361
CIE-Lab79.851321.735625.3202

#fcb698 color RGB value is (252,182,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110110 10011000
Octal 374 266 230
Decimal 252 182 152
Hex FC B6 98

RGB Percentages of Color #fcb698

%43.00
%31.06
%25.94

CMYK Percentages of Color #fcb698

%0
%28
%40
%1

Triadic Colors of #fcb698

#fcb698 #98fcb6 #b698fc

Analogous Colors of #fcb698

#fcb698 #fce898 #fc98ac

Monochromatic Colors of #fcb698

#fcb698

Complementary Color

#fcb698 #98defc

#fcb698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb698 Color CSS Codes

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

#fcb698 Text Font Color

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

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


#fcb698 Background Color

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

This div background color is #fcb698


#fcb698 Border Color

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

This div border color is #fcb698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb698


Comments

No comments written yet.

Please login to write comment.