Color Hex Logo

#fabdac Color Hex

#FABDAC
(250,189,172)
1 Favorites   0 Comments

Color spaces of #fabdac

RGB 250189172
HSL0.040.890.83
HSV13°31°98°
CMYK 0.000.240.31   0.02
XYZ65.068359.697747.1231
Yxy59.69770.37850.3473
Hunter Lab77.264315.111717.9243
CIE-Lab81.673619.663317.1205

#fabdac color RGB value is (250,189,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111101 10101100
Octal 372 275 254
Decimal 250 189 172
Hex FA BD AC

RGB Percentages of Color #fabdac

%40.92
%30.93
%28.15

CMYK Percentages of Color #fabdac

%0
%24
%31
%2

Triadic Colors of #fabdac

#fabdac #acfabd #bdacfa

Analogous Colors of #fabdac

#fabdac #fae4ac #faacc2

Monochromatic Colors of #fabdac

#fabdac

Complementary Color

#fabdac #ace9fa

#fabdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabdac Color CSS Codes

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

#fabdac Text Font Color

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

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


#fabdac Background Color

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

This div background color is #fabdac


#fabdac Border Color

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

This div border color is #fabdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabdac

#fabdac Color Palettes


Comments

No comments written yet.

Please login to write comment.