Color Hex Logo

#fcddaf Color Hex

#FCDDAF
(252,221,175)
1 Favorites   0 Comments

Color spaces of #fcddaf

RGB 252221175
HSL0.100.930.84
HSV36°31°99°
CMYK 0.000.120.31   0.01
XYZ73.739275.503551.2446
Yxy75.50350.36780.3766
Hunter Lab86.8927-0.583125.8589
CIE-Lab89.62834.139826.5477

#fcddaf color RGB value is (252,221,175).

#fcddaf hex color red value is 252, green value is 221 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fcddaf hue: 0.10 , saturation: 0.93 and the lightness value of fcddaf is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 10101111
Octal 374 335 257
Decimal 252 221 175
Hex FC DD AF

RGB Percentages of Color #fcddaf

%38.89
%34.10
%27.01

CMYK Percentages of Color #fcddaf

%0
%12
%31
%1

Triadic Colors of #fcddaf

#fcddaf #affcdd #ddaffc

Analogous Colors of #fcddaf

#fcddaf #f5fcaf #fcb7af

Monochromatic Colors of #fcddaf

#fcddaf

Complementary Color

#fcddaf #afcefc

#fcddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcddaf Color CSS Codes

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

#fcddaf Text Font Color

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

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


#fcddaf Background Color

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

This div background color is #fcddaf


#fcddaf Border Color

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

This div border color is #fcddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcddaf


Comments

No comments written yet.

Please login to write comment.