Color Hex Logo

#fefafc Color Hex

#FEFAFC
(254,250,252)
0 Favorites   0 Comments

Color spaces of #fefafc

RGB 254250252
HSL0.920.670.99
HSV330°100°
CMYK 0.000.020.01   0.00
XYZ92.629396.4703105.8340
Yxy96.47030.31410.3271
Hunter Lab98.2193-3.54284.8669
CIE-Lab98.61881.6775-0.4968

#fefafc color RGB value is (254,250,252).

#fefafc hex color red value is 254, green value is 250 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #fefafc hue: 0.92 , saturation: 0.67 and the lightness value of fefafc is 0.99.

The process color (four color CMYK) of #fefafc color hex is 0.00, 0.02, 0.01, 0.00. Web safe color of #fefafc is #ffffff. Color #fefafc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 11111100
Octal 376 372 374
Decimal 254 250 252
Hex FE FA FC

RGB Percentages of Color #fefafc

%33.60
%33.07
%33.33

CMYK Percentages of Color #fefafc

%0
%2
%1
%0

Triadic Colors of #fefafc

#fefafc #fcfefa #fafcfe

Analogous Colors of #fefafc

#fefafc #fefafa #fefafe

Monochromatic Colors of #fefafc

#fefafc

Complementary Color

#fefafc #fafefc

#fefafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefafc Color CSS Codes

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

#fefafc Text Font Color

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

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


#fefafc Background Color

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

This div background color is #fefafc


#fefafc Border Color

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

This div border color is #fefafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefafc

Related Colors


Comments

No comments written yet.

Please login to write comment.