Color Hex Logo

#feddcf Color Hex

#FEDDCF
(254,221,207)
0 Favorites   0 Comments

Color spaces of #feddcf

RGB 254221207
HSL0.050.960.90
HSV18°19°100°
CMYK 0.000.130.19   0.00
XYZ77.992077.288769.8391
Yxy77.28870.34640.3433
Hunter Lab87.91404.505014.4397
CIE-Lab90.45439.247211.0603

#feddcf color RGB value is (254,221,207).

#feddcf hex color red value is 254, green value is 221 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #feddcf hue: 0.05 , saturation: 0.96 and the lightness value of feddcf is 0.90.

The process color (four color CMYK) of #feddcf color hex is 0.00, 0.13, 0.19, 0.00. Web safe color of #feddcf is #ffcccc. Color #feddcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 11001111
Octal 376 335 317
Decimal 254 221 207
Hex FE DD CF

RGB Percentages of Color #feddcf

%37.24
%32.40
%30.35

CMYK Percentages of Color #feddcf

%0
%13
%19
%0

Triadic Colors of #feddcf

#feddcf #cffedd #ddcffe

Analogous Colors of #feddcf

#feddcf #fef5cf #fecfd9

Monochromatic Colors of #feddcf

#feddcf

Complementary Color

#feddcf #cff0fe

#feddcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feddcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#feddcf Color CSS Codes

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

#feddcf Text Font Color

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

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


#feddcf Background Color

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

This div background color is #feddcf


#feddcf Border Color

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

This div border color is #feddcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feddcf

Related Colors

#feddcf Color Palettes


Comments

No comments written yet.

Please login to write comment.