Color Hex Logo

#fadcbc Color Hex

#FADCBC
(250,220,188)
0 Favorites   0 Comments

Color spaces of #fadcbc

RGB 250220188
HSL0.090.860.86
HSV31°25°98°
CMYK 0.000.120.25   0.02
XYZ74.094675.141258.1755
Yxy75.14120.35720.3623
Hunter Lab86.68400.878820.8880
CIE-Lab89.45915.606119.5367

#fadcbc color RGB value is (250,220,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011100 10111100
Octal 372 334 274
Decimal 250 220 188
Hex FA DC BC

RGB Percentages of Color #fadcbc

%37.99
%33.43
%28.57

CMYK Percentages of Color #fadcbc

%0
%12
%25
%2

Triadic Colors of #fadcbc

#fadcbc #bcfadc #dcbcfa

Analogous Colors of #fadcbc

#fadcbc #f9fabc #fabdbc

Monochromatic Colors of #fadcbc

#fadcbc

Complementary Color

#fadcbc #bcdafa

#fadcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadcbc Color CSS Codes

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

#fadcbc Text Font Color

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

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


#fadcbc Background Color

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

This div background color is #fadcbc


#fadcbc Border Color

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

This div border color is #fadcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadcbc


Comments

No comments written yet.

Please login to write comment.