Color Hex Logo

#fadfc3 Color Hex

#FADFC3
(250,223,195)
0 Favorites   0 Comments

Color spaces of #fadfc3

RGB 250223195
HSL0.080.850.87
HSV31°22°98°
CMYK 0.000.110.22   0.02
XYZ75.662377.039562.5120
Yxy77.03950.35160.3580
Hunter Lab87.77210.271219.2137
CIE-Lab90.33985.032817.1189

#fadfc3 color RGB value is (250,223,195).

#fadfc3 hex color red value is 250, green value is 223 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #fadfc3 hue: 0.08 , saturation: 0.85 and the lightness value of fadfc3 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 11000011
Octal 372 337 303
Decimal 250 223 195
Hex FA DF C3

RGB Percentages of Color #fadfc3

%37.43
%33.38
%29.19

CMYK Percentages of Color #fadfc3

%0
%11
%22
%2

Triadic Colors of #fadfc3

#fadfc3 #c3fadf #dfc3fa

Analogous Colors of #fadfc3

#fadfc3 #fafac3 #fac4c3

Monochromatic Colors of #fadfc3

#fadfc3

Complementary Color

#fadfc3 #c3defa

#fadfc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadfc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadfc3 Color CSS Codes

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

#fadfc3 Text Font Color

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

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


#fadfc3 Background Color

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

This div background color is #fadfc3


#fadfc3 Border Color

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

This div border color is #fadfc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadfc3


Comments

No comments written yet.

Please login to write comment.