Color Hex Logo

#fabeaf Color Hex

#FABEAF
(250,190,175)
0 Favorites   0 Comments

Color spaces of #fabeaf

RGB 250190175
HSL0.030.880.83
HSV12°30°98°
CMYK 0.000.240.30   0.02
XYZ65.575760.246148.7299
Yxy60.24610.37570.3451
Hunter Lab77.618414.973217.1098
CIE-Lab81.971819.520615.9343

#fabeaf color RGB value is (250,190,175).

#fabeaf hex color red value is 250, green value is 190 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fabeaf hue: 0.03 , saturation: 0.88 and the lightness value of fabeaf is 0.83.

The process color (four color CMYK) of #fabeaf color hex is 0.00, 0.24, 0.30, 0.02. Web safe color of #fabeaf is #ffcc99. Color #fabeaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111110 10101111
Octal 372 276 257
Decimal 250 190 175
Hex FA BE AF

RGB Percentages of Color #fabeaf

%40.65
%30.89
%28.46

CMYK Percentages of Color #fabeaf

%0
%24
%30
%2

Triadic Colors of #fabeaf

#fabeaf #affabe #beaffa

Analogous Colors of #fabeaf

#fabeaf #fae4af #faafc6

Monochromatic Colors of #fabeaf

#fabeaf

Complementary Color

#fabeaf #afebfa

#fabeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabeaf Color CSS Codes

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

#fabeaf Text Font Color

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

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


#fabeaf Background Color

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

This div background color is #fabeaf


#fabeaf Border Color

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

This div border color is #fabeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabeaf

Related Colors


Comments

No comments written yet.

Please login to write comment.