Color Hex Logo

#faffce Color Hex

#FAFFCE
(250,255,206)
0 Favorites   0 Comments

Color spaces of #faffce

RGB 250255206
HSL0.181.000.90
HSV66°19°100°
CMYK 0.020.000.19   0.00
XYZ86.324996.300272.4305
Yxy96.30020.33850.3776
Hunter Lab98.1327-14.710124.9317
CIE-Lab98.5514-9.543622.9133

#faffce color RGB value is (250,255,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111111 11001110
Octal 372 377 316
Decimal 250 255 206
Hex FA FF CE

RGB Percentages of Color #faffce

%35.16
%35.86
%28.97

CMYK Percentages of Color #faffce

%2
%0
%19
%0

Triadic Colors of #faffce

#faffce #cefaff #ffcefa

Analogous Colors of #faffce

#faffce #e2ffce #ffecce

Monochromatic Colors of #faffce

#faffce

Complementary Color

#faffce #d3ceff

#faffce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faffce Color Preview on White Background

Lorem ipsum dolor sit amet.

#faffce Color CSS Codes

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

#faffce Text Font Color

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

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


#faffce Background Color

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

This div background color is #faffce


#faffce Border Color

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

This div border color is #faffce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faffce

Related Colors

#faffce Color Palettes


Comments

No comments written yet.

Please login to write comment.