Color Hex Logo

#fafcce Color Hex

#FAFCCE
(250,252,206)
0 Favorites   0 Comments

Color spaces of #fafcce

RGB 250252206
HSL0.170.880.90
HSV63°18°99°
CMYK 0.010.000.18   0.01
XYZ85.375394.401072.1140
Yxy94.40100.33890.3748
Hunter Lab97.1602-13.181224.0060
CIE-Lab97.7933-8.058221.8610

#fafcce color RGB value is (250,252,206).

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

The process color (four color CMYK) of #fafcce color hex is 0.01, 0.00, 0.18, 0.01. Web safe color of #fafcce is #ffffcc. Color #fafcce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111100 11001110
Octal 372 374 316
Decimal 250 252 206
Hex FA FC CE

RGB Percentages of Color #fafcce

%35.31
%35.59
%29.10

CMYK Percentages of Color #fafcce

%1
%0
%18
%1

Triadic Colors of #fafcce

#fafcce #cefafc #fccefa

Analogous Colors of #fafcce

#fafcce #e3fcce #fce7ce

Monochromatic Colors of #fafcce

#fafcce

Complementary Color

#fafcce #d0cefc

#fafcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafcce Color CSS Codes

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

#fafcce Text Font Color

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

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


#fafcce Background Color

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

This div background color is #fafcce


#fafcce Border Color

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

This div border color is #fafcce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,252,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 #fafcce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafcce

Related Colors


Comments

No comments written yet.

Please login to write comment.