Color Hex Logo

#fad7bf Color Hex

#FAD7BF
(250,215,191)
0 Favorites   0 Comments

Color spaces of #fad7bf

RGB 250215191
HSL0.070.860.86
HSV24°24°98°
CMYK 0.000.140.24   0.02
XYZ73.128772.686559.4658
Yxy72.68650.35620.3541
Hunter Lab85.25643.909818.3251
CIE-Lab88.29808.602516.3437

#fad7bf color RGB value is (250,215,191).

#fad7bf hex color red value is 250, green value is 215 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fad7bf hue: 0.07 , saturation: 0.86 and the lightness value of fad7bf is 0.86.

The process color (four color CMYK) of #fad7bf color hex is 0.00, 0.14, 0.24, 0.02. Web safe color of #fad7bf is #ffcccc. Color #fad7bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010111 10111111
Octal 372 327 277
Decimal 250 215 191
Hex FA D7 BF

RGB Percentages of Color #fad7bf

%38.11
%32.77
%29.12

CMYK Percentages of Color #fad7bf

%0
%14
%24
%2

Triadic Colors of #fad7bf

#fad7bf #bffad7 #d7bffa

Analogous Colors of #fad7bf

#fad7bf #faf5bf #fabfc5

Monochromatic Colors of #fad7bf

#fad7bf

Complementary Color

#fad7bf #bfe2fa

#fad7bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad7bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad7bf Color CSS Codes

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

#fad7bf Text Font Color

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

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


#fad7bf Background Color

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

This div background color is #fad7bf


#fad7bf Border Color

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

This div border color is #fad7bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad7bf

Related Colors


Comments

No comments written yet.

Please login to write comment.