Color Hex Logo

#faffdc Color Hex

#FAFFDC
(250,255,220)
0 Favorites   0 Comments

Color spaces of #faffdc

RGB 250255220
HSL0.191.000.93
HSV69°14°100°
CMYK 0.020.000.14   0.00
XYZ88.102697.011381.7917
Yxy97.01130.33010.3635
Hunter Lab98.4943-12.697819.7104
CIE-Lab98.8327-7.454716.1793

#faffdc color RGB value is (250,255,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111111 11011100
Octal 372 377 334
Decimal 250 255 220
Hex FA FF DC

RGB Percentages of Color #faffdc

%34.48
%35.17
%30.34

CMYK Percentages of Color #faffdc

%2
%0
%14
%0

Triadic Colors of #faffdc

#faffdc #dcfaff #ffdcfa

Analogous Colors of #faffdc

#faffdc #e9ffdc #fff3dc

Monochromatic Colors of #faffdc

#faffdc

Complementary Color

#faffdc #e1dcff

#faffdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faffdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#faffdc Color CSS Codes

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

#faffdc Text Font Color

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

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


#faffdc Background Color

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

This div background color is #faffdc


#faffdc Border Color

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

This div border color is #faffdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faffdc

Related Colors


Comments

No comments written yet.

Please login to write comment.