Color Hex Logo

#fadabf Color Hex

#FADABF
(250,218,191)
0 Favorites   0 Comments

Color spaces of #fadabf

RGB 250218191
HSL0.080.860.86
HSV27°24°98°
CMYK 0.000.130.24   0.02
XYZ73.899774.228459.7228
Yxy74.22840.35550.3571
Hunter Lab86.15592.334419.2096
CIE-Lab89.03037.050417.3712

#fadabf color RGB value is (250,218,191).

#fadabf hex color red value is 250, green value is 218 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fadabf hue: 0.08 , saturation: 0.86 and the lightness value of fadabf is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011010 10111111
Octal 372 332 277
Decimal 250 218 191
Hex FA DA BF

RGB Percentages of Color #fadabf

%37.94
%33.08
%28.98

CMYK Percentages of Color #fadabf

%0
%13
%24
%2

Triadic Colors of #fadabf

#fadabf #bffada #dabffa

Analogous Colors of #fadabf

#fadabf #faf8bf #fabfc2

Monochromatic Colors of #fadabf

#fadabf

Complementary Color

#fadabf #bfdffa

#fadabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadabf Color CSS Codes

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

#fadabf Text Font Color

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

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


#fadabf Background Color

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

This div background color is #fadabf


#fadabf Border Color

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

This div border color is #fadabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadabf

Related Colors

#fadabf Color Palettes


Comments

No comments written yet.

Please login to write comment.