Color Hex Logo

#fecad1 Color Hex

#FECAD1
(254,202,209)
0 Favorites   0 Comments

Color spaces of #fecad1

RGB 254202209
HSL0.980.960.89
HSV352°20°100°
CMYK 0.000.200.18   0.00
XYZ73.502267.915369.5566
Yxy67.91530.34840.3219
Hunter Lab82.410714.98557.6454
CIE-Lab85.964119.44113.5514

#fecad1 color RGB value is (254,202,209).

#fecad1 hex color red value is 254, green value is 202 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #fecad1 hue: 0.98 , saturation: 0.96 and the lightness value of fecad1 is 0.89.

The process color (four color CMYK) of #fecad1 color hex is 0.00, 0.20, 0.18, 0.00. Web safe color of #fecad1 is #ffcccc. Color #fecad1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001010 11010001
Octal 376 312 321
Decimal 254 202 209
Hex FE CA D1

RGB Percentages of Color #fecad1

%38.20
%30.38
%31.43

CMYK Percentages of Color #fecad1

%0
%20
%18
%0

Triadic Colors of #fecad1

#fecad1 #d1feca #cad1fe

Analogous Colors of #fecad1

#fecad1 #feddca #fecaeb

Monochromatic Colors of #fecad1

#fecad1

Complementary Color

#fecad1 #cafef7

#fecad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecad1 Color CSS Codes

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

#fecad1 Text Font Color

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

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


#fecad1 Background Color

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

This div background color is #fecad1


#fecad1 Border Color

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

This div border color is #fecad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecad1


Comments

No comments written yet.

Please login to write comment.