Color Hex Logo

#fdf1fb Color Hex

#FDF1FB
(253,241,251)
0 Favorites   0 Comments

Color spaces of #fdf1fb

RGB 253241251
HSL0.860.750.97
HSV310°99°
CMYK 0.000.050.01   0.01
XYZ89.375990.7583104.0743
Yxy90.75830.31450.3193
Hunter Lab95.26720.74421.9158
CIE-Lab96.31045.7543-3.3726

#fdf1fb color RGB value is (253,241,251).

#fdf1fb hex color red value is 253, green value is 241 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fdf1fb hue: 0.86 , saturation: 0.75 and the lightness value of fdf1fb is 0.97.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110001 11111011
Octal 375 361 373
Decimal 253 241 251
Hex FD F1 FB

RGB Percentages of Color #fdf1fb

%33.96
%32.35
%33.69

CMYK Percentages of Color #fdf1fb

%0
%5
%1
%1

Triadic Colors of #fdf1fb

#fdf1fb #fbfdf1 #f1fbfd

Analogous Colors of #fdf1fb

#fdf1fb #fdf1f5 #f9f1fd

Monochromatic Colors of #fdf1fb

#fdf1fb

Complementary Color

#fdf1fb #f1fdf3

#fdf1fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf1fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf1fb Color CSS Codes

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

#fdf1fb Text Font Color

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

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


#fdf1fb Background Color

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

This div background color is #fdf1fb


#fdf1fb Border Color

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

This div border color is #fdf1fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf1fb

Related Colors


Comments

No comments written yet.

Please login to write comment.