Color Hex Logo

#fdcefa Color Hex

#FDCEFA
(253,206,250)
0 Favorites   0 Comments

Color spaces of #fdcefa

RGB 253206250
HSL0.840.920.90
HSV304°19°99°
CMYK 0.000.190.01   0.01
XYZ79.834671.9274100.1181
Yxy71.92740.31700.2856
Hunter Lab84.810019.6107-10.6247
CIE-Lab87.933623.7700-15.2867

#fdcefa color RGB value is (253,206,250).

#fdcefa hex color red value is 253, green value is 206 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fdcefa hue: 0.84 , saturation: 0.92 and the lightness value of fdcefa is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001110 11111010
Octal 375 316 372
Decimal 253 206 250
Hex FD CE FA

RGB Percentages of Color #fdcefa

%35.68
%29.06
%35.26

CMYK Percentages of Color #fdcefa

%0
%19
%1
%1

Triadic Colors of #fdcefa

#fdcefa #fafdce #cefafd

Analogous Colors of #fdcefa

#fdcefa #fdcee3 #e9cefd

Monochromatic Colors of #fdcefa

#fdcefa

Complementary Color

#fdcefa #cefdd1

#fdcefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcefa Color CSS Codes

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

#fdcefa Text Font Color

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

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


#fdcefa Background Color

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

This div background color is #fdcefa


#fdcefa Border Color

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

This div border color is #fdcefa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,206,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdcefa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdcefa;
  -webkit-box-shadow: 1px 1px 3px 2px #fdcefa;
  box-shadow:         1px 1px 3px 2px #fdcefa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,206,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcefa

Related Colors

#fdcefa Color Palettes


Comments

No comments written yet.

Please login to write comment.