Color Hex Logo

#fdf0fc Color Hex

#FDF0FC
(253,240,252)
0 Favorites   0 Comments

Color spaces of #fdf0fc

RGB 253240252
HSL0.850.760.97
HSV305°99°
CMYK 0.000.050.00   0.01
XYZ89.238890.2311104.8084
Yxy90.23110.31390.3174
Hunter Lab94.99011.46001.0747
CIE-Lab96.09256.4429-4.2104

#fdf0fc color RGB value is (253,240,252).

#fdf0fc hex color red value is 253, green value is 240 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #fdf0fc hue: 0.85 , saturation: 0.76 and the lightness value of fdf0fc is 0.97.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110000 11111100
Octal 375 360 374
Decimal 253 240 252
Hex FD F0 FC

RGB Percentages of Color #fdf0fc

%33.96
%32.21
%33.83

CMYK Percentages of Color #fdf0fc

%0
%5
%0
%1

Triadic Colors of #fdf0fc

#fdf0fc #fcfdf0 #f0fcfd

Analogous Colors of #fdf0fc

#fdf0fc #fdf0f6 #f8f0fd

Monochromatic Colors of #fdf0fc

#fdf0fc

Complementary Color

#fdf0fc #f0fdf1

#fdf0fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf0fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf0fc Color CSS Codes

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

#fdf0fc Text Font Color

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

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


#fdf0fc Background Color

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

This div background color is #fdf0fc


#fdf0fc Border Color

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

This div border color is #fdf0fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,240,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fdf0fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf0fc

Related Colors

#fdf0fc Color Palettes


Comments

No comments written yet.

Please login to write comment.