Color Hex Logo

#fecabc Color Hex

#FECABC
(254,202,188)
1 Favorites   0 Comments

Color spaces of #fecabc

RGB 254202188
HSL0.040.970.87
HSV13°26°100°
CMYK 0.000.200.26   0.00
XYZ71.070766.942756.7524
Yxy66.94270.36490.3437
Hunter Lab81.818511.869516.1472
CIE-Lab85.475016.431714.0018

#fecabc color RGB value is (254,202,188).

#fecabc hex color red value is 254, green value is 202 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fecabc hue: 0.04 , saturation: 0.97 and the lightness value of fecabc is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001010 10111100
Octal 376 312 274
Decimal 254 202 188
Hex FE CA BC

RGB Percentages of Color #fecabc

%39.44
%31.37
%29.19

CMYK Percentages of Color #fecabc

%0
%20
%26
%0

Triadic Colors of #fecabc

#fecabc #bcfeca #cabcfe

Analogous Colors of #fecabc

#fecabc #feebbc #febccf

Monochromatic Colors of #fecabc

#fecabc

Complementary Color

#fecabc #bcf0fe

#fecabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecabc Color CSS Codes

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

#fecabc Text Font Color

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

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


#fecabc Background Color

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

This div background color is #fecabc


#fecabc Border Color

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

This div border color is #fecabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecabc

Related Colors


Comments

No comments written yet.

Please login to write comment.