Color Hex Logo

#fdcefe Color Hex

#FDCEFE
(253,206,254)
0 Favorites   0 Comments

Color spaces of #fdcefe

RGB 253206254
HSL0.830.960.90
HSV299°19°100°
CMYK 0.000.190.00   0.00
XYZ80.468772.1810103.4571
Yxy72.18100.31420.2818
Hunter Lab84.959420.3861-12.7273
CIE-Lab88.055624.4898-17.2148

#fdcefe color RGB value is (253,206,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001110 11111110
Octal 375 316 376
Decimal 253 206 254
Hex FD CE FE

RGB Percentages of Color #fdcefe

%35.48
%28.89
%35.62

CMYK Percentages of Color #fdcefe

%0
%19
%0
%0

Triadic Colors of #fdcefe

#fdcefe #fefdce #cefefd

Analogous Colors of #fdcefe

#fdcefe #fecee7 #e5cefe

Monochromatic Colors of #fdcefe

#fdcefe

Complementary Color

#fdcefe #cffece

#fdcefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcefe Color CSS Codes

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

#fdcefe Text Font Color

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

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


#fdcefe Background Color

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

This div background color is #fdcefe


#fdcefe Border Color

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

This div border color is #fdcefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcefe

Related Colors


Comments

No comments written yet.

Please login to write comment.