Color Hex Logo

#fecbcf Color Hex

#FECBCF
(254,203,207)
1 Favorites   0 Comments

Color spaces of #fecbcf

RGB 254203207
HSL0.990.960.90
HSV355°20°100°
CMYK 0.000.200.19   0.00
XYZ73.491568.287768.3389
Yxy68.28770.34980.3250
Hunter Lab82.636414.13288.8136
CIE-Lab86.150118.61704.8832

#fecbcf color RGB value is (254,203,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001011 11001111
Octal 376 313 317
Decimal 254 203 207
Hex FE CB CF

RGB Percentages of Color #fecbcf

%38.25
%30.57
%31.17

CMYK Percentages of Color #fecbcf

%0
%20
%19
%0

Triadic Colors of #fecbcf

#fecbcf #cffecb #cbcffe

Analogous Colors of #fecbcf

#fecbcf #fee1cb #fecbe9

Monochromatic Colors of #fecbcf

#fecbcf

Complementary Color

#fecbcf #cbfefa

#fecbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecbcf Color CSS Codes

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

#fecbcf Text Font Color

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

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


#fecbcf Background Color

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

This div background color is #fecbcf


#fecbcf Border Color

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

This div border color is #fecbcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,203,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 #fecbcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecbcf


Comments

No comments written yet.

Please login to write comment.