Color Hex Logo

#fedff0 Color Hex

#FEDFF0
(254,223,240)
0 Favorites   0 Comments

Color spaces of #fedff0

RGB 254223240
HSL0.910.940.94
HSV327°12°100°
CMYK 0.000.120.06   0.00
XYZ82.988980.137593.5322
Yxy80.13750.32330.3122
Hunter Lab89.51968.81880.7161
CIE-Lab91.746513.4682-4.3513

#fedff0 color RGB value is (254,223,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 11110000
Octal 376 337 360
Decimal 254 223 240
Hex FE DF F0

RGB Percentages of Color #fedff0

%35.43
%31.10
%33.47

CMYK Percentages of Color #fedff0

%0
%12
%6
%0

Triadic Colors of #fedff0

#fedff0 #f0fedf #dff0fe

Analogous Colors of #fedff0

#fedff0 #fedfe1 #fddffe

Monochromatic Colors of #fedff0

#fedff0

Complementary Color

#fedff0 #dffeed

#fedff0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedff0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedff0 Color CSS Codes

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

#fedff0 Text Font Color

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

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


#fedff0 Background Color

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

This div background color is #fedff0


#fedff0 Border Color

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

This div border color is #fedff0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedff0

#fedff0 Color Palettes


Comments

No comments written yet.

Please login to write comment.