Color Hex Logo

#fcc19b Color Hex

#FCC19B
(252,193,155)
0 Favorites   0 Comments

Color spaces of #fcc19b

RGB 252193155
HSL0.070.940.80
HSV24°38°99°
CMYK 0.000.230.38   0.01
XYZ65.131261.201939.3907
Yxy61.20190.39300.3693
Hunter Lab78.231611.703524.9088
CIE-Lab82.487216.298527.2968

#fcc19b color RGB value is (252,193,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000001 10011011
Octal 374 301 233
Decimal 252 193 155
Hex FC C1 9B

RGB Percentages of Color #fcc19b

%42.00
%32.17
%25.83

CMYK Percentages of Color #fcc19b

%0
%23
%38
%1

Triadic Colors of #fcc19b

#fcc19b #9bfcc1 #c19bfc

Analogous Colors of #fcc19b

#fcc19b #fcf29b #fc9ba6

Monochromatic Colors of #fcc19b

#fcc19b

Complementary Color

#fcc19b #9bd6fc

#fcc19b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc19b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc19b Color CSS Codes

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

#fcc19b Text Font Color

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

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


#fcc19b Background Color

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

This div background color is #fcc19b


#fcc19b Border Color

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

This div border color is #fcc19b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc19b


Comments

No comments written yet.

Please login to write comment.