Color Hex Logo

#fadabc Color Hex

#FADABC
(250,218,188)
0 Favorites   0 Comments

Color spaces of #fadabc

RGB 250218188
HSL0.080.860.86
HSV29°25°98°
CMYK 0.000.130.25   0.02
XYZ73.572874.097658.0015
Yxy74.09760.35770.3603
Hunter Lab86.08001.924520.3058
CIE-Lab88.96866.637518.8529

#fadabc color RGB value is (250,218,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011010 10111100
Octal 372 332 274
Decimal 250 218 188
Hex FA DA BC

RGB Percentages of Color #fadabc

%38.11
%33.23
%28.66

CMYK Percentages of Color #fadabc

%0
%13
%25
%2

Triadic Colors of #fadabc

#fadabc #bcfada #dabcfa

Analogous Colors of #fadabc

#fadabc #faf9bc #fabcbd

Monochromatic Colors of #fadabc

#fadabc

Complementary Color

#fadabc #bcdcfa

#fadabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadabc Color CSS Codes

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

#fadabc Text Font Color

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

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


#fadabc Background Color

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

This div background color is #fadabc


#fadabc Border Color

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

This div border color is #fadabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadabc


Comments

No comments written yet.

Please login to write comment.