Color Hex Logo

#fcddeb Color Hex

#FCDDEB
(252,221,235)
0 Favorites   0 Comments

Color spaces of #fcddeb

RGB 252221235
HSL0.920.840.93
HSV333°12°99°
CMYK 0.000.120.07   0.01
XYZ80.996778.406589.4622
Yxy78.40650.32550.3151
Hunter Lab88.54748.32072.0807
CIE-Lab90.965112.9814-2.8999

#fcddeb color RGB value is (252,221,235).

#fcddeb hex color red value is 252, green value is 221 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fcddeb hue: 0.92 , saturation: 0.84 and the lightness value of fcddeb is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 11101011
Octal 374 335 353
Decimal 252 221 235
Hex FC DD EB

RGB Percentages of Color #fcddeb

%35.59
%31.21
%33.19

CMYK Percentages of Color #fcddeb

%0
%12
%7
%1

Triadic Colors of #fcddeb

#fcddeb #ebfcdd #ddebfc

Analogous Colors of #fcddeb

#fcddeb #fcdfdd #fcddfb

Monochromatic Colors of #fcddeb

#fcddeb

Complementary Color

#fcddeb #ddfcee

#fcddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcddeb Color CSS Codes

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

#fcddeb Text Font Color

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

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


#fcddeb Background Color

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

This div background color is #fcddeb


#fcddeb Border Color

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

This div border color is #fcddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcddeb

Related Colors


Comments

No comments written yet.

Please login to write comment.