Color Hex Logo

#fafbd2 Color Hex

#FAFBD2
(250,251,210)
0 Favorites   0 Comments

Color spaces of #fafbd2

RGB 250251210
HSL0.170.840.90
HSV61°16°98°
CMYK 0.000.000.16   0.02
XYZ85.554493.971574.6019
Yxy93.97150.33670.3698
Hunter Lab96.9389-12.106122.2290
CIE-Lab97.6205-6.976119.5808

#fafbd2 color RGB value is (250,251,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111011 11010010
Octal 372 373 322
Decimal 250 251 210
Hex FA FB D2

RGB Percentages of Color #fafbd2

%35.16
%35.30
%29.54

CMYK Percentages of Color #fafbd2

%0
%0
%16
%2

Triadic Colors of #fafbd2

#fafbd2 #d2fafb #fbd2fa

Analogous Colors of #fafbd2

#fafbd2 #e6fbd2 #fbe8d2

Monochromatic Colors of #fafbd2

#fafbd2

Complementary Color

#fafbd2 #d3d2fb

#fafbd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafbd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafbd2 Color CSS Codes

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

#fafbd2 Text Font Color

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

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


#fafbd2 Background Color

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

This div background color is #fafbd2


#fafbd2 Border Color

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

This div border color is #fafbd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafbd2

Related Colors

#fafbd2 Color Palettes


Comments

No comments written yet.

Please login to write comment.