Color Hex Logo

#fadffc Color Hex

#FADFFC
(250,223,252)
0 Favorites   0 Comments

Color spaces of #fadffc

RGB 250223252
HSL0.820.830.93
HSV296°12°99°
CMYK 0.010.120.00   0.01
XYZ83.382780.1276103.1669
Yxy80.12760.31270.3005
Hunter Lab89.51409.6240-5.6732
CIE-Lab91.742114.2420-10.6748

#fadffc color RGB value is (250,223,252).

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

The process color (four color CMYK) of #fadffc color hex is 0.01, 0.12, 0.00, 0.01. Web safe color of #fadffc is #ffccff. Color #fadffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 11111100
Octal 372 337 374
Decimal 250 223 252
Hex FA DF FC

RGB Percentages of Color #fadffc

%34.48
%30.76
%34.76

CMYK Percentages of Color #fadffc

%1
%12
%0
%1

Triadic Colors of #fadffc

#fadffc #fcfadf #dffcfa

Analogous Colors of #fadffc

#fadffc #fcdff0 #ecdffc

Monochromatic Colors of #fadffc

#fadffc

Complementary Color

#fadffc #e1fcdf

#fadffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadffc Color CSS Codes

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

#fadffc Text Font Color

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

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


#fadffc Background Color

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

This div background color is #fadffc


#fadffc Border Color

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

This div border color is #fadffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadffc

Related Colors


Comments

No comments written yet.

Please login to write comment.