Color Hex Logo

#fed4db Color Hex

#FED4DB
(254,212,219)
0 Favorites   0 Comments

Color spaces of #fed4db

RGB 254212219
HSL0.970.950.91
HSV350°17°100°
CMYK 0.000.170.14   0.00
XYZ77.202773.272377.0918
Yxy73.27230.33930.3220
Hunter Lab85.599211.19206.5221
CIE-Lab88.577415.75282.0491

#fed4db color RGB value is (254,212,219).

#fed4db hex color red value is 254, green value is 212 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fed4db hue: 0.97 , saturation: 0.95 and the lightness value of fed4db is 0.91.

The process color (four color CMYK) of #fed4db color hex is 0.00, 0.17, 0.14, 0.00. Web safe color of #fed4db is #ffcccc. Color #fed4db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010100 11011011
Octal 376 324 333
Decimal 254 212 219
Hex FE D4 DB

RGB Percentages of Color #fed4db

%37.08
%30.95
%31.97

CMYK Percentages of Color #fed4db

%0
%17
%14
%0

Triadic Colors of #fed4db

#fed4db #dbfed4 #d4dbfe

Analogous Colors of #fed4db

#fed4db #fee2d4 #fed4f0

Monochromatic Colors of #fed4db

#fed4db

Complementary Color

#fed4db #d4fef7

#fed4db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed4db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed4db Color CSS Codes

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

#fed4db Text Font Color

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

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


#fed4db Background Color

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

This div background color is #fed4db


#fed4db Border Color

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

This div border color is #fed4db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed4db


Comments

No comments written yet.

Please login to write comment.