Color Hex Logo

#fdcefb Color Hex

#FDCEFB
(253,206,251)
0 Favorites   0 Comments

Color spaces of #fdcefb

RGB 253206251
HSL0.840.920.90
HSV303°19°99°
CMYK 0.000.190.01   0.01
XYZ79.991971.9903100.9463
Yxy71.99030.31630.2846
Hunter Lab84.847119.8033-11.1469
CIE-Lab87.963923.9491-15.7693

#fdcefb color RGB value is (253,206,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001110 11111011
Octal 375 316 373
Decimal 253 206 251
Hex FD CE FB

RGB Percentages of Color #fdcefb

%35.63
%29.01
%35.35

CMYK Percentages of Color #fdcefb

%0
%19
%1
%1

Triadic Colors of #fdcefb

#fdcefb #fbfdce #cefbfd

Analogous Colors of #fdcefb

#fdcefb #fdcee4 #e8cefd

Monochromatic Colors of #fdcefb

#fdcefb

Complementary Color

#fdcefb #cefdd0

#fdcefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcefb Color CSS Codes

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

#fdcefb Text Font Color

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

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


#fdcefb Background Color

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

This div background color is #fdcefb


#fdcefb Border Color

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

This div border color is #fdcefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcefb

Related Colors


Comments

No comments written yet.

Please login to write comment.