Color Hex Logo

#fad4bf Color Hex

#FAD4BF
(250,212,191)
2 Favorites   0 Comments

Color spaces of #fad4bf

RGB 250212191
HSL0.060.860.86
HSV21°24°98°
CMYK 0.000.150.24   0.02
XYZ72.371871.172559.2135
Yxy71.17250.35690.3510
Hunter Lab84.36385.490317.4400
CIE-Lab87.568710.159615.3179

#fad4bf color RGB value is (250,212,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010100 10111111
Octal 372 324 277
Decimal 250 212 191
Hex FA D4 BF

RGB Percentages of Color #fad4bf

%38.28
%32.47
%29.25

CMYK Percentages of Color #fad4bf

%0
%15
%24
%2

Triadic Colors of #fad4bf

#fad4bf #bffad4 #d4bffa

Analogous Colors of #fad4bf

#fad4bf #faf2bf #fabfc8

Monochromatic Colors of #fad4bf

#fad4bf

Complementary Color

#fad4bf #bfe5fa

#fad4bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad4bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad4bf Color CSS Codes

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

#fad4bf Text Font Color

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

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


#fad4bf Background Color

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

This div background color is #fad4bf


#fad4bf Border Color

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

This div border color is #fad4bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad4bf

Related Colors


Comments

No comments written yet.

Please login to write comment.