Color Hex Logo

#fce0f9 Color Hex

#FCE0F9
(252,224,249)
0 Favorites   0 Comments

Color spaces of #fce0f9

RGB 252224249
HSL0.850.820.93
HSV306°11°99°
CMYK 0.000.110.01   0.01
XYZ83.899480.8463100.8055
Yxy80.84630.31590.3044
Hunter Lab89.91469.2081-3.5313
CIE-Lab92.063313.8443-8.6108

#fce0f9 color RGB value is (252,224,249).

#fce0f9 hex color red value is 252, green value is 224 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #fce0f9 hue: 0.85 , saturation: 0.82 and the lightness value of fce0f9 is 0.93.

The process color (four color CMYK) of #fce0f9 color hex is 0.00, 0.11, 0.01, 0.01. Web safe color of #fce0f9 is #ffccff. Color #fce0f9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100000 11111001
Octal 374 340 371
Decimal 252 224 249
Hex FC E0 F9

RGB Percentages of Color #fce0f9

%34.76
%30.90
%34.34

CMYK Percentages of Color #fce0f9

%0
%11
%1
%1

Triadic Colors of #fce0f9

#fce0f9 #f9fce0 #e0f9fc

Analogous Colors of #fce0f9

#fce0f9 #fce0eb #f1e0fc

Monochromatic Colors of #fce0f9

#fce0f9

Complementary Color

#fce0f9 #e0fce3

#fce0f9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce0f9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce0f9 Color CSS Codes

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

#fce0f9 Text Font Color

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

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


#fce0f9 Background Color

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

This div background color is #fce0f9


#fce0f9 Border Color

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

This div border color is #fce0f9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce0f9

Related Colors


Comments

No comments written yet.

Please login to write comment.