Color Hex Logo

#fedffd Color Hex

#FEDFFD
(254,223,253)
0 Favorites   0 Comments

Color spaces of #fedffd

RGB 254223253
HSL0.840.940.94
HSV302°12°100°
CMYK 0.000.120.00   0.00
XYZ84.990380.9380104.0716
Yxy80.93800.31480.2998
Hunter Lab89.965511.1889-5.6104
CIE-Lab92.104115.7381-10.6232

#fedffd color RGB value is (254,223,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 11111101
Octal 376 337 375
Decimal 254 223 253
Hex FE DF FD

RGB Percentages of Color #fedffd

%34.79
%30.55
%34.66

CMYK Percentages of Color #fedffd

%0
%12
%0
%0

Triadic Colors of #fedffd

#fedffd #fdfedf #dffdfe

Analogous Colors of #fedffd

#fedffd #fedfee #f0dffe

Monochromatic Colors of #fedffd

#fedffd

Complementary Color

#fedffd #dffee0

#fedffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedffd Color CSS Codes

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

#fedffd Text Font Color

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

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


#fedffd Background Color

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

This div background color is #fedffd


#fedffd Border Color

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

This div border color is #fedffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedffd

Related Colors


Comments

No comments written yet.

Please login to write comment.