Color Hex Logo

#fcc69b Color Hex

#FCC69B
(252,198,155)
0 Favorites   0 Comments

Color spaces of #fcc69b

RGB 252198155
HSL0.070.940.80
HSV27°38°99°
CMYK 0.000.210.38   0.01
XYZ66.255463.450239.7654
Yxy63.45020.39100.3744
Hunter Lab79.65569.074126.1604
CIE-Lab83.678713.684428.9007

#fcc69b color RGB value is (252,198,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000110 10011011
Octal 374 306 233
Decimal 252 198 155
Hex FC C6 9B

RGB Percentages of Color #fcc69b

%41.65
%32.73
%25.62

CMYK Percentages of Color #fcc69b

%0
%21
%38
%1

Triadic Colors of #fcc69b

#fcc69b #9bfcc6 #c69bfc

Analogous Colors of #fcc69b

#fcc69b #fcf79b #fc9ba1

Monochromatic Colors of #fcc69b

#fcc69b

Complementary Color

#fcc69b #9bd1fc

#fcc69b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc69b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc69b Color CSS Codes

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

#fcc69b Text Font Color

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

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


#fcc69b Background Color

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

This div background color is #fcc69b


#fcc69b Border Color

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

This div border color is #fcc69b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc69b


Comments

No comments written yet.

Please login to write comment.