Color Hex Logo

#fadfcc Color Hex

#FADFCC
(250,223,204)
0 Favorites   0 Comments

Color spaces of #fadfcc

RGB 250223204
HSL0.070.820.89
HSV25°18°98°
CMYK 0.000.110.18   0.02
XYZ76.711177.459068.0347
Yxy77.45900.34520.3486
Hunter Lab88.01081.563515.7748
CIE-Lab90.53256.333612.6934

#fadfcc color RGB value is (250,223,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 11001100
Octal 372 337 314
Decimal 250 223 204
Hex FA DF CC

RGB Percentages of Color #fadfcc

%36.93
%32.94
%30.13

CMYK Percentages of Color #fadfcc

%0
%11
%18
%2

Triadic Colors of #fadfcc

#fadfcc #ccfadf #dfccfa

Analogous Colors of #fadfcc

#fadfcc #faf6cc #faccd0

Monochromatic Colors of #fadfcc

#fadfcc

Complementary Color

#fadfcc #cce7fa

#fadfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadfcc Color CSS Codes

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

#fadfcc Text Font Color

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

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


#fadfcc Background Color

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

This div background color is #fadfcc


#fadfcc Border Color

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

This div border color is #fadfcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,223,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 #fadfcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadfcc

Related Colors


Comments

No comments written yet.

Please login to write comment.