Color Hex Logo

#faffef Color Hex

#FAFFEF
(250,255,239)
0 Favorites   0 Comments

Color spaces of #faffef

RGB 250255239
HSL0.221.000.97
HSV79°100°
CMYK 0.020.000.06   0.00
XYZ90.764398.076095.8081
Yxy98.07600.31890.3446
Hunter Lab99.0333-9.712611.9642
CIE-Lab99.2512-4.39807.0582

#faffef color RGB value is (250,255,239).

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

The process color (four color CMYK) of #faffef color hex is 0.02, 0.00, 0.06, 0.00. Web safe color of #faffef is #ffffff. Color #faffef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111111 11101111
Octal 372 377 357
Decimal 250 255 239
Hex FA FF EF

RGB Percentages of Color #faffef

%33.60
%34.27
%32.12

CMYK Percentages of Color #faffef

%2
%0
%6
%0

Triadic Colors of #faffef

#faffef #effaff #ffeffa

Analogous Colors of #faffef

#faffef #f2ffef #fffcef

Monochromatic Colors of #faffef

#faffef

Complementary Color

#faffef #f4efff

#faffef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faffef Color Preview on White Background

Lorem ipsum dolor sit amet.

#faffef Color CSS Codes

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

#faffef Text Font Color

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

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


#faffef Background Color

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

This div background color is #faffef


#faffef Border Color

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

This div border color is #faffef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faffef

Related Colors


Comments

No comments written yet.

Please login to write comment.