Color Hex Logo

#fdcbef Color Hex

#FDCBEF
(253,203,239)
0 Favorites   0 Comments

Color spaces of #fdcbef

RGB 253203239
HSL0.880.930.89
HSV317°20°99°
CMYK 0.000.200.06   0.01
XYZ77.443969.826591.0575
Yxy69.82650.32490.2930
Hunter Lab83.562319.1965-6.1145
CIE-Lab86.911723.4180-10.9954

#fdcbef color RGB value is (253,203,239).

#fdcbef hex color red value is 253, green value is 203 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fdcbef hue: 0.88 , saturation: 0.93 and the lightness value of fdcbef is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001011 11101111
Octal 375 313 357
Decimal 253 203 239
Hex FD CB EF

RGB Percentages of Color #fdcbef

%36.40
%29.21
%34.39

CMYK Percentages of Color #fdcbef

%0
%20
%6
%1

Triadic Colors of #fdcbef

#fdcbef #effdcb #cbeffd

Analogous Colors of #fdcbef

#fdcbef #fdcbd6 #f2cbfd

Monochromatic Colors of #fdcbef

#fdcbef

Complementary Color

#fdcbef #cbfdd9

#fdcbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcbef Color CSS Codes

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

#fdcbef Text Font Color

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

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


#fdcbef Background Color

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

This div background color is #fdcbef


#fdcbef Border Color

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

This div border color is #fdcbef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,203,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 #fdcbef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcbef

Related Colors


Comments

No comments written yet.

Please login to write comment.