Color Hex Logo

#fedfdb Color Hex

#FEDFDB
(254,223,219)
0 Favorites   0 Comments

Color spaces of #fedfdb

RGB 254223219
HSL0.020.950.93
HSV14°100°
CMYK 0.000.120.14   0.00
XYZ80.046978.960778.0398
Yxy78.96070.33770.3331
Hunter Lab88.85985.292010.1313
CIE-Lab91.216510.03755.8716

#fedfdb color RGB value is (254,223,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 11011011
Octal 376 337 333
Decimal 254 223 219
Hex FE DF DB

RGB Percentages of Color #fedfdb

%36.49
%32.04
%31.47

CMYK Percentages of Color #fedfdb

%0
%12
%14
%0

Triadic Colors of #fedfdb

#fedfdb #dbfedf #dfdbfe

Analogous Colors of #fedfdb

#fedfdb #fef1db #fedbe9

Monochromatic Colors of #fedfdb

#fedfdb

Complementary Color

#fedfdb #dbfafe

#fedfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedfdb Color CSS Codes

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

#fedfdb Text Font Color

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

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


#fedfdb Background Color

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

This div background color is #fedfdb


#fedfdb Border Color

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

This div border color is #fedfdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,223,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 #fedfdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedfdb

Related Colors

#fedfdb Color Palettes


Comments

No comments written yet.

Please login to write comment.