Color Hex Logo

#fceaaf Color Hex

#FCEAAF
(252,234,175)
0 Favorites   0 Comments

Color spaces of #fceaaf

RGB 252234175
HSL0.130.930.84
HSV46°31°99°
CMYK 0.000.070.31   0.01
XYZ77.305682.636252.4334
Yxy82.63620.36400.3891
Hunter Lab90.9045-7.285529.4348
CIE-Lab92.8549-2.477530.9170

#fceaaf color RGB value is (252,234,175).

#fceaaf hex color red value is 252, green value is 234 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fceaaf hue: 0.13 , saturation: 0.93 and the lightness value of fceaaf is 0.84.

The process color (four color CMYK) of #fceaaf color hex is 0.00, 0.07, 0.31, 0.01. Web safe color of #fceaaf is #ffff99. Color #fceaaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101010 10101111
Octal 374 352 257
Decimal 252 234 175
Hex FC EA AF

RGB Percentages of Color #fceaaf

%38.12
%35.40
%26.48

CMYK Percentages of Color #fceaaf

%0
%7
%31
%1

Triadic Colors of #fceaaf

#fceaaf #affcea #eaaffc

Analogous Colors of #fceaaf

#fceaaf #e8fcaf #fcc4af

Monochromatic Colors of #fceaaf

#fceaaf

Complementary Color

#fceaaf #afc1fc

#fceaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceaaf Color CSS Codes

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

#fceaaf Text Font Color

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

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


#fceaaf Background Color

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

This div background color is #fceaaf


#fceaaf Border Color

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

This div border color is #fceaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceaaf

Related Colors


Comments

No comments written yet.

Please login to write comment.