Color Hex Logo

#fdfafb Color Hex

#FDFAFB
(253,250,251)
0 Favorites   0 Comments

Color spaces of #fdfafb

RGB 253250251
HSL0.940.430.99
HSV340°99°
CMYK 0.000.010.01   0.01
XYZ92.106296.2189104.9844
Yxy96.21890.31400.3280
Hunter Lab98.0912-4.05085.2074
CIE-Lab98.51921.1721-0.1371

#fdfafb color RGB value is (253,250,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111010 11111011
Octal 375 372 373
Decimal 253 250 251
Hex FD FA FB

RGB Percentages of Color #fdfafb

%33.55
%33.16
%33.29

CMYK Percentages of Color #fdfafb

%0
%1
%1
%1

Triadic Colors of #fdfafb

#fdfafb #fbfdfa #fafbfd

Analogous Colors of #fdfafb

#fdfafb #fdfbfa #fdfafd

Monochromatic Colors of #fdfafb

#fdfafb

Complementary Color

#fdfafb #fafdfc

#fdfafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfafb Color CSS Codes

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

#fdfafb Text Font Color

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

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


#fdfafb Background Color

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

This div background color is #fdfafb


#fdfafb Border Color

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

This div border color is #fdfafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfafb

Related Colors


Comments

No comments written yet.

Please login to write comment.