Color Hex Logo

#fabdaf Color Hex

#FABDAF
(250,189,175)
0 Favorites   0 Comments

Color spaces of #fabdaf

RGB 250189175
HSL0.030.880.83
HSV11°30°98°
CMYK 0.000.240.30   0.02
XYZ65.359859.814348.6579
Yxy59.81430.37600.3441
Hunter Lab77.339715.505916.8358
CIE-Lab81.737120.046515.6052

#fabdaf color RGB value is (250,189,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111101 10101111
Octal 372 275 257
Decimal 250 189 175
Hex FA BD AF

RGB Percentages of Color #fabdaf

%40.72
%30.78
%28.50

CMYK Percentages of Color #fabdaf

%0
%24
%30
%2

Triadic Colors of #fabdaf

#fabdaf #affabd #bdaffa

Analogous Colors of #fabdaf

#fabdaf #fae3af #faafc7

Monochromatic Colors of #fabdaf

#fabdaf

Complementary Color

#fabdaf #afecfa

#fabdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabdaf Color CSS Codes

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

#fabdaf Text Font Color

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

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


#fabdaf Background Color

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

This div background color is #fabdaf


#fabdaf Border Color

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

This div border color is #fabdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabdaf


Comments

No comments written yet.

Please login to write comment.