Color Hex Logo

#fdfafc Color Hex

#FDFAFC
(253,250,252)
0 Favorites   0 Comments

Color spaces of #fdfafc

RGB 253250252
HSL0.890.430.99
HSV320°99°
CMYK 0.000.010.00   0.01
XYZ92.264396.2821105.8169
Yxy96.28210.31340.3271
Hunter Lab98.1234-3.87464.7477
CIE-Lab98.54421.3470-0.6148

#fdfafc color RGB value is (253,250,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111010 11111100
Octal 375 372 374
Decimal 253 250 252
Hex FD FA FC

RGB Percentages of Color #fdfafc

%33.51
%33.11
%33.38

CMYK Percentages of Color #fdfafc

%0
%1
%0
%1

Triadic Colors of #fdfafc

#fdfafc #fcfdfa #fafcfd

Analogous Colors of #fdfafc

#fdfafc #fdfafb #fdfafd

Monochromatic Colors of #fdfafc

#fdfafc

Complementary Color

#fdfafc #fafdfb

#fdfafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfafc Color CSS Codes

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

#fdfafc Text Font Color

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

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


#fdfafc Background Color

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

This div background color is #fdfafc


#fdfafc Border Color

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

This div border color is #fdfafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfafc

Related Colors

#fdfafc Color Palettes


Comments

No comments written yet.

Please login to write comment.