Color Hex Logo

#fadaf7 Color Hex

#FADAF7
(250,218,247)
0 Favorites   0 Comments

Color spaces of #fadaf7

RGB 250218247
HSL0.850.760.92
HSV306°13°98°
CMYK 0.000.130.01   0.02
XYZ81.284277.182298.6092
Yxy77.18220.31620.3002
Hunter Lab87.853411.4093-5.0514
CIE-Lab90.405415.9540-10.0431

#fadaf7 color RGB value is (250,218,247).

#fadaf7 hex color red value is 250, green value is 218 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #fadaf7 hue: 0.85 , saturation: 0.76 and the lightness value of fadaf7 is 0.92.

The process color (four color CMYK) of #fadaf7 color hex is 0.00, 0.13, 0.01, 0.02. Web safe color of #fadaf7 is #ffccff. Color #fadaf7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011010 11110111
Octal 372 332 367
Decimal 250 218 247
Hex FA DA F7

RGB Percentages of Color #fadaf7

%34.97
%30.49
%34.55

CMYK Percentages of Color #fadaf7

%0
%13
%1
%2

Triadic Colors of #fadaf7

#fadaf7 #f7fada #daf7fa

Analogous Colors of #fadaf7

#fadaf7 #fadae7 #eddafa

Monochromatic Colors of #fadaf7

#fadaf7

Complementary Color

#fadaf7 #dafadd

#fadaf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadaf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadaf7 Color CSS Codes

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

#fadaf7 Text Font Color

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

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


#fadaf7 Background Color

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

This div background color is #fadaf7


#fadaf7 Border Color

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

This div border color is #fadaf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadaf7

Related Colors


Comments

No comments written yet.

Please login to write comment.