Color Hex Logo

#fdf4fb Color Hex

#FDF4FB
(253,244,251)
0 Favorites   0 Comments

Color spaces of #fdf4fb

RGB 253244251
HSL0.870.690.97
HSV313°99°
CMYK 0.000.040.01   0.01
XYZ90.271392.5490104.3727
Yxy92.54900.31430.3223
Hunter Lab96.2024-0.85913.0163
CIE-Lab97.04434.2216-2.2955

#fdf4fb color RGB value is (253,244,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110100 11111011
Octal 375 364 373
Decimal 253 244 251
Hex FD F4 FB

RGB Percentages of Color #fdf4fb

%33.82
%32.62
%33.56

CMYK Percentages of Color #fdf4fb

%0
%4
%1
%1

Triadic Colors of #fdf4fb

#fdf4fb #fbfdf4 #f4fbfd

Analogous Colors of #fdf4fb

#fdf4fb #fdf4f7 #fbf4fd

Monochromatic Colors of #fdf4fb

#fdf4fb

Complementary Color

#fdf4fb #f4fdf6

#fdf4fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf4fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf4fb Color CSS Codes

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

#fdf4fb Text Font Color

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

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


#fdf4fb Background Color

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

This div background color is #fdf4fb


#fdf4fb Border Color

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

This div border color is #fdf4fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf4fb

Related Colors


Comments

No comments written yet.

Please login to write comment.