Color Hex Logo

#fedfe4 Color Hex

#FEDFE4
(254,223,228)
0 Favorites   0 Comments

Color spaces of #fedfe4

RGB 254223228
HSL0.970.940.94
HSV350°12°100°
CMYK 0.000.120.10   0.00
XYZ81.264379.447684.4506
Yxy79.44760.33150.3241
Hunter Lab89.13346.75786.2183
CIE-Lab91.436411.47121.4781

#fedfe4 color RGB value is (254,223,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 11100100
Octal 376 337 344
Decimal 254 223 228
Hex FE DF E4

RGB Percentages of Color #fedfe4

%36.03
%31.63
%32.34

CMYK Percentages of Color #fedfe4

%0
%12
%10
%0

Triadic Colors of #fedfe4

#fedfe4 #e4fedf #dfe4fe

Analogous Colors of #fedfe4

#fedfe4 #feeadf #fedff4

Monochromatic Colors of #fedfe4

#fedfe4

Complementary Color

#fedfe4 #dffef9

#fedfe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedfe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedfe4 Color CSS Codes

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

#fedfe4 Text Font Color

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

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


#fedfe4 Background Color

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

This div background color is #fedfe4


#fedfe4 Border Color

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

This div border color is #fedfe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedfe4

Related Colors


Comments

No comments written yet.

Please login to write comment.