Color Hex Logo

#faedbb Color Hex

#FAEDBB
(250,237,187)
0 Favorites   0 Comments

Color spaces of #faedbb

RGB 250237187
HSL0.130.860.86
HSV48°25°98°
CMYK 0.000.050.25   0.02
XYZ78.678284.480259.1732
Yxy84.48020.35390.3800
Hunter Lab91.9131-8.050826.1686
CIE-Lab93.6587-3.195825.8548

#faedbb color RGB value is (250,237,187).

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

The process color (four color CMYK) of #faedbb color hex is 0.00, 0.05, 0.25, 0.02. Web safe color of #faedbb is #ffffcc. Color #faedbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 10111011
Octal 372 355 273
Decimal 250 237 187
Hex FA ED BB

RGB Percentages of Color #faedbb

%37.09
%35.16
%27.74

CMYK Percentages of Color #faedbb

%0
%5
%25
%2

Triadic Colors of #faedbb

#faedbb #bbfaed #edbbfa

Analogous Colors of #faedbb

#faedbb #e8fabb #facebb

Monochromatic Colors of #faedbb

#faedbb

Complementary Color

#faedbb #bbc8fa

#faedbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faedbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faedbb Color CSS Codes

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

#faedbb Text Font Color

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

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


#faedbb Background Color

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

This div background color is #faedbb


#faedbb Border Color

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

This div border color is #faedbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faedbb


Comments

No comments written yet.

Please login to write comment.