Color Hex Logo

#fadefd Color Hex

#FADEFD
(250,222,253)
0 Favorites   0 Comments

Color spaces of #fadefd

RGB 250222253
HSL0.820.890.93
HSV294°12°99°
CMYK 0.010.120.00   0.01
XYZ83.275279.6584103.9150
Yxy79.65840.31210.2985
Hunter Lab89.251610.3573-6.5549
CIE-Lab91.531414.9445-11.5118

#fadefd color RGB value is (250,222,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011110 11111101
Octal 372 336 375
Decimal 250 222 253
Hex FA DE FD

RGB Percentages of Color #fadefd

%34.48
%30.62
%34.90

CMYK Percentages of Color #fadefd

%1
%12
%0
%1

Triadic Colors of #fadefd

#fadefd #fdfade #defdfa

Analogous Colors of #fadefd

#fadefd #fddef1 #ebdefd

Monochromatic Colors of #fadefd

#fadefd

Complementary Color

#fadefd #e1fdde

#fadefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadefd Color CSS Codes

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

#fadefd Text Font Color

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

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


#fadefd Background Color

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

This div background color is #fadefd


#fadefd Border Color

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

This div border color is #fadefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadefd

Related Colors


Comments

No comments written yet.

Please login to write comment.