Color Hex Logo

#fdf3fc Color Hex

#FDF3FC
(253,243,252)
0 Favorites   0 Comments

Color spaces of #fdf3fc

RGB 253243252
HSL0.850.710.97
HSV306°99°
CMYK 0.000.040.00   0.01
XYZ90.129392.0121105.1052
Yxy92.01210.31380.3203
Hunter Lab95.9229-0.14632.1805
CIE-Lab96.82524.9078-3.1334

#fdf3fc color RGB value is (253,243,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110011 11111100
Octal 375 363 374
Decimal 253 243 252
Hex FD F3 FC

RGB Percentages of Color #fdf3fc

%33.82
%32.49
%33.69

CMYK Percentages of Color #fdf3fc

%0
%4
%0
%1

Triadic Colors of #fdf3fc

#fdf3fc #fcfdf3 #f3fcfd

Analogous Colors of #fdf3fc

#fdf3fc #fdf3f7 #f9f3fd

Monochromatic Colors of #fdf3fc

#fdf3fc

Complementary Color

#fdf3fc #f3fdf4

#fdf3fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf3fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf3fc Color CSS Codes

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

#fdf3fc Text Font Color

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

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


#fdf3fc Background Color

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

This div background color is #fdf3fc


#fdf3fc Border Color

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

This div border color is #fdf3fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf3fc

Related Colors


Comments

No comments written yet.

Please login to write comment.