Color Hex Logo

#fadecc Color Hex

#FADECC
(250,222,204)
0 Favorites   0 Comments

Color spaces of #fadecc

RGB 250222204
HSL0.070.820.89
HSV23°18°98°
CMYK 0.000.110.18   0.02
XYZ76.444776.926267.9459
Yxy76.92620.34540.3476
Hunter Lab87.70762.089815.4641
CIE-Lab90.28766.849412.3458

#fadecc color RGB value is (250,222,204).

#fadecc hex color red value is 250, green value is 222 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fadecc hue: 0.07 , saturation: 0.82 and the lightness value of fadecc is 0.89.

The process color (four color CMYK) of #fadecc color hex is 0.00, 0.11, 0.18, 0.02. Web safe color of #fadecc is #ffcccc. Color #fadecc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011110 11001100
Octal 372 336 314
Decimal 250 222 204
Hex FA DE CC

RGB Percentages of Color #fadecc

%36.98
%32.84
%30.18

CMYK Percentages of Color #fadecc

%0
%11
%18
%2

Triadic Colors of #fadecc

#fadecc #ccfade #deccfa

Analogous Colors of #fadecc

#fadecc #faf5cc #faccd1

Monochromatic Colors of #fadecc

#fadecc

Complementary Color

#fadecc #cce8fa

#fadecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadecc Color CSS Codes

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

#fadecc Text Font Color

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

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


#fadecc Background Color

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

This div background color is #fadecc


#fadecc Border Color

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

This div border color is #fadecc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,222,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fadecc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fadecc;
  -webkit-box-shadow: 1px 1px 3px 2px #fadecc;
  box-shadow:         1px 1px 3px 2px #fadecc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,222,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadecc

Related Colors

#fadecc Color Palettes


Comments

No comments written yet.

Please login to write comment.