Color Hex Logo

#fceaf4 Color Hex

#FCEAF4
(252,234,244)
0 Favorites   0 Comments

Color spaces of #fceaf4

RGB 252234244
HSL0.910.750.95
HSV327°99°
CMYK 0.000.070.03   0.01
XYZ85.896886.072797.6744
Yxy86.07270.31860.3192
Hunter Lab92.77542.90872.5219
CIE-Lab94.34347.7924-2.6400

#fceaf4 color RGB value is (252,234,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101010 11110100
Octal 374 352 364
Decimal 252 234 244
Hex FC EA F4

RGB Percentages of Color #fceaf4

%34.52
%32.05
%33.42

CMYK Percentages of Color #fceaf4

%0
%7
%3
%1

Triadic Colors of #fceaf4

#fceaf4 #f4fcea #eaf4fc

Analogous Colors of #fceaf4

#fceaf4 #fceaeb #fbeafc

Monochromatic Colors of #fceaf4

#fceaf4

Complementary Color

#fceaf4 #eafcf2

#fceaf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceaf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceaf4 Color CSS Codes

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

#fceaf4 Text Font Color

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

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


#fceaf4 Background Color

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

This div background color is #fceaf4


#fceaf4 Border Color

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

This div border color is #fceaf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceaf4

Related Colors


Comments

No comments written yet.

Please login to write comment.