Color Hex Logo

#fadfbb Color Hex

#FADFBB
(250,223,187)
0 Favorites   0 Comments

Color spaces of #fadfbb

RGB 250223187
HSL0.100.860.86
HSV34°25°98°
CMYK 0.000.110.25   0.02
XYZ74.781776.687257.8744
Yxy76.68720.35720.3663
Hunter Lab87.5712-0.819122.1161
CIE-Lab90.17743.927821.0557

#fadfbb color RGB value is (250,223,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 10111011
Octal 372 337 273
Decimal 250 223 187
Hex FA DF BB

RGB Percentages of Color #fadfbb

%37.88
%33.79
%28.33

CMYK Percentages of Color #fadfbb

%0
%11
%25
%2

Triadic Colors of #fadfbb

#fadfbb #bbfadf #dfbbfa

Analogous Colors of #fadfbb

#fadfbb #f6fabb #fac0bb

Monochromatic Colors of #fadfbb

#fadfbb

Complementary Color

#fadfbb #bbd6fa

#fadfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadfbb Color CSS Codes

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

#fadfbb Text Font Color

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

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


#fadfbb Background Color

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

This div background color is #fadfbb


#fadfbb Border Color

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

This div border color is #fadfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadfbb


Comments

No comments written yet.

Please login to write comment.