Color Hex Logo

#feddfd Color Hex

#FEDDFD
(254,221,253)
0 Favorites   0 Comments

Color spaces of #feddfd

RGB 254221253
HSL0.840.940.93
HSV302°13°100°
CMYK 0.000.130.00   0.00
XYZ84.459179.8756103.8946
Yxy79.87560.31490.2978
Hunter Lab89.373212.2824-6.3623
CIE-Lab91.629016.7802-11.3306

#feddfd color RGB value is (254,221,253).

#feddfd hex color red value is 254, green value is 221 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #feddfd hue: 0.84 , saturation: 0.94 and the lightness value of feddfd is 0.93.

The process color (four color CMYK) of #feddfd color hex is 0.00, 0.13, 0.00, 0.00. Web safe color of #feddfd is #ffccff. Color #feddfd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 11111101
Octal 376 335 375
Decimal 254 221 253
Hex FE DD FD

RGB Percentages of Color #feddfd

%34.89
%30.36
%34.75

CMYK Percentages of Color #feddfd

%0
%13
%0
%0

Triadic Colors of #feddfd

#feddfd #fdfedd #ddfdfe

Analogous Colors of #feddfd

#feddfd #fedded #efddfe

Monochromatic Colors of #feddfd

#feddfd

Complementary Color

#feddfd #ddfede

#feddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#feddfd Color CSS Codes

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

#feddfd Text Font Color

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

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


#feddfd Background Color

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

This div background color is #feddfd


#feddfd Border Color

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

This div border color is #feddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feddfd


Comments

No comments written yet.

Please login to write comment.