Color Hex Logo

#fedfe8 Color Hex

#FEDFE8
(254,223,232)
0 Favorites   0 Comments

Color spaces of #fedfe8

RGB 254223232
HSL0.950.940.94
HSV343°12°100°
CMYK 0.000.120.09   0.00
XYZ81.826279.672487.4095
Yxy79.67240.32870.3201
Hunter Lab89.25947.43124.4204
CIE-Lab91.537712.1261-0.4689

#fedfe8 color RGB value is (254,223,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 11101000
Octal 376 337 350
Decimal 254 223 232
Hex FE DF E8

RGB Percentages of Color #fedfe8

%35.83
%31.45
%32.72

CMYK Percentages of Color #fedfe8

%0
%12
%9
%0

Triadic Colors of #fedfe8

#fedfe8 #e8fedf #dfe8fe

Analogous Colors of #fedfe8

#fedfe8 #fee6df #fedff8

Monochromatic Colors of #fedfe8

#fedfe8

Complementary Color

#fedfe8 #dffef5

#fedfe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedfe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedfe8 Color CSS Codes

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

#fedfe8 Text Font Color

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

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


#fedfe8 Background Color

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

This div background color is #fedfe8


#fedfe8 Border Color

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

This div border color is #fedfe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedfe8

Related Colors


Comments

No comments written yet.

Please login to write comment.