color codes Logo

#fdcfa9 color codes

#FDCFA9
(253,207,169)
0 Favorites   0 Comments

Color spaces of #fdcfa9

RGB 253207169
HSL0.080.950.83
HSV27°33°99°
CMYK 0.000.180.33   0.01
XYZ69.982368.372947.0449
Yxy68.37290.37750.3688
Hunter Lab82.68796.368324.1488
CIE-Lab86.192611.010124.9956

#fdcfa9 color RGB value is (253,207,169).

#fdcfa9 hex color red value is 253, green value is 207 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #fdcfa9 hue: 0.08 , saturation: 0.95 and the lightness value of fdcfa9 is 0.83.

The process color (four color CMYK) of #fdcfa9 color code is 0.00, 0.18, 0.33, 0.01. Web safe color of #fdcfa9 is #ffcc99. Color #fdcfa9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001111 10101001
Octal 375 317 251
Decimal 253 207 169
Hex FD CF A9

RGB Percentages of Color #fdcfa9

%40.22
%32.91
%26.87

CMYK Percentages of Color #fdcfa9

%0
%18
%33
%1

Triadic Colors of #fdcfa9

#fdcfa9 #a9fdcf #cfa9fd

Analogous Colors of #fdcfa9

#fdcfa9 #fdf9a9 #fda9ad

Monochromatic Colors of #fdcfa9

#fdcfa9

Complementary Color

#fdcfa9 #a9d7fd

#fdcfa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcfa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcfa9 Color CSS Codes

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

#fdcfa9 Text Font Color

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

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


#fdcfa9 Background Color

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

This div background color is #fdcfa9


#fdcfa9 Border Color

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

This div border color is #fdcfa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcfa9


Comments

No comments written yet.

Please login to write comment.