Color Hex Logo

#fcddd8 Color Hex

#FCDDD8
(252,221,216)
1 Favorites   0 Comments

Color spaces of #fcddd8

RGB 252221216
HSL0.020.860.92
HSV14°99°
CMYK 0.000.120.14   0.01
XYZ78.396077.366275.7670
Yxy77.36620.33860.3342
Hunter Lab87.95815.168410.4983
CIE-Lab90.48999.90076.3735

#fcddd8 color RGB value is (252,221,216).

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

The process color (four color CMYK) of #fcddd8 color hex is 0.00, 0.12, 0.14, 0.01. Web safe color of #fcddd8 is #ffcccc. Color #fcddd8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 11011000
Octal 374 335 330
Decimal 252 221 216
Hex FC DD D8

RGB Percentages of Color #fcddd8

%36.57
%32.08
%31.35

CMYK Percentages of Color #fcddd8

%0
%12
%14
%1

Triadic Colors of #fcddd8

#fcddd8 #d8fcdd #ddd8fc

Analogous Colors of #fcddd8

#fcddd8 #fcefd8 #fcd8e5

Monochromatic Colors of #fcddd8

#fcddd8

Complementary Color

#fcddd8 #d8f7fc

#fcddd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcddd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcddd8 Color CSS Codes

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

#fcddd8 Text Font Color

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

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


#fcddd8 Background Color

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

This div background color is #fcddd8


#fcddd8 Border Color

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

This div border color is #fcddd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcddd8

Related Colors


Comments

No comments written yet.

Please login to write comment.