Color Hex Logo

#faffbd Color Hex

#FAFFBD
(250,255,189)
1 Favorites   0 Comments

Color spaces of #faffbd

RGB 250255189
HSL0.181.000.87
HSV65°26°100°
CMYK 0.020.000.26   0.00
XYZ84.369695.518162.1342
Yxy95.51810.34860.3947
Hunter Lab97.7334-16.940930.7196
CIE-Lab98.2404-11.887231.0763

#faffbd color RGB value is (250,255,189).

#faffbd hex color red value is 250, green value is 255 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #faffbd hue: 0.18 , saturation: 1.00 and the lightness value of faffbd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111111 10111101
Octal 372 377 275
Decimal 250 255 189
Hex FA FF BD

RGB Percentages of Color #faffbd

%36.02
%36.74
%27.23

CMYK Percentages of Color #faffbd

%2
%0
%26
%0

Triadic Colors of #faffbd

#faffbd #bdfaff #ffbdfa

Analogous Colors of #faffbd

#faffbd #d9ffbd #ffe3bd

Monochromatic Colors of #faffbd

#faffbd

Complementary Color

#faffbd #c2bdff

#faffbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faffbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#faffbd Color CSS Codes

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

#faffbd Text Font Color

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

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


#faffbd Background Color

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

This div background color is #faffbd


#faffbd Border Color

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

This div border color is #faffbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faffbd

Related Colors

#faffbd Color Palettes


Comments

No comments written yet.

Please login to write comment.