Color Hex Logo

#fdceeb Color Hex

#FDCEEB
(253,206,235)
0 Favorites   0 Comments

Color spaces of #fdceeb

RGB 253206235
HSL0.900.920.90
HSV323°19°99°
CMYK 0.000.190.07   0.01
XYZ77.574771.023488.2175
Yxy71.02340.32760.2999
Hunter Lab84.275416.8257-3.0706
CIE-Lab87.496421.1606-8.0076

#fdceeb color RGB value is (253,206,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001110 11101011
Octal 375 316 353
Decimal 253 206 235
Hex FD CE EB

RGB Percentages of Color #fdceeb

%36.46
%29.68
%33.86

CMYK Percentages of Color #fdceeb

%0
%19
%7
%1

Triadic Colors of #fdceeb

#fdceeb #ebfdce #ceebfd

Analogous Colors of #fdceeb

#fdceeb #fdced4 #f8cefd

Monochromatic Colors of #fdceeb

#fdceeb

Complementary Color

#fdceeb #cefde0

#fdceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdceeb Color CSS Codes

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

#fdceeb Text Font Color

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

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


#fdceeb Background Color

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

This div background color is #fdceeb


#fdceeb Border Color

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

This div border color is #fdceeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdceeb


Comments

No comments written yet.

Please login to write comment.