Color Hex Logo

#fcdcfb Color Hex

#FCDCFB
(252,220,251)
0 Favorites   0 Comments

Color spaces of #fcdcfb

RGB 252220251
HSL0.840.840.93
HSV302°13°99°
CMYK 0.000.130.00   0.01
XYZ83.150778.8469102.1032
Yxy78.84690.31480.2985
Hunter Lab88.795811.7595-6.0185
CIE-Lab91.165016.2852-10.9924

#fcdcfb color RGB value is (252,220,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011100 11111011
Octal 374 334 373
Decimal 252 220 251
Hex FC DC FB

RGB Percentages of Color #fcdcfb

%34.85
%30.43
%34.72

CMYK Percentages of Color #fcdcfb

%0
%13
%0
%1

Triadic Colors of #fcdcfb

#fcdcfb #fbfcdc #dcfbfc

Analogous Colors of #fcdcfb

#fcdcfb #fcdceb #eddcfc

Monochromatic Colors of #fcdcfb

#fcdcfb

Complementary Color

#fcdcfb #dcfcdd

#fcdcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdcfb Color CSS Codes

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

#fcdcfb Text Font Color

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

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


#fcdcfb Background Color

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

This div background color is #fcdcfb


#fcdcfb Border Color

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

This div border color is #fcdcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdcfb

Related Colors


Comments

No comments written yet.

Please login to write comment.