Color Hex Logo

#fccb99 Color Hex

#FCCB99
(252,203,153)
0 Favorites   0 Comments

Color spaces of #fccb99

RGB 252203153
HSL0.080.940.79
HSV30°39°99°
CMYK 0.000.190.39   0.01
XYZ67.250665.707239.2753
Yxy65.70720.39050.3815
Hunter Lab81.06006.235828.0147
CIE-Lab84.846810.857931.5045

#fccb99 color RGB value is (252,203,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 10011001
Octal 374 313 231
Decimal 252 203 153
Hex FC CB 99

RGB Percentages of Color #fccb99

%41.45
%33.39
%25.16

CMYK Percentages of Color #fccb99

%0
%19
%39
%1

Triadic Colors of #fccb99

#fccb99 #99fccb #cb99fc

Analogous Colors of #fccb99

#fccb99 #fcfc99 #fc9a99

Monochromatic Colors of #fccb99

#fccb99

Complementary Color

#fccb99 #99cafc

#fccb99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccb99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccb99 Color CSS Codes

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

#fccb99 Text Font Color

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

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


#fccb99 Background Color

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

This div background color is #fccb99


#fccb99 Border Color

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

This div border color is #fccb99


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,203,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 #fccb99">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccb99


Comments

No comments written yet.

Please login to write comment.