Color Hex Logo

#fcdbfc Color Hex

#FCDBFC
(252,219,252)
0 Favorites   0 Comments

Color spaces of #fcdbfc

RGB 252219252
HSL0.830.850.92
HSV300°13°99°
CMYK 0.000.130.00   0.01
XYZ83.047178.3868102.8486
Yxy78.38680.31420.2966
Hunter Lab88.536312.4945-6.8991
CIE-Lab90.956116.9868-11.8277

#fcdbfc color RGB value is (252,219,252).

#fcdbfc hex color red value is 252, green value is 219 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #fcdbfc hue: 0.83 , saturation: 0.85 and the lightness value of fcdbfc is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 11111100
Octal 374 333 374
Decimal 252 219 252
Hex FC DB FC

RGB Percentages of Color #fcdbfc

%34.85
%30.29
%34.85

CMYK Percentages of Color #fcdbfc

%0
%13
%0
%1

Triadic Colors of #fcdbfc

#fcdbfc #fcfcdb #dbfcfc

Analogous Colors of #fcdbfc

#fcdbfc #fcdbec #ecdbfc

Monochromatic Colors of #fcdbfc

#fcdbfc

Complementary Color

#fcdbfc #dbfcdb

#fcdbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdbfc Color CSS Codes

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

#fcdbfc Text Font Color

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

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


#fcdbfc Background Color

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

This div background color is #fcdbfc


#fcdbfc Border Color

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

This div border color is #fcdbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdbfc

Related Colors


Comments

No comments written yet.

Please login to write comment.