Color Hex Logo

#fecbda Color Hex

#FECBDA
(254,203,218)
0 Favorites   0 Comments

Color spaces of #fecbda

RGB 254203218
HSL0.950.960.90
HSV342°20°100°
CMYK 0.000.200.14   0.00
XYZ74.883968.844775.6712
Yxy68.84470.34130.3138
Hunter Lab82.972715.89624.0083
CIE-Lab86.427120.3033-0.5566

#fecbda color RGB value is (254,203,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001011 11011010
Octal 376 313 332
Decimal 254 203 218
Hex FE CB DA

RGB Percentages of Color #fecbda

%37.63
%30.07
%32.30

CMYK Percentages of Color #fecbda

%0
%20
%14
%0

Triadic Colors of #fecbda

#fecbda #dafecb #cbdafe

Analogous Colors of #fecbda

#fecbda #fed6cb #fecbf4

Monochromatic Colors of #fecbda

#fecbda

Complementary Color

#fecbda #cbfeef

#fecbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecbda Color CSS Codes

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

#fecbda Text Font Color

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

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


#fecbda Background Color

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

This div background color is #fecbda


#fecbda Border Color

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

This div border color is #fecbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecbda


Comments

No comments written yet.

Please login to write comment.