Color Hex Logo

#fdedfd Color Hex

#FDEDFD
(253,237,253)
0 Favorites   0 Comments

Color spaces of #fdedfd

RGB 253237253
HSL0.830.800.96
HSV300°99°
CMYK 0.000.060.00   0.01
XYZ88.521888.5429105.3534
Yxy88.54290.31340.3135
Hunter Lab94.09723.2534-0.5144
CIE-Lab95.38918.1603-5.7650

#fdedfd color RGB value is (253,237,253).

#fdedfd hex color red value is 253, green value is 237 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fdedfd hue: 0.83 , saturation: 0.80 and the lightness value of fdedfd is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101101 11111101
Octal 375 355 375
Decimal 253 237 253
Hex FD ED FD

RGB Percentages of Color #fdedfd

%34.05
%31.90
%34.05

CMYK Percentages of Color #fdedfd

%0
%6
%0
%1

Triadic Colors of #fdedfd

#fdedfd #fdfded #edfdfd

Analogous Colors of #fdedfd

#fdedfd #fdedf5 #f5edfd

Monochromatic Colors of #fdedfd

#fdedfd

Complementary Color

#fdedfd #edfded

#fdedfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdedfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdedfd Color CSS Codes

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

#fdedfd Text Font Color

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

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


#fdedfd Background Color

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

This div background color is #fdedfd


#fdedfd Border Color

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

This div border color is #fdedfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdedfd

Related Colors


Comments

No comments written yet.

Please login to write comment.