Color Hex Logo

#fedfce Color Hex

#FEDFCE
(254,223,206)
0 Favorites   0 Comments

Color spaces of #fedfce

RGB 254223206
HSL0.060.960.90
HSV21°19°100°
CMYK 0.000.120.19   0.00
XYZ78.401378.302469.3742
Yxy78.30240.34680.3464
Hunter Lab88.48863.296615.4593
CIE-Lab90.91778.067312.2428

#fedfce color RGB value is (254,223,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 11001110
Octal 376 337 316
Decimal 254 223 206
Hex FE DF CE

RGB Percentages of Color #fedfce

%37.19
%32.65
%30.16

CMYK Percentages of Color #fedfce

%0
%12
%19
%0

Triadic Colors of #fedfce

#fedfce #cefedf #dfcefe

Analogous Colors of #fedfce

#fedfce #fef7ce #feced5

Monochromatic Colors of #fedfce

#fedfce

Complementary Color

#fedfce #ceedfe

#fedfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedfce Color CSS Codes

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

#fedfce Text Font Color

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

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


#fedfce Background Color

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

This div background color is #fedfce


#fedfce Border Color

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

This div border color is #fedfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedfce

Related Colors


Comments

No comments written yet.

Please login to write comment.