Color Hex Logo

#fadaf3 Color Hex

#FADAF3
(250,218,243)
0 Favorites   0 Comments

Color spaces of #fadaf3

RGB 250218243
HSL0.870.760.92
HSV313°13°98°
CMYK 0.000.130.03   0.02
XYZ80.673476.937995.3926
Yxy76.93790.31890.3041
Hunter Lab87.714310.6718-3.0802
CIE-Lab90.293015.2467-8.1095

#fadaf3 color RGB value is (250,218,243).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011010 11110011
Octal 372 332 363
Decimal 250 218 243
Hex FA DA F3

RGB Percentages of Color #fadaf3

%35.16
%30.66
%34.18

CMYK Percentages of Color #fadaf3

%0
%13
%3
%2

Triadic Colors of #fadaf3

#fadaf3 #f3fada #daf3fa

Analogous Colors of #fadaf3

#fadaf3 #fadae3 #f1dafa

Monochromatic Colors of #fadaf3

#fadaf3

Complementary Color

#fadaf3 #dafae1

#fadaf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadaf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadaf3 Color CSS Codes

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

#fadaf3 Text Font Color

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

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


#fadaf3 Background Color

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

This div background color is #fadaf3


#fadaf3 Border Color

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

This div border color is #fadaf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadaf3

Related Colors


Comments

No comments written yet.

Please login to write comment.