Color Hex Logo

#fcceab Color Hex

#FCCEAB
(252,206,171)
0 Favorites   0 Comments

Color spaces of #fcceab

RGB 252206171
HSL0.070.930.83
HSV26°32°99°
CMYK 0.000.180.32   0.01
XYZ69.566967.778347.9440
Yxy67.77830.37550.3658
Hunter Lab82.32766.759523.1014
CIE-Lab85.895511.395623.5262

#fcceab color RGB value is (252,206,171).

#fcceab hex color red value is 252, green value is 206 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fcceab hue: 0.07 , saturation: 0.93 and the lightness value of fcceab is 0.83.

The process color (four color CMYK) of #fcceab color hex is 0.00, 0.18, 0.32, 0.01. Web safe color of #fcceab is #ffcc99. Color #fcceab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001110 10101011
Octal 374 316 253
Decimal 252 206 171
Hex FC CE AB

RGB Percentages of Color #fcceab

%40.06
%32.75
%27.19

CMYK Percentages of Color #fcceab

%0
%18
%32
%1

Triadic Colors of #fcceab

#fcceab #abfcce #ceabfc

Analogous Colors of #fcceab

#fcceab #fcf7ab #fcabb1

Monochromatic Colors of #fcceab

#fcceab

Complementary Color

#fcceab #abd9fc

#fcceab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcceab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcceab Color CSS Codes

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

#fcceab Text Font Color

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

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


#fcceab Background Color

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

This div background color is #fcceab


#fcceab Border Color

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

This div border color is #fcceab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcceab


Comments

No comments written yet.

Please login to write comment.