Color Hex Logo

#fdf9fb Color Hex

#FDF9FB
(253,249,251)
1 Favorites   0 Comments

Color spaces of #fdf9fb

RGB 253249251
HSL0.920.500.98
HSV330°99°
CMYK 0.000.020.01   0.01
XYZ91.796395.5990104.8811
Yxy95.59900.31410.3271
Hunter Lab97.7747-3.52024.8431
CIE-Lab98.27271.6789-0.4972

#fdf9fb color RGB value is (253,249,251).

#fdf9fb hex color red value is 253, green value is 249 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fdf9fb hue: 0.92 , saturation: 0.50 and the lightness value of fdf9fb is 0.98.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111001 11111011
Octal 375 371 373
Decimal 253 249 251
Hex FD F9 FB

RGB Percentages of Color #fdf9fb

%33.60
%33.07
%33.33

CMYK Percentages of Color #fdf9fb

%0
%2
%1
%1

Triadic Colors of #fdf9fb

#fdf9fb #fbfdf9 #f9fbfd

Analogous Colors of #fdf9fb

#fdf9fb #fdf9f9 #fdf9fd

Monochromatic Colors of #fdf9fb

#fdf9fb

Complementary Color

#fdf9fb #f9fdfb

#fdf9fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf9fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf9fb Color CSS Codes

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

#fdf9fb Text Font Color

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

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


#fdf9fb Background Color

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

This div background color is #fdf9fb


#fdf9fb Border Color

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

This div border color is #fdf9fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf9fb

Related Colors


Comments

No comments written yet.

Please login to write comment.