Color Hex Logo

#fab7ad Color Hex

#FAB7AD
(250,183,173)
0 Favorites   0 Comments

Color spaces of #fab7ad

RGB 250183173
HSL0.020.890.83
HSV31°98°
CMYK 0.000.270.31   0.02
XYZ63.900757.208147.2095
Yxy57.20810.37960.3399
Hunter Lab75.636018.441715.9384
CIE-Lab80.296522.947314.6538

#fab7ad color RGB value is (250,183,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110111 10101101
Octal 372 267 255
Decimal 250 183 173
Hex FA B7 AD

RGB Percentages of Color #fab7ad

%41.25
%30.20
%28.55

CMYK Percentages of Color #fab7ad

%0
%27
%31
%2

Triadic Colors of #fab7ad

#fab7ad #adfab7 #b7adfa

Analogous Colors of #fab7ad

#fab7ad #fadead #faadca

Monochromatic Colors of #fab7ad

#fab7ad

Complementary Color

#fab7ad #adf0fa

#fab7ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab7ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab7ad Color CSS Codes

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

#fab7ad Text Font Color

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

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


#fab7ad Background Color

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

This div background color is #fab7ad


#fab7ad Border Color

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

This div border color is #fab7ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab7ad

Related Colors


Comments

No comments written yet.

Please login to write comment.