Color Hex Logo

#fadff1 Color Hex

#FADFF1
(250,223,241)
0 Favorites   0 Comments

Color spaces of #fadff1

RGB 250223241
HSL0.890.730.93
HSV320°11°98°
CMYK 0.000.110.04   0.02
XYZ81.689279.450294.2490
Yxy79.45020.31990.3111
Hunter Lab89.13487.6035-0.2974
CIE-Lab91.437612.2918-5.3683

#fadff1 color RGB value is (250,223,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 11110001
Octal 372 337 361
Decimal 250 223 241
Hex FA DF F1

RGB Percentages of Color #fadff1

%35.01
%31.23
%33.75

CMYK Percentages of Color #fadff1

%0
%11
%4
%2

Triadic Colors of #fadff1

#fadff1 #f1fadf #dff1fa

Analogous Colors of #fadff1

#fadff1 #fadfe4 #f6dffa

Monochromatic Colors of #fadff1

#fadff1

Complementary Color

#fadff1 #dffae8

#fadff1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadff1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadff1 Color CSS Codes

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

#fadff1 Text Font Color

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

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


#fadff1 Background Color

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

This div background color is #fadff1


#fadff1 Border Color

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

This div border color is #fadff1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadff1

Related Colors


Comments

No comments written yet.

Please login to write comment.