Color Hex Logo

#fadfcb Color Hex

#FADFCB
(250,223,203)
2 Favorites   0 Comments

Color spaces of #fadfcb

RGB 250223203
HSL0.070.820.89
HSV26°19°98°
CMYK 0.000.110.19   0.02
XYZ76.591577.411167.4050
Yxy77.41110.34590.3496
Hunter Lab87.98361.416616.1659
CIE-Lab90.51056.186313.1847

#fadfcb color RGB value is (250,223,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 11001011
Octal 372 337 313
Decimal 250 223 203
Hex FA DF CB

RGB Percentages of Color #fadfcb

%36.98
%32.99
%30.03

CMYK Percentages of Color #fadfcb

%0
%11
%19
%2

Triadic Colors of #fadfcb

#fadfcb #cbfadf #dfcbfa

Analogous Colors of #fadfcb

#fadfcb #faf7cb #facbcf

Monochromatic Colors of #fadfcb

#fadfcb

Complementary Color

#fadfcb #cbe6fa

#fadfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadfcb Color CSS Codes

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

#fadfcb Text Font Color

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

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


#fadfcb Background Color

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

This div background color is #fadfcb


#fadfcb Border Color

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

This div border color is #fadfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadfcb


Comments

No comments written yet.

Please login to write comment.