Color Hex Logo

#fadbc1 Color Hex

#FADBC1
(250,219,193)
0 Favorites   0 Comments

Color spaces of #fadbc1

RGB 250219193
HSL0.080.850.87
HSV27°23°98°
CMYK 0.000.120.23   0.02
XYZ74.381574.837360.9768
Yxy74.83730.35390.3560
Hunter Lab86.50862.087318.7646
CIE-Lab89.31676.812916.7271

#fadbc1 color RGB value is (250,219,193).

#fadbc1 hex color red value is 250, green value is 219 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #fadbc1 hue: 0.08 , saturation: 0.85 and the lightness value of fadbc1 is 0.87.

The process color (four color CMYK) of #fadbc1 color hex is 0.00, 0.12, 0.23, 0.02. Web safe color of #fadbc1 is #ffcccc. Color #fadbc1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 11000001
Octal 372 333 301
Decimal 250 219 193
Hex FA DB C1

RGB Percentages of Color #fadbc1

%37.76
%33.08
%29.15

CMYK Percentages of Color #fadbc1

%0
%12
%23
%2

Triadic Colors of #fadbc1

#fadbc1 #c1fadb #dbc1fa

Analogous Colors of #fadbc1

#fadbc1 #faf8c1 #fac1c4

Monochromatic Colors of #fadbc1

#fadbc1

Complementary Color

#fadbc1 #c1e0fa

#fadbc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadbc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadbc1 Color CSS Codes

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

#fadbc1 Text Font Color

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

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


#fadbc1 Background Color

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

This div background color is #fadbc1


#fadbc1 Border Color

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

This div border color is #fadbc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadbc1

Related Colors

#fadbc1 Color Palettes


Comments

No comments written yet.

Please login to write comment.