Color Hex Logo

#fccb9f Color Hex

#FCCB9F
(252,203,159)
0 Favorites   0 Comments

Color spaces of #fccb9f

RGB 252203159
HSL0.080.940.81
HSV28°37°99°
CMYK 0.000.190.37   0.01
XYZ67.758865.910541.9516
Yxy65.91050.38580.3753
Hunter Lab81.18536.905326.1922
CIE-Lab84.950711.529628.5207

#fccb9f color RGB value is (252,203,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 10011111
Octal 374 313 237
Decimal 252 203 159
Hex FC CB 9F

RGB Percentages of Color #fccb9f

%41.04
%33.06
%25.90

CMYK Percentages of Color #fccb9f

%0
%19
%37
%1

Triadic Colors of #fccb9f

#fccb9f #9ffccb #cb9ffc

Analogous Colors of #fccb9f

#fccb9f #fcfa9f #fc9fa2

Monochromatic Colors of #fccb9f

#fccb9f

Complementary Color

#fccb9f #9fd0fc

#fccb9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccb9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccb9f Color CSS Codes

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

#fccb9f Text Font Color

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

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


#fccb9f Background Color

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

This div background color is #fccb9f


#fccb9f Border Color

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

This div border color is #fccb9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccb9f


Comments

No comments written yet.

Please login to write comment.