Color Hex Logo

#fadfbe Color Hex

#FADFBE
(250,223,190)
0 Favorites   0 Comments

Color spaces of #fadfbe

RGB 250223190
HSL0.090.860.86
HSV33°24°98°
CMYK 0.000.110.24   0.02
XYZ75.106376.817159.5838
Yxy76.81710.35510.3632
Hunter Lab87.6454-0.416721.0447
CIE-Lab90.23744.336419.5794

#fadfbe color RGB value is (250,223,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 10111110
Octal 372 337 276
Decimal 250 223 190
Hex FA DF BE

RGB Percentages of Color #fadfbe

%37.71
%33.63
%28.66

CMYK Percentages of Color #fadfbe

%0
%11
%24
%2

Triadic Colors of #fadfbe

#fadfbe #befadf #dfbefa

Analogous Colors of #fadfbe

#fadfbe #f7fabe #fac1be

Monochromatic Colors of #fadfbe

#fadfbe

Complementary Color

#fadfbe #bed9fa

#fadfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadfbe Color CSS Codes

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

#fadfbe Text Font Color

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

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


#fadfbe Background Color

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

This div background color is #fadfbe


#fadfbe Border Color

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

This div border color is #fadfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadfbe


Comments

No comments written yet.

Please login to write comment.