Color Hex Logo

#fcc99b Color Hex

#FCC99B
(252,201,155)
0 Favorites   0 Comments

Color spaces of #fcc99b

RGB 252201155
HSL0.080.940.80
HSV28°38°99°
CMYK 0.000.200.38   0.01
XYZ66.947964.835339.9963
Yxy64.83530.38970.3774
Hunter Lab80.52047.501526.9136
CIE-Lab84.398812.119729.8661

#fcc99b color RGB value is (252,201,155).

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

The process color (four color CMYK) of #fcc99b color hex is 0.00, 0.20, 0.38, 0.01. Web safe color of #fcc99b is #ffcc99. Color #fcc99b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001001 10011011
Octal 374 311 233
Decimal 252 201 155
Hex FC C9 9B

RGB Percentages of Color #fcc99b

%41.45
%33.06
%25.49

CMYK Percentages of Color #fcc99b

%0
%20
%38
%1

Triadic Colors of #fcc99b

#fcc99b #9bfcc9 #c99bfc

Analogous Colors of #fcc99b

#fcc99b #fcfa9b #fc9b9e

Monochromatic Colors of #fcc99b

#fcc99b

Complementary Color

#fcc99b #9bcefc

#fcc99b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc99b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc99b Color CSS Codes

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

#fcc99b Text Font Color

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

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


#fcc99b Background Color

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

This div background color is #fcc99b


#fcc99b Border Color

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

This div border color is #fcc99b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc99b


Comments

No comments written yet.

Please login to write comment.