Color Hex Logo

#fcdaef Color Hex

#FCDAEF
(252,218,239)
0 Favorites   0 Comments

Color spaces of #fcdaef

RGB 252218239
HSL0.900.850.92
HSV323°13°99°
CMYK 0.000.130.05   0.01
XYZ80.796377.070292.2790
Yxy77.07020.32300.3081
Hunter Lab87.789610.6488-0.8692
CIE-Lab90.353915.2245-5.8994

#fcdaef color RGB value is (252,218,239).

#fcdaef hex color red value is 252, green value is 218 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fcdaef hue: 0.90 , saturation: 0.85 and the lightness value of fcdaef is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011010 11101111
Octal 374 332 357
Decimal 252 218 239
Hex FC DA EF

RGB Percentages of Color #fcdaef

%35.54
%30.75
%33.71

CMYK Percentages of Color #fcdaef

%0
%13
%5
%1

Triadic Colors of #fcdaef

#fcdaef #effcda #daeffc

Analogous Colors of #fcdaef

#fcdaef #fcdade #f8dafc

Monochromatic Colors of #fcdaef

#fcdaef

Complementary Color

#fcdaef #dafce7

#fcdaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdaef Color CSS Codes

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

#fcdaef Text Font Color

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

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


#fcdaef Background Color

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

This div background color is #fcdaef


#fcdaef Border Color

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

This div border color is #fcdaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdaef

Related Colors


Comments

No comments written yet.

Please login to write comment.