Color Hex Logo

#fee4d8 Color Hex

#FEE4D8
(254,228,216)
0 Favorites   0 Comments

Color spaces of #fee4d8

RGB 254228216
HSL0.050.950.92
HSV19°15°100°
CMYK 0.000.100.15   0.00
XYZ81.011181.515576.4301
Yxy81.51550.33900.3411
Hunter Lab90.28592.162813.0092
CIE-Lab92.36066.99449.0833

#fee4d8 color RGB value is (254,228,216).

#fee4d8 hex color red value is 254, green value is 228 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #fee4d8 hue: 0.05 , saturation: 0.95 and the lightness value of fee4d8 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100100 11011000
Octal 376 344 330
Decimal 254 228 216
Hex FE E4 D8

RGB Percentages of Color #fee4d8

%36.39
%32.66
%30.95

CMYK Percentages of Color #fee4d8

%0
%10
%15
%0

Triadic Colors of #fee4d8

#fee4d8 #d8fee4 #e4d8fe

Analogous Colors of #fee4d8

#fee4d8 #fef7d8 #fed8df

Monochromatic Colors of #fee4d8

#fee4d8

Complementary Color

#fee4d8 #d8f2fe

#fee4d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee4d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee4d8 Color CSS Codes

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

#fee4d8 Text Font Color

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

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


#fee4d8 Background Color

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

This div background color is #fee4d8


#fee4d8 Border Color

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

This div border color is #fee4d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee4d8

Related Colors


Comments

No comments written yet.

Please login to write comment.