Color Hex Logo

#fadcf0 Color Hex

#FADCF0
(250,220,240)
0 Favorites   0 Comments

Color spaces of #fadcf0

RGB 250220240
HSL0.890.750.92
HSV320°12°98°
CMYK 0.000.120.04   0.02
XYZ80.745777.801793.1995
Yxy77.80170.32070.3090
Hunter Lab88.20539.0449-0.9033
CIE-Lab90.689313.6798-5.9483

#fadcf0 color RGB value is (250,220,240).

#fadcf0 hex color red value is 250, green value is 220 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #fadcf0 hue: 0.89 , saturation: 0.75 and the lightness value of fadcf0 is 0.92.

The process color (four color CMYK) of #fadcf0 color hex is 0.00, 0.12, 0.04, 0.02. Web safe color of #fadcf0 is #ffccff. Color #fadcf0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011100 11110000
Octal 372 334 360
Decimal 250 220 240
Hex FA DC F0

RGB Percentages of Color #fadcf0

%35.21
%30.99
%33.80

CMYK Percentages of Color #fadcf0

%0
%12
%4
%2

Triadic Colors of #fadcf0

#fadcf0 #f0fadc #dcf0fa

Analogous Colors of #fadcf0

#fadcf0 #fadce1 #f5dcfa

Monochromatic Colors of #fadcf0

#fadcf0

Complementary Color

#fadcf0 #dcfae6

#fadcf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadcf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadcf0 Color CSS Codes

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

#fadcf0 Text Font Color

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

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


#fadcf0 Background Color

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

This div background color is #fadcf0


#fadcf0 Border Color

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

This div border color is #fadcf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadcf0

Related Colors


Comments

No comments written yet.

Please login to write comment.