Color Hex Logo

#fecbd9 Color Hex

#FECBD9
(254,203,217)
0 Favorites   0 Comments

Color spaces of #fecbd9

RGB 254203217
HSL0.950.960.90
HSV344°20°100°
CMYK 0.000.200.15   0.00
XYZ74.753468.792574.9840
Yxy68.79250.34210.3148
Hunter Lab82.941215.73164.4571
CIE-Lab86.401220.1465-0.0634

#fecbd9 color RGB value is (254,203,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001011 11011001
Octal 376 313 331
Decimal 254 203 217
Hex FE CB D9

RGB Percentages of Color #fecbd9

%37.69
%30.12
%32.20

CMYK Percentages of Color #fecbd9

%0
%20
%15
%0

Triadic Colors of #fecbd9

#fecbd9 #d9fecb #cbd9fe

Analogous Colors of #fecbd9

#fecbd9 #fed7cb #fecbf3

Monochromatic Colors of #fecbd9

#fecbd9

Complementary Color

#fecbd9 #cbfef0

#fecbd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecbd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecbd9 Color CSS Codes

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

#fecbd9 Text Font Color

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

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


#fecbd9 Background Color

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

This div background color is #fecbd9


#fecbd9 Border Color

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

This div border color is #fecbd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecbd9

Related Colors


Comments

No comments written yet.

Please login to write comment.