Color Hex Logo

#fadff9 Color Hex

#FADFF9
(250,223,249)
0 Favorites   0 Comments

Color spaces of #fadff9

RGB 250223249
HSL0.840.730.93
HSV302°11°98°
CMYK 0.000.110.00   0.02
XYZ82.910979.9389100.6824
Yxy79.93890.31460.3033
Hunter Lab89.40869.0628-4.1801
CIE-Lab91.657413.7024-9.2311

#fadff9 color RGB value is (250,223,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 11111001
Octal 372 337 371
Decimal 250 223 249
Hex FA DF F9

RGB Percentages of Color #fadff9

%34.63
%30.89
%34.49

CMYK Percentages of Color #fadff9

%0
%11
%0
%2

Triadic Colors of #fadff9

#fadff9 #f9fadf #dff9fa

Analogous Colors of #fadff9

#fadff9 #fadfec #eedffa

Monochromatic Colors of #fadff9

#fadff9

Complementary Color

#fadff9 #dffae0

#fadff9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadff9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadff9 Color CSS Codes

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

#fadff9 Text Font Color

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

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


#fadff9 Background Color

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

This div background color is #fadff9


#fadff9 Border Color

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

This div border color is #fadff9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadff9

Related Colors


Comments

No comments written yet.

Please login to write comment.