Color Hex Logo

#fecacc Color Hex

#FECACC
(254,202,204)
0 Favorites   0 Comments

Color spaces of #fecacc

RGB 254202204
HSL0.990.960.89
HSV358°20°100°
CMYK 0.000.200.20   0.00
XYZ72.892767.671566.3468
Yxy67.67150.35230.3271
Hunter Lab82.262714.20869.7651
CIE-Lab85.841918.69566.0322

#fecacc color RGB value is (254,202,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001010 11001100
Octal 376 312 314
Decimal 254 202 204
Hex FE CA CC

RGB Percentages of Color #fecacc

%38.48
%30.61
%30.91

CMYK Percentages of Color #fecacc

%0
%20
%20
%0

Triadic Colors of #fecacc

#fecacc #ccfeca #caccfe

Analogous Colors of #fecacc

#fecacc #fee2ca #fecae6

Monochromatic Colors of #fecacc

#fecacc

Complementary Color

#fecacc #cafefc

#fecacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecacc Color CSS Codes

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

#fecacc Text Font Color

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

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


#fecacc Background Color

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

This div background color is #fecacc


#fecacc Border Color

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

This div border color is #fecacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecacc

Related Colors


Comments

No comments written yet.

Please login to write comment.