Color Hex Logo

#fcdd8f Color Hex

#FCDD8F
(252,221,143)
0 Favorites   0 Comments

Color spaces of #fcdd8f

RGB 252221143
HSL0.120.950.77
HSV43°43°99°
CMYK 0.000.120.43   0.01
XYZ70.959374.391536.6056
Yxy74.39150.39000.4088
Hunter Lab86.2505-4.084435.2121
CIE-Lab89.10720.538542.1517

#fcdd8f color RGB value is (252,221,143).

#fcdd8f hex color red value is 252, green value is 221 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #fcdd8f hue: 0.12 , saturation: 0.95 and the lightness value of fcdd8f is 0.77.

The process color (four color CMYK) of #fcdd8f color hex is 0.00, 0.12, 0.43, 0.01. Web safe color of #fcdd8f is #ffcc99. Color #fcdd8f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 10001111
Octal 374 335 217
Decimal 252 221 143
Hex FC DD 8F

RGB Percentages of Color #fcdd8f

%40.91
%35.88
%23.21

CMYK Percentages of Color #fcdd8f

%0
%12
%43
%1

Triadic Colors of #fcdd8f

#fcdd8f #8ffcdd #dd8ffc

Analogous Colors of #fcdd8f

#fcdd8f #e5fc8f #fca78f

Monochromatic Colors of #fcdd8f

#fcdd8f

Complementary Color

#fcdd8f #8faefc

#fcdd8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdd8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdd8f Color CSS Codes

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

#fcdd8f Text Font Color

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

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


#fcdd8f Background Color

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

This div background color is #fcdd8f


#fcdd8f Border Color

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

This div border color is #fcdd8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdd8f

Related Colors

#fcdd8f Color Palettes


Comments

No comments written yet.

Please login to write comment.