Color Hex Logo

#fdf5fb Color Hex

#FDF5FB
(253,245,251)
0 Favorites   0 Comments

Color spaces of #fdf5fb

RGB 253245251
HSL0.880.670.98
HSV315°99°
CMYK 0.000.030.01   0.01
XYZ90.573093.1525104.4733
Yxy93.15250.31430.3232
Hunter Lab96.5155-1.39263.3824
CIE-Lab97.28953.7117-1.9361

#fdf5fb color RGB value is (253,245,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110101 11111011
Octal 375 365 373
Decimal 253 245 251
Hex FD F5 FB

RGB Percentages of Color #fdf5fb

%33.78
%32.71
%33.51

CMYK Percentages of Color #fdf5fb

%0
%3
%1
%1

Triadic Colors of #fdf5fb

#fdf5fb #fbfdf5 #f5fbfd

Analogous Colors of #fdf5fb

#fdf5fb #fdf5f7 #fbf5fd

Monochromatic Colors of #fdf5fb

#fdf5fb

Complementary Color

#fdf5fb #f5fdf7

#fdf5fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf5fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf5fb Color CSS Codes

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

#fdf5fb Text Font Color

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

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


#fdf5fb Background Color

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

This div background color is #fdf5fb


#fdf5fb Border Color

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

This div border color is #fdf5fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf5fb

Related Colors


Comments

No comments written yet.

Please login to write comment.