Color Hex Logo

#fadfda Color Hex

#FADFDA
(250,223,218)
0 Favorites   0 Comments

Color spaces of #fadfda

RGB 250223218
HSL0.030.760.92
HSV13°98°
CMYK 0.000.110.13   0.02
XYZ78.466978.161377.2807
Yxy78.16130.33550.3342
Hunter Lab88.40893.711310.0592
CIE-Lab90.85358.47505.8279

#fadfda color RGB value is (250,223,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 11011010
Octal 372 337 332
Decimal 250 223 218
Hex FA DF DA

RGB Percentages of Color #fadfda

%36.18
%32.27
%31.55

CMYK Percentages of Color #fadfda

%0
%11
%13
%2

Triadic Colors of #fadfda

#fadfda #dafadf #dfdafa

Analogous Colors of #fadfda

#fadfda #faefda #fadae5

Monochromatic Colors of #fadfda

#fadfda

Complementary Color

#fadfda #daf5fa

#fadfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadfda Color CSS Codes

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

#fadfda Text Font Color

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

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


#fadfda Background Color

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

This div background color is #fadfda


#fadfda Border Color

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

This div border color is #fadfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadfda

Related Colors


Comments

No comments written yet.

Please login to write comment.