Color Hex Logo

#fbdcf2 Color Hex

#FBDCF2
(251,220,242)
1 Favorites   0 Comments

Color spaces of #fbdcf2

RGB 251220242
HSL0.880.790.92
HSV317°12°98°
CMYK 0.000.120.04   0.02
XYZ81.403978.106494.7900
Yxy78.10640.32010.3071
Hunter Lab88.37789.7533-1.7273
CIE-Lab90.828414.3635-6.7826

#fbdcf2 color RGB value is (251,220,242).

#fbdcf2 hex color red value is 251, green value is 220 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #fbdcf2 hue: 0.88 , saturation: 0.79 and the lightness value of fbdcf2 is 0.92.

The process color (four color CMYK) of #fbdcf2 color hex is 0.00, 0.12, 0.04, 0.02. Web safe color of #fbdcf2 is #ffccff. Color #fbdcf2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 11110010
Octal 373 334 362
Decimal 251 220 242
Hex FB DC F2

RGB Percentages of Color #fbdcf2

%35.20
%30.86
%33.94

CMYK Percentages of Color #fbdcf2

%0
%12
%4
%2

Triadic Colors of #fbdcf2

#fbdcf2 #f2fbdc #dcf2fb

Analogous Colors of #fbdcf2

#fbdcf2 #fbdce3 #f5dcfb

Monochromatic Colors of #fbdcf2

#fbdcf2

Complementary Color

#fbdcf2 #dcfbe5

#fbdcf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdcf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdcf2 Color CSS Codes

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

#fbdcf2 Text Font Color

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

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


#fbdcf2 Background Color

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

This div background color is #fbdcf2


#fbdcf2 Border Color

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

This div border color is #fbdcf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdcf2


Comments

No comments written yet.

Please login to write comment.