Color Hex Logo

#fcdabb Color Hex

#FCDABB
(252,218,187)
0 Favorites   0 Comments

Color spaces of #fcdabb

RGB 252218187
HSL0.080.920.86
HSV29°26°99°
CMYK 0.000.130.26   0.01
XYZ74.185974.426157.4694
Yxy74.42610.36000.3611
Hunter Lab86.27062.522520.8932
CIE-Lab89.12357.241619.6173

#fcdabb color RGB value is (252,218,187).

#fcdabb hex color red value is 252, green value is 218 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fcdabb hue: 0.08 , saturation: 0.92 and the lightness value of fcdabb is 0.86.

The process color (four color CMYK) of #fcdabb color hex is 0.00, 0.13, 0.26, 0.01. Web safe color of #fcdabb is #ffcccc. Color #fcdabb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011010 10111011
Octal 374 332 273
Decimal 252 218 187
Hex FC DA BB

RGB Percentages of Color #fcdabb

%38.36
%33.18
%28.46

CMYK Percentages of Color #fcdabb

%0
%13
%26
%1

Triadic Colors of #fcdabb

#fcdabb #bbfcda #dabbfc

Analogous Colors of #fcdabb

#fcdabb #fcfbbb #fcbbbd

Monochromatic Colors of #fcdabb

#fcdabb

Complementary Color

#fcdabb #bbddfc

#fcdabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdabb Color CSS Codes

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

#fcdabb Text Font Color

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

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


#fcdabb Background Color

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

This div background color is #fcdabb


#fcdabb Border Color

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

This div border color is #fcdabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdabb


Comments

No comments written yet.

Please login to write comment.