Color Hex Logo

#fceaf3 Color Hex

#FCEAF3
(252,234,243)
0 Favorites   0 Comments

Color spaces of #fceaf3

RGB 252234243
HSL0.920.750.95
HSV330°99°
CMYK 0.000.070.04   0.01
XYZ85.745486.012196.8768
Yxy86.01210.31920.3202
Hunter Lab92.74272.73272.9870
CIE-Lab94.31757.6199-2.1582

#fceaf3 color RGB value is (252,234,243).

#fceaf3 hex color red value is 252, green value is 234 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #fceaf3 hue: 0.92 , saturation: 0.75 and the lightness value of fceaf3 is 0.95.

The process color (four color CMYK) of #fceaf3 color hex is 0.00, 0.07, 0.04, 0.01. Web safe color of #fceaf3 is #ffffff. Color #fceaf3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101010 11110011
Octal 374 352 363
Decimal 252 234 243
Hex FC EA F3

RGB Percentages of Color #fceaf3

%34.57
%32.10
%33.33

CMYK Percentages of Color #fceaf3

%0
%7
%4
%1

Triadic Colors of #fceaf3

#fceaf3 #f3fcea #eaf3fc

Analogous Colors of #fceaf3

#fceaf3 #fceaea #fceafc

Monochromatic Colors of #fceaf3

#fceaf3

Complementary Color

#fceaf3 #eafcf3

#fceaf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceaf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceaf3 Color CSS Codes

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

#fceaf3 Text Font Color

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

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


#fceaf3 Background Color

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

This div background color is #fceaf3


#fceaf3 Border Color

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

This div border color is #fceaf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceaf3

#fceaf3 Color Palettes


Comments

No comments written yet.

Please login to write comment.