Color Hex Logo

#faffb3 Color Hex

#FAFFB3
(250,255,179)
0 Favorites   0 Comments

Color spaces of #faffb3

RGB 250255179
HSL0.181.000.85
HSV64°30°100°
CMYK 0.020.000.30   0.00
XYZ83.321095.098756.6122
Yxy95.09870.35450.4046
Hunter Lab97.5186-18.145033.8435
CIE-Lab98.0730-13.164535.8551

#faffb3 color RGB value is (250,255,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111111 10110011
Octal 372 377 263
Decimal 250 255 179
Hex FA FF B3

RGB Percentages of Color #faffb3

%36.55
%37.28
%26.17

CMYK Percentages of Color #faffb3

%2
%0
%30
%0

Triadic Colors of #faffb3

#faffb3 #b3faff #ffb3fa

Analogous Colors of #faffb3

#faffb3 #d4ffb3 #ffdeb3

Monochromatic Colors of #faffb3

#faffb3

Complementary Color

#faffb3 #b8b3ff

#faffb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faffb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faffb3 Color CSS Codes

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

#faffb3 Text Font Color

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

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


#faffb3 Background Color

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

This div background color is #faffb3


#faffb3 Border Color

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

This div border color is #faffb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faffb3

Related Colors

#faffb3 Color Palettes


Comments

No comments written yet.

Please login to write comment.