Color Hex Logo

#fadacb Color Hex

#FADACB
(250,218,203)
0 Favorites   0 Comments

Color spaces of #fadacb

RGB 250218203
HSL0.050.820.89
HSV19°19°98°
CMYK 0.000.130.19   0.02
XYZ75.275274.778666.9662
Yxy74.77860.34690.3446
Hunter Lab86.47464.051714.6179
CIE-Lab89.28928.769711.4497

#fadacb color RGB value is (250,218,203).

#fadacb hex color red value is 250, green value is 218 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fadacb hue: 0.05 , saturation: 0.82 and the lightness value of fadacb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011010 11001011
Octal 372 332 313
Decimal 250 218 203
Hex FA DA CB

RGB Percentages of Color #fadacb

%37.26
%32.49
%30.25

CMYK Percentages of Color #fadacb

%0
%13
%19
%2

Triadic Colors of #fadacb

#fadacb #cbfada #dacbfa

Analogous Colors of #fadacb

#fadacb #faf2cb #facbd4

Monochromatic Colors of #fadacb

#fadacb

Complementary Color

#fadacb #cbebfa

#fadacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadacb Color CSS Codes

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

#fadacb Text Font Color

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

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


#fadacb Background Color

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

This div background color is #fadacb


#fadacb Border Color

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

This div border color is #fadacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadacb


Comments

No comments written yet.

Please login to write comment.