Color Hex Logo

#fafbc8 Color Hex

#FAFBC8
(250,251,200)
0 Favorites   0 Comments

Color spaces of #fafbc8

RGB 250251200
HSL0.170.860.88
HSV61°20°98°
CMYK 0.000.000.20   0.02
XYZ84.346893.488568.2431
Yxy93.48850.34280.3799
Hunter Lab96.6895-13.492525.8359
CIE-Lab97.4255-8.417824.4036

#fafbc8 color RGB value is (250,251,200).

#fafbc8 hex color red value is 250, green value is 251 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #fafbc8 hue: 0.17 , saturation: 0.86 and the lightness value of fafbc8 is 0.88.

The process color (four color CMYK) of #fafbc8 color hex is 0.00, 0.00, 0.20, 0.02. Web safe color of #fafbc8 is #ffffcc. Color #fafbc8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111011 11001000
Octal 372 373 310
Decimal 250 251 200
Hex FA FB C8

RGB Percentages of Color #fafbc8

%35.66
%35.81
%28.53

CMYK Percentages of Color #fafbc8

%0
%0
%20
%2

Triadic Colors of #fafbc8

#fafbc8 #c8fafb #fbc8fa

Analogous Colors of #fafbc8

#fafbc8 #e1fbc8 #fbe3c8

Monochromatic Colors of #fafbc8

#fafbc8

Complementary Color

#fafbc8 #c9c8fb

#fafbc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafbc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafbc8 Color CSS Codes

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

#fafbc8 Text Font Color

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

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


#fafbc8 Background Color

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

This div background color is #fafbc8


#fafbc8 Border Color

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

This div border color is #fafbc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafbc8


Comments

No comments written yet.

Please login to write comment.