Color Hex Logo

#fafebc Color Hex

#FAFEBC
(250,254,188)
0 Favorites   0 Comments

Color spaces of #fafebc

RGB 250254188
HSL0.180.970.87
HSV64°26°100°
CMYK 0.020.000.26   0.00
XYZ83.943394.838561.4583
Yxy94.83850.34940.3948
Hunter Lab97.3851-16.561730.7525
CIE-Lab97.9689-11.527231.2118

#fafebc color RGB value is (250,254,188).

#fafebc hex color red value is 250, green value is 254 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fafebc hue: 0.18 , saturation: 0.97 and the lightness value of fafebc is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111110 10111100
Octal 372 376 274
Decimal 250 254 188
Hex FA FE BC

RGB Percentages of Color #fafebc

%36.13
%36.71
%27.17

CMYK Percentages of Color #fafebc

%2
%0
%26
%0

Triadic Colors of #fafebc

#fafebc #bcfafe #febcfa

Analogous Colors of #fafebc

#fafebc #d9febc #fee1bc

Monochromatic Colors of #fafebc

#fafebc

Complementary Color

#fafebc #c0bcfe

#fafebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafebc Color CSS Codes

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

#fafebc Text Font Color

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

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


#fafebc Background Color

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

This div background color is #fafebc


#fafebc Border Color

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

This div border color is #fafebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafebc

Related Colors


Comments

No comments written yet.

Please login to write comment.