Color Hex Logo

#fadfbc Color Hex

#FADFBC
(250,223,188)
0 Favorites   0 Comments

Color spaces of #fadfbc

RGB 250223188
HSL0.090.860.86
HSV34°25°98°
CMYK 0.000.110.25   0.02
XYZ74.889176.730258.4403
Yxy76.73020.35650.3653
Hunter Lab87.5958-0.685921.7612
CIE-Lab90.19734.063120.5636

#fadfbc color RGB value is (250,223,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 10111100
Octal 372 337 274
Decimal 250 223 188
Hex FA DF BC

RGB Percentages of Color #fadfbc

%37.82
%33.74
%28.44

CMYK Percentages of Color #fadfbc

%0
%11
%25
%2

Triadic Colors of #fadfbc

#fadfbc #bcfadf #dfbcfa

Analogous Colors of #fadfbc

#fadfbc #f6fabc #fac0bc

Monochromatic Colors of #fadfbc

#fadfbc

Complementary Color

#fadfbc #bcd7fa

#fadfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadfbc Color CSS Codes

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

#fadfbc Text Font Color

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

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


#fadfbc Background Color

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

This div background color is #fadfbc


#fadfbc Border Color

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

This div border color is #fadfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadfbc


Comments

No comments written yet.

Please login to write comment.