Color Hex Logo

#faffd3 Color Hex

#FAFFD3
(250,255,211)
0 Favorites   0 Comments

Color spaces of #faffd3

RGB 250255211
HSL0.191.000.91
HSV67°17°100°
CMYK 0.020.000.17   0.00
XYZ86.942296.547175.6811
Yxy96.54710.33550.3725
Hunter Lab98.2584-14.009623.1142
CIE-Lab98.6492-8.813820.5083

#faffd3 color RGB value is (250,255,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111111 11010011
Octal 372 377 323
Decimal 250 255 211
Hex FA FF D3

RGB Percentages of Color #faffd3

%34.92
%35.61
%29.47

CMYK Percentages of Color #faffd3

%2
%0
%17
%0

Triadic Colors of #faffd3

#faffd3 #d3faff #ffd3fa

Analogous Colors of #faffd3

#faffd3 #e4ffd3 #ffeed3

Monochromatic Colors of #faffd3

#faffd3

Complementary Color

#faffd3 #d8d3ff

#faffd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faffd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faffd3 Color CSS Codes

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

#faffd3 Text Font Color

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

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


#faffd3 Background Color

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

This div background color is #faffd3


#faffd3 Border Color

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

This div border color is #faffd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faffd3

Related Colors


Comments

No comments written yet.

Please login to write comment.