Color Hex Logo

#fccbaf Color Hex

#FCCBAF
(252,203,175)
0 Favorites   0 Comments

Color spaces of #fccbaf

RGB 252203175
HSL0.060.930.84
HSV22°31°99°
CMYK 0.000.190.31   0.01
XYZ69.238766.502549.7444
Yxy66.50250.37330.3585
Hunter Lab81.54918.843420.9178
CIE-Lab85.252113.459120.5357

#fccbaf color RGB value is (252,203,175).

#fccbaf hex color red value is 252, green value is 203 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fccbaf hue: 0.06 , saturation: 0.93 and the lightness value of fccbaf is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 10101111
Octal 374 313 257
Decimal 252 203 175
Hex FC CB AF

RGB Percentages of Color #fccbaf

%40.00
%32.22
%27.78

CMYK Percentages of Color #fccbaf

%0
%19
%31
%1

Triadic Colors of #fccbaf

#fccbaf #affccb #cbaffc

Analogous Colors of #fccbaf

#fccbaf #fcf2af #fcafba

Monochromatic Colors of #fccbaf

#fccbaf

Complementary Color

#fccbaf #afe0fc

#fccbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccbaf Color CSS Codes

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

#fccbaf Text Font Color

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

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


#fccbaf Background Color

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

This div background color is #fccbaf


#fccbaf Border Color

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

This div border color is #fccbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccbaf

Related Colors


Comments

No comments written yet.

Please login to write comment.