Color Hex Logo

#fecbc3 Color Hex

#FECBC3
(254,203,195)
0 Favorites   0 Comments

Color spaces of #fecbc3

RGB 254203195
HSL0.020.970.88
HSV23°100°
CMYK 0.000.200.23   0.00
XYZ72.079367.722860.9026
Yxy67.72280.35910.3374
Hunter Lab82.293912.329813.7274
CIE-Lab85.867716.876010.8473

#fecbc3 color RGB value is (254,203,195).

#fecbc3 hex color red value is 254, green value is 203 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #fecbc3 hue: 0.02 , saturation: 0.97 and the lightness value of fecbc3 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001011 11000011
Octal 376 313 303
Decimal 254 203 195
Hex FE CB C3

RGB Percentages of Color #fecbc3

%38.96
%31.13
%29.91

CMYK Percentages of Color #fecbc3

%0
%20
%23
%0

Triadic Colors of #fecbc3

#fecbc3 #c3fecb #cbc3fe

Analogous Colors of #fecbc3

#fecbc3 #fee9c3 #fec3d9

Monochromatic Colors of #fecbc3

#fecbc3

Complementary Color

#fecbc3 #c3f6fe

#fecbc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecbc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecbc3 Color CSS Codes

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

#fecbc3 Text Font Color

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

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


#fecbc3 Background Color

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

This div background color is #fecbc3


#fecbc3 Border Color

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

This div border color is #fecbc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecbc3


Comments

No comments written yet.

Please login to write comment.