Color Hex Logo

#fcbd99 Color Hex

#FCBD99
(252,189,153)
0 Favorites   0 Comments

Color spaces of #fcbd99

RGB 252189153
HSL0.060.940.79
HSV22°39°99°
CMYK 0.000.250.39   0.01
XYZ64.092259.390538.2225
Yxy59.39050.39640.3673
Hunter Lab77.065213.587524.5392
CIE-Lab81.505818.172127.0277

#fcbd99 color RGB value is (252,189,153).

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

The process color (four color CMYK) of #fcbd99 color hex is 0.00, 0.25, 0.39, 0.01. Web safe color of #fcbd99 is #ffcc99. Color #fcbd99 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 10011001
Octal 374 275 231
Decimal 252 189 153
Hex FC BD 99

RGB Percentages of Color #fcbd99

%42.42
%31.82
%25.76

CMYK Percentages of Color #fcbd99

%0
%25
%39
%1

Triadic Colors of #fcbd99

#fcbd99 #99fcbd #bd99fc

Analogous Colors of #fcbd99

#fcbd99 #fcef99 #fc99a7

Monochromatic Colors of #fcbd99

#fcbd99

Complementary Color

#fcbd99 #99d8fc

#fcbd99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbd99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbd99 Color CSS Codes

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

#fcbd99 Text Font Color

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

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


#fcbd99 Background Color

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

This div background color is #fcbd99


#fcbd99 Border Color

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

This div border color is #fcbd99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbd99


Comments

No comments written yet.

Please login to write comment.