Color Hex Logo

#fce4ca Color Hex

#FCE4CA
(252,228,202)
0 Favorites   0 Comments

Color spaces of #fce4ca

RGB 252228202
HSL0.090.890.89
HSV31°20°99°
CMYK 0.000.100.20   0.01
XYZ78.549080.446567.2649
Yxy80.44650.34720.3555
Hunter Lab89.6920-0.637118.3196
CIE-Lab91.88484.193015.6724

#fce4ca color RGB value is (252,228,202).

#fce4ca hex color red value is 252, green value is 228 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fce4ca hue: 0.09 , saturation: 0.89 and the lightness value of fce4ca is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100100 11001010
Octal 374 344 312
Decimal 252 228 202
Hex FC E4 CA

RGB Percentages of Color #fce4ca

%36.95
%33.43
%29.62

CMYK Percentages of Color #fce4ca

%0
%10
%20
%1

Triadic Colors of #fce4ca

#fce4ca #cafce4 #e4cafc

Analogous Colors of #fce4ca

#fce4ca #fbfcca #fccbca

Monochromatic Colors of #fce4ca

#fce4ca

Complementary Color

#fce4ca #cae2fc

#fce4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce4ca Color CSS Codes

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

#fce4ca Text Font Color

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

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


#fce4ca Background Color

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

This div background color is #fce4ca


#fce4ca Border Color

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

This div border color is #fce4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce4ca


Comments

No comments written yet.

Please login to write comment.