Color Hex Logo

#fdcac9 Color Hex

#FDCAC9
(253,202,201)
0 Favorites   0 Comments

Color spaces of #fdcac9

RGB 253202201
HSL0.000.930.89
HSV21°99°
CMYK 0.000.200.21   0.01
XYZ72.171267.340864.4526
Yxy67.34080.35380.3302
Hunter Lab82.061413.379210.8755
CIE-Lab85.675817.89687.3749

#fdcac9 color RGB value is (253,202,201).

#fdcac9 hex color red value is 253, green value is 202 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #fdcac9 hue: 0.00 , saturation: 0.93 and the lightness value of fdcac9 is 0.89.

The process color (four color CMYK) of #fdcac9 color hex is 0.00, 0.20, 0.21, 0.01. Web safe color of #fdcac9 is #ffcccc. Color #fdcac9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001010 11001001
Octal 375 312 311
Decimal 253 202 201
Hex FD CA C9

RGB Percentages of Color #fdcac9

%38.57
%30.79
%30.64

CMYK Percentages of Color #fdcac9

%0
%20
%21
%1

Triadic Colors of #fdcac9

#fdcac9 #c9fdca #cac9fd

Analogous Colors of #fdcac9

#fdcac9 #fde4c9 #fdc9e2

Monochromatic Colors of #fdcac9

#fdcac9

Complementary Color

#fdcac9 #c9fcfd

#fdcac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcac9 Color CSS Codes

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

#fdcac9 Text Font Color

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

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


#fdcac9 Background Color

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

This div background color is #fdcac9


#fdcac9 Border Color

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

This div border color is #fdcac9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,202,201, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdcac9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdcac9;
  -webkit-box-shadow: 1px 1px 3px 2px #fdcac9;
  box-shadow:         1px 1px 3px 2px #fdcac9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,202,201, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcac9

Related Colors

#fdcac9 Color Palettes


Comments

No comments written yet.

Please login to write comment.