Color Hex Logo

#fdfdfb Color Hex

#FDFDFB
(253,253,251)
0 Favorites   0 Comments

Color spaces of #fdfdfb

RGB 253253251
HSL0.170.330.99
HSV60°99°
CMYK 0.000.000.01   0.01
XYZ93.045998.0982105.2976
Yxy98.09820.31390.3309
Hunter Lab99.0445-5.63886.2980
CIE-Lab99.2599-0.34390.9438

#fdfdfb color RGB value is (253,253,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111101 11111011
Octal 375 375 373
Decimal 253 253 251
Hex FD FD FB

Shades of #fdfdfb


Tints of #fdfdfb

All tints are identical with #fdfdfb

RGB Percentages of Color #fdfdfb

%33.42
%33.42
%33.16

CMYK Percentages of Color #fdfdfb

%0
%0
%1
%1

Triadic Colors of #fdfdfb

#fdfdfb #fbfdfd #fdfbfd

Analogous Colors of #fdfdfb

#fdfdfb #fcfdfb #fdfcfb

Monochromatic Colors of #fdfdfb

#fdfdfb

Complementary Color

#fdfdfb #fbfbfd

#fdfdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfdfb Color CSS Codes

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

#fdfdfb Text Font Color

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

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


#fdfdfb Background Color

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

This div background color is #fdfdfb


#fdfdfb Border Color

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

This div border color is #fdfdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.