Color Hex Logo

#fdf2fe Color Hex

#FDF2FE
(253,242,254)
0 Favorites   0 Comments

Color spaces of #fdf2fe

RGB 253242254
HSL0.820.860.97
HSV295°100°
CMYK 0.000.050.00   0.00
XYZ90.149591.5427106.6840
Yxy91.54270.31260.3174
Hunter Lab95.67790.74950.8643
CIE-Lab96.63315.7729-4.4495

#fdf2fe color RGB value is (253,242,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110010 11111110
Octal 375 362 376
Decimal 253 242 254
Hex FD F2 FE

RGB Percentages of Color #fdf2fe

%33.78
%32.31
%33.91

CMYK Percentages of Color #fdf2fe

%0
%5
%0
%0

Triadic Colors of #fdf2fe

#fdf2fe #fefdf2 #f2fefd

Analogous Colors of #fdf2fe

#fdf2fe #fef2f9 #f7f2fe

Monochromatic Colors of #fdf2fe

#fdf2fe

Complementary Color

#fdf2fe #f3fef2

#fdf2fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf2fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf2fe Color CSS Codes

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

#fdf2fe Text Font Color

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

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


#fdf2fe Background Color

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

This div background color is #fdf2fe


#fdf2fe Border Color

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

This div border color is #fdf2fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf2fe

Related Colors


Comments

No comments written yet.

Please login to write comment.