Color Hex Logo

#faf7cb Color Hex

#FAF7CB
(250,247,203)
0 Favorites   0 Comments

Color spaces of #faf7cb

RGB 250247203
HSL0.160.820.89
HSV56°19°98°
CMYK 0.000.010.19   0.02
XYZ83.464691.157369.6960
Yxy91.15730.34160.3731
Hunter Lab95.4763-11.040423.5528
CIE-Lab96.4748-6.000921.5583

#faf7cb color RGB value is (250,247,203).

#faf7cb hex color red value is 250, green value is 247 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #faf7cb hue: 0.16 , saturation: 0.82 and the lightness value of faf7cb is 0.89.

The process color (four color CMYK) of #faf7cb color hex is 0.00, 0.01, 0.19, 0.02. Web safe color of #faf7cb is #ffffcc. Color #faf7cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110111 11001011
Octal 372 367 313
Decimal 250 247 203
Hex FA F7 CB

RGB Percentages of Color #faf7cb

%35.71
%35.29
%29.00

CMYK Percentages of Color #faf7cb

%0
%1
%19
%2

Triadic Colors of #faf7cb

#faf7cb #cbfaf7 #f7cbfa

Analogous Colors of #faf7cb

#faf7cb #e6facb #fae0cb

Monochromatic Colors of #faf7cb

#faf7cb

Complementary Color

#faf7cb #cbcefa

#faf7cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf7cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf7cb Color CSS Codes

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

#faf7cb Text Font Color

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

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


#faf7cb Background Color

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

This div background color is #faf7cb


#faf7cb Border Color

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

This div border color is #faf7cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf7cb

Related Colors


Comments

No comments written yet.

Please login to write comment.