Color Hex Logo

#fadffd Color Hex

#FADFFD
(250,223,253)
0 Favorites   0 Comments

Color spaces of #fadffd

RGB 250223253
HSL0.820.880.93
HSV294°12°99°
CMYK 0.010.120.00   0.01
XYZ83.541680.1912104.0038
Yxy80.19120.31200.2995
Hunter Lab89.54959.8126-6.1754
CIE-Lab91.770614.4230-11.1555

#fadffd color RGB value is (250,223,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 11111101
Octal 372 337 375
Decimal 250 223 253
Hex FA DF FD

RGB Percentages of Color #fadffd

%34.44
%30.72
%34.85

CMYK Percentages of Color #fadffd

%1
%12
%0
%1

Triadic Colors of #fadffd

#fadffd #fdfadf #dffdfa

Analogous Colors of #fadffd

#fadffd #fddff1 #ebdffd

Monochromatic Colors of #fadffd

#fadffd

Complementary Color

#fadffd #e2fddf

#fadffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadffd Color CSS Codes

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

#fadffd Text Font Color

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

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


#fadffd Background Color

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

This div background color is #fadffd


#fadffd Border Color

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

This div border color is #fadffd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,223,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 #fadffd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadffd

Related Colors


Comments

No comments written yet.

Please login to write comment.