Color Hex Logo

#fae3b3 Color Hex

#FAE3B3
(250,227,179)
0 Favorites   0 Comments

Color spaces of #fae3b3

RGB 250227179
HSL0.110.880.84
HSV41°28°98°
CMYK 0.000.090.28   0.02
XYZ75.030178.516853.8486
Yxy78.51680.36180.3786
Hunter Lab88.6097-3.922525.9959
CIE-Lab91.01520.827326.3472

#fae3b3 color RGB value is (250,227,179).

#fae3b3 hex color red value is 250, green value is 227 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #fae3b3 hue: 0.11 , saturation: 0.88 and the lightness value of fae3b3 is 0.84.

The process color (four color CMYK) of #fae3b3 color hex is 0.00, 0.09, 0.28, 0.02. Web safe color of #fae3b3 is #ffcccc. Color #fae3b3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100011 10110011
Octal 372 343 263
Decimal 250 227 179
Hex FA E3 B3

RGB Percentages of Color #fae3b3

%38.11
%34.60
%27.29

CMYK Percentages of Color #fae3b3

%0
%9
%28
%2

Triadic Colors of #fae3b3

#fae3b3 #b3fae3 #e3b3fa

Analogous Colors of #fae3b3

#fae3b3 #eefab3 #fac0b3

Monochromatic Colors of #fae3b3

#fae3b3

Complementary Color

#fae3b3 #b3cafa

#fae3b3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae3b3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae3b3 Color CSS Codes

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

#fae3b3 Text Font Color

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

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


#fae3b3 Background Color

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

This div background color is #fae3b3


#fae3b3 Border Color

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

This div border color is #fae3b3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae3b3

Related Colors


Comments

No comments written yet.

Please login to write comment.