Color Hex Logo

#fcdbfb Color Hex

#FCDBFB
(252,219,251)
0 Favorites   0 Comments

Color spaces of #fcdbfb

RGB 252219251
HSL0.840.850.92
HSV302°13°99°
CMYK 0.000.130.00   0.01
XYZ82.889078.3235102.0160
Yxy78.32350.31490.2975
Hunter Lab88.500612.3058-6.3941
CIE-Lab90.927316.8074-11.3464

#fcdbfb color RGB value is (252,219,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 11111011
Octal 374 333 373
Decimal 252 219 251
Hex FC DB FB

RGB Percentages of Color #fcdbfb

%34.90
%30.33
%34.76

CMYK Percentages of Color #fcdbfb

%0
%13
%0
%1

Triadic Colors of #fcdbfb

#fcdbfb #fbfcdb #dbfbfc

Analogous Colors of #fcdbfb

#fcdbfb #fcdbeb #eddbfc

Monochromatic Colors of #fcdbfb

#fcdbfb

Complementary Color

#fcdbfb #dbfcdc

#fcdbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdbfb Color CSS Codes

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

#fcdbfb Text Font Color

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

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


#fcdbfb Background Color

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

This div background color is #fcdbfb


#fcdbfb Border Color

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

This div border color is #fcdbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdbfb

Related Colors


Comments

No comments written yet.

Please login to write comment.